com.metsci.glimpse.dspl.schema
Class ConceptTableMapping.MapProperty

java.lang.Object
  extended by com.metsci.glimpse.dspl.schema.ConceptTableMapping.MapProperty
Enclosing class:
ConceptTableMapping

public static class ConceptTableMapping.MapProperty
extends java.lang.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 Summary
ConceptTableMapping.MapProperty()
           
 
Method Summary
 java.lang.String getLang()
          The language/locale of the values in the mapped column.
 java.lang.String getRef()
          Gets the value of the ref property.
 java.lang.String getToColumn()
          Gets the value of the toColumn property.
 void setLang(java.lang.String value)
          Sets the value of the lang property.
 void setRef(java.lang.String value)
          Sets the value of the ref property.
 void setToColumn(java.lang.String value)
          Sets the value of the toColumn property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConceptTableMapping.MapProperty

public ConceptTableMapping.MapProperty()
Method Detail

getRef

public java.lang.String getRef()
Gets the value of the ref property.

Returns:
possible object is String

setRef

public void setRef(java.lang.String value)
Sets the value of the ref property.

Parameters:
value - allowed object is String

getToColumn

public java.lang.String getToColumn()
Gets the value of the toColumn property.

Returns:
possible object is String

setToColumn

public void setToColumn(java.lang.String value)
Sets the value of the toColumn property.

Parameters:
value - allowed object is String

getLang

public java.lang.String getLang()
The language/locale of the values in the mapped column. See [BCP 47] for possible values of the xml:lang attribute.

Returns:
possible object is String

setLang

public void setLang(java.lang.String value)
Sets the value of the lang property.

Parameters:
value - allowed object is String


Copyright © 2012 Metron, Inc.. All Rights Reserved.