Class DerivedCodeList

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

public class DerivedCodeList extends Object
Definition of a derived code list.

Java class for DerivedCodeList complex type.

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

 <complexType name="DerivedCodeList">
   <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/}DerivedCodeListChoice"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • DerivedCodeList

      public DerivedCodeList()
  • 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
    • getColumnSetExclusion

      public ColumnSetFilter getColumnSetExclusion()
      Gets the value of the columnSetExclusion property.
      Returns:
      possible object is ColumnSetFilter
    • setColumnSetExclusion

      public void setColumnSetExclusion(ColumnSetFilter value)
      Sets the value of the columnSetExclusion property.
      Parameters:
      value - allowed object is ColumnSetFilter
    • getColumnSetInclusion

      public ColumnSetFilter getColumnSetInclusion()
      Gets the value of the columnSetInclusion property.
      Returns:
      possible object is ColumnSetFilter
    • setColumnSetInclusion

      public void setColumnSetInclusion(ColumnSetFilter value)
      Sets the value of the columnSetInclusion property.
      Parameters:
      value - allowed object is ColumnSetFilter
    • getColumnSetMatch

      public ColumnSetFilter getColumnSetMatch()
      Gets the value of the columnSetMatch property.
      Returns:
      possible object is ColumnSetFilter
    • setColumnSetMatch

      public void setColumnSetMatch(ColumnSetFilter value)
      Sets the value of the columnSetMatch property.
      Parameters:
      value - allowed object is ColumnSetFilter
    • getColumnSetUnion

      public CodeListUnion getColumnSetUnion()
      Gets the value of the columnSetUnion property.
      Returns:
      possible object is CodeListUnion
    • setColumnSetUnion

      public void setColumnSetUnion(CodeListUnion value)
      Sets the value of the columnSetUnion property.
      Parameters:
      value - allowed object is CodeListUnion
    • getRowExclusion

      public RowFilter getRowExclusion()
      Gets the value of the rowExclusion property.
      Returns:
      possible object is RowFilter
    • setRowExclusion

      public void setRowExclusion(RowFilter value)
      Sets the value of the rowExclusion property.
      Parameters:
      value - allowed object is RowFilter
    • getRowInclusion

      public RowFilter getRowInclusion()
      Gets the value of the rowInclusion property.
      Returns:
      possible object is RowFilter
    • setRowInclusion

      public void setRowInclusion(RowFilter value)
      Sets the value of the rowInclusion property.
      Parameters:
      value - allowed object is RowFilter
    • getRowMatch

      public RowFilter getRowMatch()
      Gets the value of the rowMatch property.
      Returns:
      possible object is RowFilter
    • setRowMatch

      public void setRowMatch(RowFilter value)
      Sets the value of the rowMatch property.
      Parameters:
      value - allowed object is RowFilter
    • getRowUnion

      public CodeListUnion getRowUnion()
      Gets the value of the rowUnion property.
      Returns:
      possible object is CodeListUnion
    • setRowUnion

      public void setRowUnion(CodeListUnion value)
      Sets the value of the rowUnion property.
      Parameters:
      value - allowed object is CodeListUnion