Class CodeListDocument

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

public class CodeListDocument extends Object
Document type for the definition of a simple or derived code list.

Java class for CodeListDocument complex type.

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

 <complexType name="CodeListDocument">
   <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/}ColumnSetChoice"/>
         <group ref="{http://xml.genericode.org/2004/ns/CodeList/0.2/}OuterCodeListChoice"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CodeListDocument

      public CodeListDocument()
  • 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
    • getColumnSet

      public ColumnSet getColumnSet()
      Gets the value of the columnSet property.
      Returns:
      possible object is ColumnSet
    • setColumnSet

      public void setColumnSet(ColumnSet value)
      Sets the value of the columnSet property.
      Parameters:
      value - allowed object is ColumnSet
    • getColumnSetRef

      public ColumnSetRef getColumnSetRef()
      Gets the value of the columnSetRef property.
      Returns:
      possible object is ColumnSetRef
    • setColumnSetRef

      public void setColumnSetRef(ColumnSetRef value)
      Sets the value of the columnSetRef property.
      Parameters:
      value - allowed object is ColumnSetRef
    • getDerivedCodeListRef

      public CodeListRef getDerivedCodeListRef()
      Gets the value of the derivedCodeListRef property.
      Returns:
      possible object is CodeListRef
    • setDerivedCodeListRef

      public void setDerivedCodeListRef(CodeListRef value)
      Sets the value of the derivedCodeListRef property.
      Parameters:
      value - allowed object is CodeListRef
    • getSimpleCodeList

      public SimpleCodeList getSimpleCodeList()
      Gets the value of the simpleCodeList property.
      Returns:
      possible object is SimpleCodeList
    • setSimpleCodeList

      public void setSimpleCodeList(SimpleCodeList value)
      Sets the value of the simpleCodeList property.
      Parameters:
      value - allowed object is SimpleCodeList
    • getDerivedCodeList

      public DerivedCodeList getDerivedCodeList()
      Gets the value of the derivedCodeList property.
      Returns:
      possible object is DerivedCodeList
    • setDerivedCodeList

      public void setDerivedCodeList(DerivedCodeList value)
      Sets the value of the derivedCodeList property.
      Parameters:
      value - allowed object is DerivedCodeList