Class DerivedCodeList
java.lang.Object
org.genericode.xml._2004.ns.codelist._0.DerivedCodeList
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Annotationprotected ColumnSetFilterprotected ColumnSetFilterprotected ColumnSetFilterprotected CodeListUnionprotected RowFilterprotected RowFilterprotected RowFilterprotected CodeListUnion -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the annotation property.Gets the value of the columnSetExclusion property.Gets the value of the columnSetInclusion property.Gets the value of the columnSetMatch property.Gets the value of the columnSetUnion property.Gets the value of the rowExclusion property.Gets the value of the rowInclusion property.Gets the value of the rowMatch property.Gets the value of the rowUnion property.voidsetAnnotation(Annotation value) Sets the value of the annotation property.voidSets the value of the columnSetExclusion property.voidSets the value of the columnSetInclusion property.voidsetColumnSetMatch(ColumnSetFilter value) Sets the value of the columnSetMatch property.voidsetColumnSetUnion(CodeListUnion value) Sets the value of the columnSetUnion property.voidsetRowExclusion(RowFilter value) Sets the value of the rowExclusion property.voidsetRowInclusion(RowFilter value) Sets the value of the rowInclusion property.voidsetRowMatch(RowFilter value) Sets the value of the rowMatch property.voidsetRowUnion(CodeListUnion value) Sets the value of the rowUnion property.
-
Field Details
-
annotation
-
columnSetExclusion
-
columnSetInclusion
-
columnSetMatch
-
columnSetUnion
-
rowExclusion
-
rowInclusion
-
rowMatch
-
rowUnion
-
-
Constructor Details
-
DerivedCodeList
public DerivedCodeList()
-
-
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
-
getColumnSetExclusion
Gets the value of the columnSetExclusion property.- Returns:
- possible object is
ColumnSetFilter
-
setColumnSetExclusion
Sets the value of the columnSetExclusion property.- Parameters:
value- allowed object isColumnSetFilter
-
getColumnSetInclusion
Gets the value of the columnSetInclusion property.- Returns:
- possible object is
ColumnSetFilter
-
setColumnSetInclusion
Sets the value of the columnSetInclusion property.- Parameters:
value- allowed object isColumnSetFilter
-
getColumnSetMatch
Gets the value of the columnSetMatch property.- Returns:
- possible object is
ColumnSetFilter
-
setColumnSetMatch
Sets the value of the columnSetMatch property.- Parameters:
value- allowed object isColumnSetFilter
-
getColumnSetUnion
Gets the value of the columnSetUnion property.- Returns:
- possible object is
CodeListUnion
-
setColumnSetUnion
Sets the value of the columnSetUnion property.- Parameters:
value- allowed object isCodeListUnion
-
getRowExclusion
Gets the value of the rowExclusion property.- Returns:
- possible object is
RowFilter
-
setRowExclusion
Sets the value of the rowExclusion property.- Parameters:
value- allowed object isRowFilter
-
getRowInclusion
Gets the value of the rowInclusion property.- Returns:
- possible object is
RowFilter
-
setRowInclusion
Sets the value of the rowInclusion property.- Parameters:
value- allowed object isRowFilter
-
getRowMatch
Gets the value of the rowMatch property.- Returns:
- possible object is
RowFilter
-
setRowMatch
Sets the value of the rowMatch property.- Parameters:
value- allowed object isRowFilter
-
getRowUnion
Gets the value of the rowUnion property.- Returns:
- possible object is
CodeListUnion
-
setRowUnion
Sets the value of the rowUnion property.- Parameters:
value- allowed object isCodeListUnion
-