Class Value
java.lang.Object
org.genericode.xml._2004.ns.codelist._0.Value
Individual value from a row which represents a conceptual value in a code list.
Java class for Value complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Value">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Annotation" type="{http://xml.genericode.org/2004/ns/CodeList/0.2/}Annotation" minOccurs="0"/>
<group ref="{http://xml.genericode.org/2004/ns/CodeList/0.2/}ValueChoice"/>
</sequence>
<attGroup ref="{http://xml.genericode.org/2004/ns/CodeList/0.2/}ColumnReference"/>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Annotationprotected Objectprotected AnyOtherContentprotected SimpleValue -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the annotation property.Gets the value of the columnRef property.Gets the value of the complexValue property.Gets the value of the simpleValue property.voidsetAnnotation(Annotation value) Sets the value of the annotation property.voidsetColumnRef(Object value) Sets the value of the columnRef property.voidsetComplexValue(AnyOtherContent value) Sets the value of the complexValue property.voidsetSimpleValue(SimpleValue value) Sets the value of the simpleValue property.
-
Field Details
-
annotation
-
simpleValue
-
complexValue
-
columnRef
-
-
Constructor Details
-
Value
public Value()
-
-
Method Details
-
getAnnotation
Gets the value of the annotation property.- Returns:
- possible object is
Annotation
-
setAnnotation
Sets the value of the annotation property.- Parameters:
value- allowed object isAnnotation
-
getSimpleValue
Gets the value of the simpleValue property.- Returns:
- possible object is
SimpleValue
-
setSimpleValue
Sets the value of the simpleValue property.- Parameters:
value- allowed object isSimpleValue
-
getComplexValue
Gets the value of the complexValue property.- Returns:
- possible object is
AnyOtherContent
-
setComplexValue
Sets the value of the complexValue property.- Parameters:
value- allowed object isAnyOtherContent
-
getColumnRef
Gets the value of the columnRef property.- Returns:
- possible object is
Object
-
setColumnRef
Sets the value of the columnRef property.- Parameters:
value- allowed object isObject
-