Class DocumentReferenceType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.DocumentReferenceType
-
public class DocumentReferenceType extends Object
Java class for DocumentReferenceType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="DocumentReferenceType"> <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}CopyIndicator" minOccurs="0"/> <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}DocumentTypeCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}DocumentType" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}XPath" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LanguageID" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LocaleCode" 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}DocumentStatusCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}DocumentDescription" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Attachment" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ValidityPeriod" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}IssuerParty" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ResultOfVerification" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AttachmentTypeattachmentprotected CopyIndicatorTypecopyIndicatorprotected List<DocumentDescriptionType>documentDescriptionprotected DocumentStatusCodeTypedocumentStatusCodeprotected DocumentTypeTypedocumentTypeprotected DocumentTypeCodeTypedocumentTypeCodeprotected IDTypeidprotected IssueDateTypeissueDateprotected PartyTypeissuerPartyprotected IssueTimeTypeissueTimeprotected LanguageIDTypelanguageIDprotected LocaleCodeTypelocaleCodeprotected ResultOfVerificationTyperesultOfVerificationprotected UUIDTypeuuidprotected PeriodTypevalidityPeriodprotected VersionIDTypeversionIDprotected List<XPathType>xPath
-
Constructor Summary
Constructors Constructor Description DocumentReferenceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachmentTypegetAttachment()Gets the value of the attachment property.CopyIndicatorTypegetCopyIndicator()Gets the value of the copyIndicator property.List<DocumentDescriptionType>getDocumentDescription()Gets the value of the documentDescription property.DocumentStatusCodeTypegetDocumentStatusCode()Gets the value of the documentStatusCode property.DocumentTypeTypegetDocumentType()Gets the value of the documentType property.DocumentTypeCodeTypegetDocumentTypeCode()Gets the value of the documentTypeCode property.IDTypegetID()Gets the value of the id property.IssueDateTypegetIssueDate()Gets the value of the issueDate property.PartyTypegetIssuerParty()Gets the value of the issuerParty property.IssueTimeTypegetIssueTime()Gets the value of the issueTime property.LanguageIDTypegetLanguageID()Gets the value of the languageID property.LocaleCodeTypegetLocaleCode()Gets the value of the localeCode property.ResultOfVerificationTypegetResultOfVerification()Gets the value of the resultOfVerification property.UUIDTypegetUUID()Gets the value of the uuid property.PeriodTypegetValidityPeriod()Gets the value of the validityPeriod property.VersionIDTypegetVersionID()Gets the value of the versionID property.List<XPathType>getXPath()Gets the value of the xPath property.voidsetAttachment(AttachmentType value)Sets the value of the attachment property.voidsetCopyIndicator(CopyIndicatorType value)Sets the value of the copyIndicator property.voidsetDocumentStatusCode(DocumentStatusCodeType value)Sets the value of the documentStatusCode property.voidsetDocumentType(DocumentTypeType value)Sets the value of the documentType property.voidsetDocumentTypeCode(DocumentTypeCodeType value)Sets the value of the documentTypeCode property.voidsetID(IDType value)Sets the value of the id property.voidsetIssueDate(IssueDateType value)Sets the value of the issueDate property.voidsetIssuerParty(PartyType value)Sets the value of the issuerParty property.voidsetIssueTime(IssueTimeType value)Sets the value of the issueTime property.voidsetLanguageID(LanguageIDType value)Sets the value of the languageID property.voidsetLocaleCode(LocaleCodeType value)Sets the value of the localeCode property.voidsetResultOfVerification(ResultOfVerificationType value)Sets the value of the resultOfVerification property.voidsetUUID(UUIDType value)Sets the value of the uuid property.voidsetValidityPeriod(PeriodType value)Sets the value of the validityPeriod property.voidsetVersionID(VersionIDType value)Sets the value of the versionID property.
-
-
-
Field Detail
-
id
protected IDType id
-
copyIndicator
protected CopyIndicatorType copyIndicator
-
uuid
protected UUIDType uuid
-
issueDate
protected IssueDateType issueDate
-
issueTime
protected IssueTimeType issueTime
-
documentTypeCode
protected DocumentTypeCodeType documentTypeCode
-
documentType
protected DocumentTypeType documentType
-
languageID
protected LanguageIDType languageID
-
localeCode
protected LocaleCodeType localeCode
-
versionID
protected VersionIDType versionID
-
documentStatusCode
protected DocumentStatusCodeType documentStatusCode
-
documentDescription
protected List<DocumentDescriptionType> documentDescription
-
attachment
protected AttachmentType attachment
-
validityPeriod
protected PeriodType validityPeriod
-
issuerParty
protected PartyType issuerParty
-
resultOfVerification
protected ResultOfVerificationType resultOfVerification
-
-
Method Detail
-
setID
public void setID(IDType value)
Sets the value of the id property.- Parameters:
value- allowed object isIDType
-
getCopyIndicator
public CopyIndicatorType getCopyIndicator()
Gets the value of the copyIndicator property.- Returns:
- possible object is
CopyIndicatorType
-
setCopyIndicator
public void setCopyIndicator(CopyIndicatorType value)
Sets the value of the copyIndicator property.- Parameters:
value- allowed object isCopyIndicatorType
-
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
-
getDocumentTypeCode
public DocumentTypeCodeType getDocumentTypeCode()
Gets the value of the documentTypeCode property.- Returns:
- possible object is
DocumentTypeCodeType
-
setDocumentTypeCode
public void setDocumentTypeCode(DocumentTypeCodeType value)
Sets the value of the documentTypeCode property.- Parameters:
value- allowed object isDocumentTypeCodeType
-
getDocumentType
public DocumentTypeType getDocumentType()
Gets the value of the documentType property.- Returns:
- possible object is
DocumentTypeType
-
setDocumentType
public void setDocumentType(DocumentTypeType value)
Sets the value of the documentType property.- Parameters:
value- allowed object isDocumentTypeType
-
getXPath
public List<XPathType> getXPath()
Gets the value of the xPath 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 xPath property.For example, to add a new item, do as follows:
getXPath().add(newItem);
Objects of the following type(s) are allowed in the list
XPathType- Returns:
- The value of the xPath property.
-
getLanguageID
public LanguageIDType getLanguageID()
Gets the value of the languageID property.- Returns:
- possible object is
LanguageIDType
-
setLanguageID
public void setLanguageID(LanguageIDType value)
Sets the value of the languageID property.- Parameters:
value- allowed object isLanguageIDType
-
getLocaleCode
public LocaleCodeType getLocaleCode()
Gets the value of the localeCode property.- Returns:
- possible object is
LocaleCodeType
-
setLocaleCode
public void setLocaleCode(LocaleCodeType value)
Sets the value of the localeCode property.- Parameters:
value- allowed object isLocaleCodeType
-
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
-
getDocumentStatusCode
public DocumentStatusCodeType getDocumentStatusCode()
Gets the value of the documentStatusCode property.- Returns:
- possible object is
DocumentStatusCodeType
-
setDocumentStatusCode
public void setDocumentStatusCode(DocumentStatusCodeType value)
Sets the value of the documentStatusCode property.- Parameters:
value- allowed object isDocumentStatusCodeType
-
getDocumentDescription
public List<DocumentDescriptionType> getDocumentDescription()
Gets the value of the documentDescription 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 documentDescription property.For example, to add a new item, do as follows:
getDocumentDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentDescriptionType- Returns:
- The value of the documentDescription property.
-
getAttachment
public AttachmentType getAttachment()
Gets the value of the attachment property.- Returns:
- possible object is
AttachmentType
-
setAttachment
public void setAttachment(AttachmentType value)
Sets the value of the attachment property.- Parameters:
value- allowed object isAttachmentType
-
getValidityPeriod
public PeriodType getValidityPeriod()
Gets the value of the validityPeriod property.- Returns:
- possible object is
PeriodType
-
setValidityPeriod
public void setValidityPeriod(PeriodType value)
Sets the value of the validityPeriod property.- Parameters:
value- allowed object isPeriodType
-
getIssuerParty
public PartyType getIssuerParty()
Gets the value of the issuerParty property.- Returns:
- possible object is
PartyType
-
setIssuerParty
public void setIssuerParty(PartyType value)
Sets the value of the issuerParty property.- Parameters:
value- allowed object isPartyType
-
getResultOfVerification
public ResultOfVerificationType getResultOfVerification()
Gets the value of the resultOfVerification property.- Returns:
- possible object is
ResultOfVerificationType
-
setResultOfVerification
public void setResultOfVerification(ResultOfVerificationType value)
Sets the value of the resultOfVerification property.- Parameters:
value- allowed object isResultOfVerificationType
-
-