Class CodeListSetDocument
java.lang.Object
org.genericode.xml._2004.ns.codelist._0.CodeListSetDocument
Document type for the definition of a set of code lists.
Java class for CodeListSetDocument complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CodeListSetDocument">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://xml.genericode.org/2004/ns/CodeList/0.2/}DocumentHeader"/>
<element name="CodeListRef" type="{http://xml.genericode.org/2004/ns/CodeList/0.2/}CodeListRef" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Annotationprotected List<CodeListRef>protected Identification -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the annotation property.Gets the value of the codeListRef property.Gets the value of the identification property.voidsetAnnotation(Annotation value) Sets the value of the annotation property.voidsetIdentification(Identification value) Sets the value of the identification property.
-
Field Details
-
annotation
-
identification
-
codeListRef
-
-
Constructor Details
-
CodeListSetDocument
public CodeListSetDocument()
-
-
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
-
getCodeListRef
Gets the value of the codeListRef 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 codeListRef property.For example, to add a new item, do as follows:
getCodeListRef().add(newItem);Objects of the following type(s) are allowed in the list
CodeListRef
-