Class ColumnSetDocument
Java class for ColumnSetDocument complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ColumnSetDocument">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://xml.genericode.org/2004/ns/CodeList/0.2/}DocumentHeader"/>
<group ref="{http://xml.genericode.org/2004/ns/CodeList/0.2/}ColumnSetContent"/>
</sequence>
<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 TypeMethodDescriptionGets the value of the annotation property.A choice between a column definition and a column reference.Gets the value of the columnChoice property.Gets the value of the datatypeLibrary property.Gets the value of the identification property.A choice between a key definition and a key reference.Gets the value of the keyChoice property.voidsetAnnotation(Annotation value) Sets the value of the annotation property.voidsetDatatypeLibrary(String value) Sets the value of the datatypeLibrary property.voidsetIdentification(Identification value) Sets the value of the identification property.
-
Field Details
-
annotation
-
identification
-
columnChoice
-
keyChoice
-
datatypeLibrary
-
-
Constructor Details
-
ColumnSetDocument
public ColumnSetDocument()
-
-
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
-
getIdentification
Gets the value of the identification property.- Returns:
- possible object is
Identification
-
setIdentification
Sets the value of the identification property.- Parameters:
value- allowed object isIdentification
-
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
-