Class ColumnSetFilter
java.lang.Object
org.genericode.xml._2004.ns.codelist._0.ColumnSetFilter
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Annotationprotected InputColumnSetprotected 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(InputColumnSet 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
-
ColumnSetFilter
public ColumnSetFilter()
-
-
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
InputColumnSet
-
setControl
Sets the value of the control property.- Parameters:
value- allowed object isInputColumnSet
-