java.lang.Object
org.genericode.xml._2004.ns.codelist._0.Value

public class Value extends Object
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 Details

  • Constructor Details

    • Value

      public Value()
  • Method Details

    • getAnnotation

      public Annotation getAnnotation()
      Gets the value of the annotation property.
      Returns:
      possible object is Annotation
    • setAnnotation

      public void setAnnotation(Annotation value)
      Sets the value of the annotation property.
      Parameters:
      value - allowed object is Annotation
    • getSimpleValue

      public SimpleValue getSimpleValue()
      Gets the value of the simpleValue property.
      Returns:
      possible object is SimpleValue
    • setSimpleValue

      public void setSimpleValue(SimpleValue value)
      Sets the value of the simpleValue property.
      Parameters:
      value - allowed object is SimpleValue
    • getComplexValue

      public AnyOtherContent getComplexValue()
      Gets the value of the complexValue property.
      Returns:
      possible object is AnyOtherContent
    • setComplexValue

      public void setComplexValue(AnyOtherContent value)
      Sets the value of the complexValue property.
      Parameters:
      value - allowed object is AnyOtherContent
    • getColumnRef

      public Object getColumnRef()
      Gets the value of the columnRef property.
      Returns:
      possible object is Object
    • setColumnRef

      public void setColumnRef(Object value)
      Sets the value of the columnRef property.
      Parameters:
      value - allowed object is Object