Class RowFilter

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

public class RowFilter extends Object
Definition of a row filter.

Java class for RowFilter complex type.

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

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

  • Constructor Details

    • RowFilter

      public RowFilter()
  • 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 InputCodeList getControl()
      Gets the value of the control property.
      Returns:
      possible object is InputCodeList
    • setControl

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