Class ColumnSetDocument

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

public class ColumnSetDocument extends Object
Document type for the definition of a column set, which is a set of code list columns and/or keys.

Java class for ColumnSetDocument complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ColumnSetDocument">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://xml.genericode.org/2004/ns/CodeList/0.2/}DocumentHeader"/>
         <group ref="{http://xml.genericode.org/2004/ns/CodeList/0.2/}ColumnSetContent"/>
       </sequence>
       <attGroup ref="{http://xml.genericode.org/2004/ns/CodeList/0.2/}DefaultDatatypeLibrary"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • annotation

      protected Annotation annotation
    • identification

      protected Identification identification
    • columnChoice

      protected List<Object> columnChoice
    • keyChoice

      protected List<Object> keyChoice
    • datatypeLibrary

      protected String datatypeLibrary
  • Constructor Details

    • ColumnSetDocument

      public ColumnSetDocument()
  • 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
    • getIdentification

      public Identification getIdentification()
      Gets the value of the identification property.
      Returns:
      possible object is Identification
    • setIdentification

      public void setIdentification(Identification value)
      Sets the value of the identification property.
      Parameters:
      value - allowed object is Identification
    • getColumnChoice

      public List<Object> getColumnChoice()
      A choice between a column definition and a column reference.Gets the value of the columnChoice property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the columnChoice property.

      For example, to add a new item, do as follows:

          getColumnChoice().add(newItem);
       

      Objects of the following type(s) are allowed in the list Column ColumnRef

    • getKeyChoice

      public List<Object> getKeyChoice()
      A choice between a key definition and a key reference.Gets the value of the keyChoice property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the keyChoice property.

      For example, to add a new item, do as follows:

          getKeyChoice().add(newItem);
       

      Objects of the following type(s) are allowed in the list Key KeyRef

    • getDatatypeLibrary

      public String getDatatypeLibrary()
      Gets the value of the datatypeLibrary property.
      Returns:
      possible object is String
    • setDatatypeLibrary

      public void setDatatypeLibrary(String value)
      Sets the value of the datatypeLibrary property.
      Parameters:
      value - allowed object is String