Class CodeListRef
java.lang.Object
org.genericode.xml._2004.ns.codelist._0.CodeListRef
Reference to a code list defined in an external document.
Java class for CodeListRef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CodeListRef">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Annotation" type="{http://xml.genericode.org/2004/ns/CodeList/0.2/}Annotation" minOccurs="0"/>
<group ref="{http://xml.genericode.org/2004/ns/CodeList/0.2/}IdentificationUriSet"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the annotation property.Gets the value of the canonicalUri property.Gets the value of the canonicalVersionUri property.Gets the value of the locationUri property.voidsetAnnotation(Annotation value) Sets the value of the annotation property.voidsetCanonicalUri(String value) Sets the value of the canonicalUri property.voidsetCanonicalVersionUri(String value) Sets the value of the canonicalVersionUri property.
-
Field Details
-
annotation
-
canonicalUri
-
canonicalVersionUri
-
locationUri
-
-
Constructor Details
-
CodeListRef
public CodeListRef()
-
-
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
-
getCanonicalUri
Gets the value of the canonicalUri property.- Returns:
- possible object is
String
-
setCanonicalUri
Sets the value of the canonicalUri property.- Parameters:
value- allowed object isString
-
getCanonicalVersionUri
Gets the value of the canonicalVersionUri property.- Returns:
- possible object is
String
-
setCanonicalVersionUri
Sets the value of the canonicalVersionUri property.- Parameters:
value- allowed object isString
-
getLocationUri
Gets the value of the locationUri 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 locationUri property.For example, to add a new item, do as follows:
getLocationUri().add(newItem);Objects of the following type(s) are allowed in the list
String
-