Class ColumnSet
Java class for ColumnSet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ColumnSet">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<group ref="{http://xml.genericode.org/2004/ns/CodeList/0.2/}ColumnSetContent"/>
<attGroup ref="{http://xml.genericode.org/2004/ns/CodeList/0.2/}DefaultDatatypeLibrary"/>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA choice between a column definition and a column reference.Gets the value of the columnChoice property.Gets the value of the datatypeLibrary property.A choice between a key definition and a key reference.Gets the value of the keyChoice property.voidsetDatatypeLibrary(String value) Sets the value of the datatypeLibrary property.
-
Field Details
-
columnChoice
-
keyChoice
-
datatypeLibrary
-
-
Constructor Details
-
ColumnSet
public ColumnSet()
-
-
Method Details
-
getColumnChoice
A choice between a column definition and a column reference.Gets the value of the columnChoice property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the columnChoice property.For example, to add a new item, do as follows:
getColumnChoice().add(newItem);Objects of the following type(s) are allowed in the list
ColumnColumnRef -
getKeyChoice
A choice between a key definition and a key reference.Gets the value of the keyChoice property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the keyChoice property.For example, to add a new item, do as follows:
getKeyChoice().add(newItem);Objects of the following type(s) are allowed in the list
KeyKeyRef -
getDatatypeLibrary
Gets the value of the datatypeLibrary property.- Returns:
- possible object is
String
-
setDatatypeLibrary
Sets the value of the datatypeLibrary property.- Parameters:
value- allowed object isString
-