Class 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>
     
    • Constructor Detail

      • DocumentReferenceType

        public DocumentReferenceType()
    • Method Detail

      • getID

        public IDType getID()
        Gets the value of the id property.
        Returns:
        possible object is IDType
      • setID

        public void setID​(IDType value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is IDType
      • setCopyIndicator

        public void setCopyIndicator​(CopyIndicatorType value)
        Sets the value of the copyIndicator property.
        Parameters:
        value - allowed object is CopyIndicatorType
      • 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 is UUIDType
      • 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 is IssueDateType
      • 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 is IssueTimeType
      • setDocumentType

        public void setDocumentType​(DocumentTypeType value)
        Sets the value of the documentType property.
        Parameters:
        value - allowed object is DocumentTypeType
      • 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 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

      • 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 is LanguageIDType
      • 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 is LocaleCodeType
      • 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 is VersionIDType
      • 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 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

      • 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 is AttachmentType
      • 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 is PeriodType
      • 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 is PartyType