Class CatalogueReferenceType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.CatalogueReferenceType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<DescriptionType>descriptionprotected IDTypeidprotected IssueDateTypeissueDateprotected IssueTimeTypeissueTimeprotected List<NoteType>noteprotected PreviousVersionIDTypepreviousVersionIDprotected RevisionDateTyperevisionDateprotected RevisionTimeTyperevisionTimeprotected UUIDTypeuuidprotected VersionIDTypeversionID
-
Constructor Summary
Constructors Constructor Description CatalogueReferenceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescriptionType>getDescription()Gets the value of the description property.IDTypegetID()Gets the value of the id property.IssueDateTypegetIssueDate()Gets the value of the issueDate property.IssueTimeTypegetIssueTime()Gets the value of the issueTime property.List<NoteType>getNote()Gets the value of the note property.PreviousVersionIDTypegetPreviousVersionID()Gets the value of the previousVersionID property.RevisionDateTypegetRevisionDate()Gets the value of the revisionDate property.RevisionTimeTypegetRevisionTime()Gets the value of the revisionTime property.UUIDTypegetUUID()Gets the value of the uuid property.VersionIDTypegetVersionID()Gets the value of the versionID property.voidsetID(IDType value)Sets the value of the id property.voidsetIssueDate(IssueDateType value)Sets the value of the issueDate property.voidsetIssueTime(IssueTimeType value)Sets the value of the issueTime property.voidsetPreviousVersionID(PreviousVersionIDType value)Sets the value of the previousVersionID property.voidsetRevisionDate(RevisionDateType value)Sets the value of the revisionDate property.voidsetRevisionTime(RevisionTimeType value)Sets the value of the revisionTime property.voidsetUUID(UUIDType value)Sets the value of the uuid property.voidsetVersionID(VersionIDType value)Sets the value of the versionID property.
-
-
-
Field Detail
-
id
protected IDType id
-
uuid
protected UUIDType uuid
-
issueDate
protected IssueDateType issueDate
-
issueTime
protected IssueTimeType issueTime
-
revisionDate
protected RevisionDateType revisionDate
-
revisionTime
protected RevisionTimeType revisionTime
-
description
protected List<DescriptionType> description
-
versionID
protected VersionIDType versionID
-
previousVersionID
protected PreviousVersionIDType previousVersionID
-
-
Method Detail
-
setID
public void setID(IDType value)
Sets the value of the id property.- Parameters:
value- allowed object isIDType
-
getUUID
public UUIDType getUUID()
Gets the value of the uuid property.- Returns:
- possible object is
UUIDType
-
setUUID
public void setUUID(UUIDType value)
Sets the value of the uuid property.- Parameters:
value- allowed object isUUIDType
-
getIssueDate
public IssueDateType getIssueDate()
Gets the value of the issueDate property.- Returns:
- possible object is
IssueDateType
-
setIssueDate
public void setIssueDate(IssueDateType value)
Sets the value of the issueDate property.- Parameters:
value- allowed object isIssueDateType
-
getIssueTime
public IssueTimeType getIssueTime()
Gets the value of the issueTime property.- Returns:
- possible object is
IssueTimeType
-
setIssueTime
public void setIssueTime(IssueTimeType value)
Sets the value of the issueTime property.- Parameters:
value- allowed object isIssueTimeType
-
getRevisionDate
public RevisionDateType getRevisionDate()
Gets the value of the revisionDate property.- Returns:
- possible object is
RevisionDateType
-
setRevisionDate
public void setRevisionDate(RevisionDateType value)
Sets the value of the revisionDate property.- Parameters:
value- allowed object isRevisionDateType
-
getRevisionTime
public RevisionTimeType getRevisionTime()
Gets the value of the revisionTime property.- Returns:
- possible object is
RevisionTimeType
-
setRevisionTime
public void setRevisionTime(RevisionTimeType value)
Sets the value of the revisionTime property.- Parameters:
value- allowed object isRevisionTimeType
-
getNote
public List<NoteType> getNote()
Gets the value of the note 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 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- Returns:
- The value of the note property.
-
getDescription
public List<DescriptionType> getDescription()
Gets the value of the description 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 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- Returns:
- The value of the description property.
-
getVersionID
public VersionIDType getVersionID()
Gets the value of the versionID property.- Returns:
- possible object is
VersionIDType
-
setVersionID
public void setVersionID(VersionIDType value)
Sets the value of the versionID property.- Parameters:
value- allowed object isVersionIDType
-
getPreviousVersionID
public PreviousVersionIDType getPreviousVersionID()
Gets the value of the previousVersionID property.- Returns:
- possible object is
PreviousVersionIDType
-
setPreviousVersionID
public void setPreviousVersionID(PreviousVersionIDType value)
Sets the value of the previousVersionID property.- Parameters:
value- allowed object isPreviousVersionIDType
-
-