Class RowFilter
java.lang.Object
org.genericode.xml._2004.ns.codelist._0.RowFilter
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Annotationprotected InputCodeListprotected InputCodeList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the annotation property.Gets the value of the control property.Gets the value of the source property.voidsetAnnotation(Annotation value) Sets the value of the annotation property.voidsetControl(InputCodeList value) Sets the value of the control property.voidsetSource(InputCodeList value) Sets the value of the source property.
-
Field Details
-
annotation
-
source
-
control
-
-
Constructor Details
-
RowFilter
public RowFilter()
-
-
Method Details
-
getAnnotation
Gets the value of the annotation property.- Returns:
- possible object is
Annotation
-
setAnnotation
Sets the value of the annotation property.- Parameters:
value- allowed object isAnnotation
-
getSource
Gets the value of the source property.- Returns:
- possible object is
InputCodeList
-
setSource
Sets the value of the source property.- Parameters:
value- allowed object isInputCodeList
-
getControl
Gets the value of the control property.- Returns:
- possible object is
InputCodeList
-
setControl
Sets the value of the control property.- Parameters:
value- allowed object isInputCodeList
-