Class CertificateOfOriginType


  • public class CertificateOfOriginType
    extends Object

    Java class for CertificateOfOriginType complex type.

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

     <complexType name="CertificateOfOriginType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2}UBLExtensions" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}UBLVersionID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CustomizationID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ProfileID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ProfileExecutionID" minOccurs="0"/>
             <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}Description" maxOccurs="unbounded" 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}VersionID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Signature" maxOccurs="unbounded" minOccurs="0"/>
             <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}EndorserParty" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}CertificateOfOriginApplication"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}IssuerEndorsement"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}EmbassyEndorsement" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}InsuranceEndorsement" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • CertificateOfOriginType

        public CertificateOfOriginType()
    • Method Detail

      • setUBLExtensions

        public void setUBLExtensions​(UBLExtensionsType value)
        Sets the value of the ublExtensions property.
        Parameters:
        value - allowed object is UBLExtensionsType
      • setUBLVersionID

        public void setUBLVersionID​(UBLVersionIDType value)
        Sets the value of the ublVersionID property.
        Parameters:
        value - allowed object is UBLVersionIDType
      • setCustomizationID

        public void setCustomizationID​(CustomizationIDType value)
        Sets the value of the customizationID property.
        Parameters:
        value - allowed object is CustomizationIDType
      • getProfileID

        public ProfileIDType getProfileID()
        Gets the value of the profileID property.
        Returns:
        possible object is ProfileIDType
      • setProfileID

        public void setProfileID​(ProfileIDType value)
        Sets the value of the profileID property.
        Parameters:
        value - allowed object is ProfileIDType
      • 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
      • 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
      • 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 set method 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

      • 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 set method 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

      • 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
      • 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

      • 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
      • 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

      • getIssuerEndorsement

        public EndorsementType getIssuerEndorsement()
        Gets the value of the issuerEndorsement property.
        Returns:
        possible object is EndorsementType
      • setIssuerEndorsement

        public void setIssuerEndorsement​(EndorsementType value)
        Sets the value of the issuerEndorsement property.
        Parameters:
        value - allowed object is EndorsementType
      • getEmbassyEndorsement

        public EndorsementType getEmbassyEndorsement()
        Gets the value of the embassyEndorsement property.
        Returns:
        possible object is EndorsementType
      • setEmbassyEndorsement

        public void setEmbassyEndorsement​(EndorsementType value)
        Sets the value of the embassyEndorsement property.
        Parameters:
        value - allowed object is EndorsementType
      • getInsuranceEndorsement

        public EndorsementType getInsuranceEndorsement()
        Gets the value of the insuranceEndorsement property.
        Returns:
        possible object is EndorsementType
      • setInsuranceEndorsement

        public void setInsuranceEndorsement​(EndorsementType value)
        Sets the value of the insuranceEndorsement property.
        Parameters:
        value - allowed object is EndorsementType