Class CertificateOfOriginApplicationType


  • public class CertificateOfOriginApplicationType
    extends Object

    Java class for CertificateOfOriginApplicationType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="CertificateOfOriginApplicationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ReferenceID"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CertificateType"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ApplicationStatusCode" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}OriginalJobID"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PreviousJobID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Remarks" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Shipment"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}EndorserParty" maxOccurs="unbounded"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PreparationParty"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}IssuerParty"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ExporterParty" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ImporterParty" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}IssuingCountry"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DocumentDistribution" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SupportingDocumentReference" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Signature" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • CertificateOfOriginApplicationType

        public CertificateOfOriginApplicationType()
    • Method Detail

      • setReferenceID

        public void setReferenceID​(ReferenceIDType value)
        Sets the value of the referenceID property.
        Parameters:
        value - allowed object is ReferenceIDType
      • setCertificateType

        public void setCertificateType​(CertificateTypeType value)
        Sets the value of the certificateType property.
        Parameters:
        value - allowed object is CertificateTypeType
      • setOriginalJobID

        public void setOriginalJobID​(OriginalJobIDType value)
        Sets the value of the originalJobID property.
        Parameters:
        value - allowed object is OriginalJobIDType
      • setPreviousJobID

        public void setPreviousJobID​(PreviousJobIDType value)
        Sets the value of the previousJobID property.
        Parameters:
        value - allowed object is PreviousJobIDType
      • getRemarks

        public List<RemarksType> getRemarks()
        Gets the value of the remarks 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 remarks property.

        For example, to add a new item, do as follows:

            getRemarks().add(newItem);
         

        Objects of the following type(s) are allowed in the list RemarksType

      • getShipment

        public ShipmentType getShipment()
        Gets the value of the shipment property.
        Returns:
        possible object is ShipmentType
      • setShipment

        public void setShipment​(ShipmentType value)
        Sets the value of the shipment property.
        Parameters:
        value - allowed object is ShipmentType
      • getEndorserParty

        public List<EndorserPartyType> getEndorserParty()
        Gets the value of the endorserParty 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 endorserParty property.

        For example, to add a new item, do as follows:

            getEndorserParty().add(newItem);
         

        Objects of the following type(s) are allowed in the list EndorserPartyType

      • getPreparationParty

        public PartyType getPreparationParty()
        Gets the value of the preparationParty property.
        Returns:
        possible object is PartyType
      • setPreparationParty

        public void setPreparationParty​(PartyType value)
        Sets the value of the preparationParty property.
        Parameters:
        value - allowed object is PartyType
      • 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
      • getExporterParty

        public PartyType getExporterParty()
        Gets the value of the exporterParty property.
        Returns:
        possible object is PartyType
      • setExporterParty

        public void setExporterParty​(PartyType value)
        Sets the value of the exporterParty property.
        Parameters:
        value - allowed object is PartyType
      • getImporterParty

        public PartyType getImporterParty()
        Gets the value of the importerParty property.
        Returns:
        possible object is PartyType
      • setImporterParty

        public void setImporterParty​(PartyType value)
        Sets the value of the importerParty property.
        Parameters:
        value - allowed object is PartyType
      • getIssuingCountry

        public CountryType getIssuingCountry()
        Gets the value of the issuingCountry property.
        Returns:
        possible object is CountryType
      • setIssuingCountry

        public void setIssuingCountry​(CountryType value)
        Sets the value of the issuingCountry property.
        Parameters:
        value - allowed object is CountryType
      • getDocumentDistribution

        public List<DocumentDistributionType> getDocumentDistribution()
        Gets the value of the documentDistribution 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 documentDistribution property.

        For example, to add a new item, do as follows:

            getDocumentDistribution().add(newItem);
         

        Objects of the following type(s) are allowed in the list DocumentDistributionType

      • getSupportingDocumentReference

        public List<DocumentReferenceType> getSupportingDocumentReference()
        Gets the value of the supportingDocumentReference 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 supportingDocumentReference property.

        For example, to add a new item, do as follows:

            getSupportingDocumentReference().add(newItem);
         

        Objects of the following type(s) are allowed in the list DocumentReferenceType

      • getSignature

        public List<SignatureType> getSignature()
        Gets the value of the signature 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 signature property.

        For example, to add a new item, do as follows:

            getSignature().add(newItem);
         

        Objects of the following type(s) are allowed in the list SignatureType