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>
| Modifier and Type | Field and Description |
|---|---|
protected AttachmentType |
attachment |
protected CopyIndicatorType |
copyIndicator |
protected List<DocumentDescriptionType> |
documentDescription |
protected DocumentStatusCodeType |
documentStatusCode |
protected DocumentTypeType |
documentType |
protected DocumentTypeCodeType |
documentTypeCode |
protected IDType |
id |
protected IssueDateType |
issueDate |
protected PartyType |
issuerParty |
protected IssueTimeType |
issueTime |
protected LanguageIDType |
languageID |
protected LocaleCodeType |
localeCode |
protected ResultOfVerificationType |
resultOfVerification |
protected UUIDType |
uuid |
protected PeriodType |
validityPeriod |
protected VersionIDType |
versionID |
protected List<XPathType> |
xPath |
| Constructor and Description |
|---|
DocumentReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
AttachmentType |
getAttachment()
Gets the value of the attachment property.
|
CopyIndicatorType |
getCopyIndicator()
Gets the value of the copyIndicator property.
|
List<DocumentDescriptionType> |
getDocumentDescription()
Gets the value of the documentDescription property.
|
DocumentStatusCodeType |
getDocumentStatusCode()
Gets the value of the documentStatusCode property.
|
DocumentTypeType |
getDocumentType()
Gets the value of the documentType property.
|
DocumentTypeCodeType |
getDocumentTypeCode()
Gets the value of the documentTypeCode property.
|
IDType |
getID()
Gets the value of the id property.
|
IssueDateType |
getIssueDate()
Gets the value of the issueDate property.
|
PartyType |
getIssuerParty()
Gets the value of the issuerParty property.
|
IssueTimeType |
getIssueTime()
Gets the value of the issueTime property.
|
LanguageIDType |
getLanguageID()
Gets the value of the languageID property.
|
LocaleCodeType |
getLocaleCode()
Gets the value of the localeCode property.
|
ResultOfVerificationType |
getResultOfVerification()
Gets the value of the resultOfVerification property.
|
UUIDType |
getUUID()
Gets the value of the uuid property.
|
PeriodType |
getValidityPeriod()
Gets the value of the validityPeriod property.
|
VersionIDType |
getVersionID()
Gets the value of the versionID property.
|
List<XPathType> |
getXPath()
Gets the value of the xPath property.
|
void |
setAttachment(AttachmentType value)
Sets the value of the attachment property.
|
void |
setCopyIndicator(CopyIndicatorType value)
Sets the value of the copyIndicator property.
|
void |
setDocumentStatusCode(DocumentStatusCodeType value)
Sets the value of the documentStatusCode property.
|
void |
setDocumentType(DocumentTypeType value)
Sets the value of the documentType property.
|
void |
setDocumentTypeCode(DocumentTypeCodeType value)
Sets the value of the documentTypeCode property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setIssueDate(IssueDateType value)
Sets the value of the issueDate property.
|
void |
setIssuerParty(PartyType value)
Sets the value of the issuerParty property.
|
void |
setIssueTime(IssueTimeType value)
Sets the value of the issueTime property.
|
void |
setLanguageID(LanguageIDType value)
Sets the value of the languageID property.
|
void |
setLocaleCode(LocaleCodeType value)
Sets the value of the localeCode property.
|
void |
setResultOfVerification(ResultOfVerificationType value)
Sets the value of the resultOfVerification property.
|
void |
setUUID(UUIDType value)
Sets the value of the uuid property.
|
void |
setValidityPeriod(PeriodType value)
Sets the value of the validityPeriod property.
|
void |
setVersionID(VersionIDType value)
Sets the value of the versionID property.
|
protected IDType id
protected CopyIndicatorType copyIndicator
protected UUIDType uuid
protected IssueDateType issueDate
protected IssueTimeType issueTime
protected DocumentTypeCodeType documentTypeCode
protected DocumentTypeType documentType
protected LanguageIDType languageID
protected LocaleCodeType localeCode
protected VersionIDType versionID
protected DocumentStatusCodeType documentStatusCode
protected List<DocumentDescriptionType> documentDescription
protected AttachmentType attachment
protected PeriodType validityPeriod
protected PartyType issuerParty
protected ResultOfVerificationType resultOfVerification
public void setID(IDType value)
value - allowed object is
IDTypepublic CopyIndicatorType getCopyIndicator()
CopyIndicatorTypepublic void setCopyIndicator(CopyIndicatorType value)
value - allowed object is
CopyIndicatorTypepublic 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 DocumentTypeCodeType getDocumentTypeCode()
DocumentTypeCodeTypepublic void setDocumentTypeCode(DocumentTypeCodeType value)
value - allowed object is
DocumentTypeCodeTypepublic DocumentTypeType getDocumentType()
DocumentTypeTypepublic void setDocumentType(DocumentTypeType value)
value - allowed object is
DocumentTypeTypepublic List<XPathType> getXPath()
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 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
public LanguageIDType getLanguageID()
LanguageIDTypepublic void setLanguageID(LanguageIDType value)
value - allowed object is
LanguageIDTypepublic LocaleCodeType getLocaleCode()
LocaleCodeTypepublic void setLocaleCode(LocaleCodeType value)
value - allowed object is
LocaleCodeTypepublic VersionIDType getVersionID()
VersionIDTypepublic void setVersionID(VersionIDType value)
value - allowed object is
VersionIDTypepublic DocumentStatusCodeType getDocumentStatusCode()
DocumentStatusCodeTypepublic void setDocumentStatusCode(DocumentStatusCodeType value)
value - allowed object is
DocumentStatusCodeTypepublic List<DocumentDescriptionType> getDocumentDescription()
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 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
public AttachmentType getAttachment()
AttachmentTypepublic void setAttachment(AttachmentType value)
value - allowed object is
AttachmentTypepublic PeriodType getValidityPeriod()
PeriodTypepublic void setValidityPeriod(PeriodType value)
value - allowed object is
PeriodTypepublic PartyType getIssuerParty()
PartyTypepublic void setIssuerParty(PartyType value)
value - allowed object is
PartyTypepublic ResultOfVerificationType getResultOfVerification()
ResultOfVerificationTypepublic void setResultOfVerification(ResultOfVerificationType value)
value - allowed object is
ResultOfVerificationTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.