Class ColumnSetFilter

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

public class ColumnSetFilter extends Object
Definition of a column set filter.

Java class for ColumnSetFilter complex type.

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

 <complexType name="ColumnSetFilter">
   <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"/>
         <element name="Source" type="{http://xml.genericode.org/2004/ns/CodeList/0.2/}InputCodeList"/>
         <element name="Control" type="{http://xml.genericode.org/2004/ns/CodeList/0.2/}InputColumnSet"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ColumnSetFilter

      public ColumnSetFilter()
  • 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
    • getSource

      public InputCodeList getSource()
      Gets the value of the source property.
      Returns:
      possible object is InputCodeList
    • setSource

      public void setSource(InputCodeList value)
      Sets the value of the source property.
      Parameters:
      value - allowed object is InputCodeList
    • getControl

      public InputColumnSet getControl()
      Gets the value of the control property.
      Returns:
      possible object is InputColumnSet
    • setControl

      public void setControl(InputColumnSet value)
      Sets the value of the control property.
      Parameters:
      value - allowed object is InputColumnSet