Class CodeListDocument
java.lang.Object
org.genericode.xml._2004.ns.codelist._0.CodeListDocument
Document type for the definition of a simple or derived code list.
Java class for CodeListDocument complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CodeListDocument">
<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/}ColumnSetChoice"/>
<group ref="{http://xml.genericode.org/2004/ns/CodeList/0.2/}OuterCodeListChoice"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Annotationprotected ColumnSetprotected ColumnSetRefprotected DerivedCodeListprotected CodeListRefprotected Identificationprotected SimpleCodeList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the annotation property.Gets the value of the columnSet property.Gets the value of the columnSetRef property.Gets the value of the derivedCodeList property.Gets the value of the derivedCodeListRef property.Gets the value of the identification property.Gets the value of the simpleCodeList property.voidsetAnnotation(Annotation value) Sets the value of the annotation property.voidsetColumnSet(ColumnSet value) Sets the value of the columnSet property.voidsetColumnSetRef(ColumnSetRef value) Sets the value of the columnSetRef property.voidSets the value of the derivedCodeList property.voidsetDerivedCodeListRef(CodeListRef value) Sets the value of the derivedCodeListRef property.voidsetIdentification(Identification value) Sets the value of the identification property.voidsetSimpleCodeList(SimpleCodeList value) Sets the value of the simpleCodeList property.
-
Field Details
-
annotation
-
identification
-
columnSet
-
columnSetRef
-
derivedCodeListRef
-
simpleCodeList
-
derivedCodeList
-
-
Constructor Details
-
CodeListDocument
public CodeListDocument()
-
-
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
-
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
-
getDerivedCodeListRef
Gets the value of the derivedCodeListRef property.- Returns:
- possible object is
CodeListRef
-
setDerivedCodeListRef
Sets the value of the derivedCodeListRef property.- Parameters:
value- allowed object isCodeListRef
-
getSimpleCodeList
Gets the value of the simpleCodeList property.- Returns:
- possible object is
SimpleCodeList
-
setSimpleCodeList
Sets the value of the simpleCodeList property.- Parameters:
value- allowed object isSimpleCodeList
-
getDerivedCodeList
Gets the value of the derivedCodeList property.- Returns:
- possible object is
DerivedCodeList
-
setDerivedCodeList
Sets the value of the derivedCodeList property.- Parameters:
value- allowed object isDerivedCodeList
-