public static class ConceptTableMapping.MapProperty extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="ref" use="required" type="{http://schemas.google.com/dspl/2010}LocalId" /> <attribute name="toColumn" use="required" type="{http://schemas.google.com/dspl/2010}LocalId" /> <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
MapProperty() |
Modifier and Type | Method and Description |
---|---|
String |
getLang()
The language/locale of the values in the mapped column.
|
String |
getRef()
Gets the value of the ref property.
|
String |
getToColumn()
Gets the value of the toColumn property.
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setRef(String value)
Sets the value of the ref property.
|
void |
setToColumn(String value)
Sets the value of the toColumn property.
|
public String getRef()
String
public void setRef(String value)
value
- allowed object is
String
public String getToColumn()
String
public void setToColumn(String value)
value
- allowed object is
String
public String getLang()
String
Copyright © 2016 Metron, Inc.. All rights reserved.