Class InputColumnSet
java.lang.Object
org.genericode.xml._2004.ns.codelist._0.InputColumnSet
Input column set for a code list filter.
Java class for InputColumnSet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InputColumnSet">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<group ref="{http://xml.genericode.org/2004/ns/CodeList/0.2/}ColumnSetChoice"/>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the columnSet property.Gets the value of the columnSetRef property.voidsetColumnSet(ColumnSet value) Sets the value of the columnSet property.voidsetColumnSetRef(ColumnSetRef value) Sets the value of the columnSetRef property.
-
Field Details
-
columnSet
-
columnSetRef
-
-
Constructor Details
-
InputColumnSet
public InputColumnSet()
-
-
Method Details
-
getColumnSet
Gets the value of the columnSet property.- Returns:
- possible object is
ColumnSet
-
setColumnSet
Sets the value of the columnSet property.- Parameters:
value- allowed object isColumnSet
-
getColumnSetRef
Gets the value of the columnSetRef property.- Returns:
- possible object is
ColumnSetRef
-
setColumnSetRef
Sets the value of the columnSetRef property.- Parameters:
value- allowed object isColumnSetRef
-