public class CatalogueReferenceType extends Object
Java class for CatalogueReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CatalogueReferenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}UUID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IssueDate" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IssueTime" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}RevisionDate" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}RevisionTime" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Note" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Description" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}VersionID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PreviousVersionID" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DescriptionType> |
description |
protected IDType |
id |
protected IssueDateType |
issueDate |
protected IssueTimeType |
issueTime |
protected List<NoteType> |
note |
protected PreviousVersionIDType |
previousVersionID |
protected RevisionDateType |
revisionDate |
protected RevisionTimeType |
revisionTime |
protected UUIDType |
uuid |
protected VersionIDType |
versionID |
| Constructor and Description |
|---|
CatalogueReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
IDType |
getID()
Gets the value of the id property.
|
IssueDateType |
getIssueDate()
Gets the value of the issueDate property.
|
IssueTimeType |
getIssueTime()
Gets the value of the issueTime property.
|
List<NoteType> |
getNote()
Gets the value of the note property.
|
PreviousVersionIDType |
getPreviousVersionID()
Gets the value of the previousVersionID property.
|
RevisionDateType |
getRevisionDate()
Gets the value of the revisionDate property.
|
RevisionTimeType |
getRevisionTime()
Gets the value of the revisionTime property.
|
UUIDType |
getUUID()
Gets the value of the uuid property.
|
VersionIDType |
getVersionID()
Gets the value of the versionID property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setIssueDate(IssueDateType value)
Sets the value of the issueDate property.
|
void |
setIssueTime(IssueTimeType value)
Sets the value of the issueTime property.
|
void |
setPreviousVersionID(PreviousVersionIDType value)
Sets the value of the previousVersionID property.
|
void |
setRevisionDate(RevisionDateType value)
Sets the value of the revisionDate property.
|
void |
setRevisionTime(RevisionTimeType value)
Sets the value of the revisionTime property.
|
void |
setUUID(UUIDType value)
Sets the value of the uuid property.
|
void |
setVersionID(VersionIDType value)
Sets the value of the versionID property.
|
protected IDType id
protected UUIDType uuid
protected IssueDateType issueDate
protected IssueTimeType issueTime
protected RevisionDateType revisionDate
protected RevisionTimeType revisionTime
protected List<DescriptionType> description
protected VersionIDType versionID
protected PreviousVersionIDType previousVersionID
public void setID(IDType value)
value - allowed object is
IDTypepublic UUIDType getUUID()
UUIDTypepublic void setUUID(UUIDType value)
value - allowed object is
UUIDTypepublic IssueDateType getIssueDate()
IssueDateTypepublic void setIssueDate(IssueDateType value)
value - allowed object is
IssueDateTypepublic IssueTimeType getIssueTime()
IssueTimeTypepublic void setIssueTime(IssueTimeType value)
value - allowed object is
IssueTimeTypepublic RevisionDateType getRevisionDate()
RevisionDateTypepublic void setRevisionDate(RevisionDateType value)
value - allowed object is
RevisionDateTypepublic RevisionTimeType getRevisionTime()
RevisionTimeTypepublic void setRevisionTime(RevisionTimeType value)
value - allowed object is
RevisionTimeTypepublic List<NoteType> getNote()
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 set method for the note property.
For example, to add a new item, do as follows:
getNote().add(newItem);
Objects of the following type(s) are allowed in the list
NoteType
public List<DescriptionType> getDescription()
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 set method for the description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
public VersionIDType getVersionID()
VersionIDTypepublic void setVersionID(VersionIDType value)
value - allowed object is
VersionIDTypepublic PreviousVersionIDType getPreviousVersionID()
PreviousVersionIDTypepublic void setPreviousVersionID(PreviousVersionIDType value)
value - allowed object is
PreviousVersionIDTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.