Class CertificateOfOriginApplicationType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected ApplicationStatusCodeTypeapplicationStatusCodeprotected CertificateTypeTypecertificateTypeprotected List<DocumentDistributionType>documentDistributionprotected List<EndorserPartyType>endorserPartyprotected PartyTypeexporterPartyprotected PartyTypeimporterPartyprotected PartyTypeissuerPartyprotected CountryTypeissuingCountryprotected OriginalJobIDTypeoriginalJobIDprotected PartyTypepreparationPartyprotected PreviousJobIDTypepreviousJobIDprotected ReferenceIDTypereferenceIDprotected List<RemarksType>remarksprotected ShipmentTypeshipmentprotected List<SignatureType>signatureprotected List<DocumentReferenceType>supportingDocumentReference
-
Constructor Summary
Constructors Constructor Description CertificateOfOriginApplicationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationStatusCodeTypegetApplicationStatusCode()Gets the value of the applicationStatusCode property.CertificateTypeTypegetCertificateType()Gets the value of the certificateType property.List<DocumentDistributionType>getDocumentDistribution()Gets the value of the documentDistribution property.List<EndorserPartyType>getEndorserParty()Gets the value of the endorserParty property.PartyTypegetExporterParty()Gets the value of the exporterParty property.PartyTypegetImporterParty()Gets the value of the importerParty property.PartyTypegetIssuerParty()Gets the value of the issuerParty property.CountryTypegetIssuingCountry()Gets the value of the issuingCountry property.OriginalJobIDTypegetOriginalJobID()Gets the value of the originalJobID property.PartyTypegetPreparationParty()Gets the value of the preparationParty property.PreviousJobIDTypegetPreviousJobID()Gets the value of the previousJobID property.ReferenceIDTypegetReferenceID()Gets the value of the referenceID property.List<RemarksType>getRemarks()Gets the value of the remarks property.ShipmentTypegetShipment()Gets the value of the shipment property.List<SignatureType>getSignature()Gets the value of the signature property.List<DocumentReferenceType>getSupportingDocumentReference()Gets the value of the supportingDocumentReference property.voidsetApplicationStatusCode(ApplicationStatusCodeType value)Sets the value of the applicationStatusCode property.voidsetCertificateType(CertificateTypeType value)Sets the value of the certificateType property.voidsetExporterParty(PartyType value)Sets the value of the exporterParty property.voidsetImporterParty(PartyType value)Sets the value of the importerParty property.voidsetIssuerParty(PartyType value)Sets the value of the issuerParty property.voidsetIssuingCountry(CountryType value)Sets the value of the issuingCountry property.voidsetOriginalJobID(OriginalJobIDType value)Sets the value of the originalJobID property.voidsetPreparationParty(PartyType value)Sets the value of the preparationParty property.voidsetPreviousJobID(PreviousJobIDType value)Sets the value of the previousJobID property.voidsetReferenceID(ReferenceIDType value)Sets the value of the referenceID property.voidsetShipment(ShipmentType value)Sets the value of the shipment property.
-
-
-
Field Detail
-
referenceID
protected ReferenceIDType referenceID
-
certificateType
protected CertificateTypeType certificateType
-
applicationStatusCode
protected ApplicationStatusCodeType applicationStatusCode
-
originalJobID
protected OriginalJobIDType originalJobID
-
previousJobID
protected PreviousJobIDType previousJobID
-
remarks
protected List<RemarksType> remarks
-
shipment
protected ShipmentType shipment
-
endorserParty
protected List<EndorserPartyType> endorserParty
-
preparationParty
protected PartyType preparationParty
-
issuerParty
protected PartyType issuerParty
-
exporterParty
protected PartyType exporterParty
-
importerParty
protected PartyType importerParty
-
issuingCountry
protected CountryType issuingCountry
-
documentDistribution
protected List<DocumentDistributionType> documentDistribution
-
supportingDocumentReference
protected List<DocumentReferenceType> supportingDocumentReference
-
signature
protected List<SignatureType> signature
-
-
Method Detail
-
getReferenceID
public ReferenceIDType getReferenceID()
Gets the value of the referenceID property.- Returns:
- possible object is
ReferenceIDType
-
setReferenceID
public void setReferenceID(ReferenceIDType value)
Sets the value of the referenceID property.- Parameters:
value- allowed object isReferenceIDType
-
getCertificateType
public CertificateTypeType getCertificateType()
Gets the value of the certificateType property.- Returns:
- possible object is
CertificateTypeType
-
setCertificateType
public void setCertificateType(CertificateTypeType value)
Sets the value of the certificateType property.- Parameters:
value- allowed object isCertificateTypeType
-
getApplicationStatusCode
public ApplicationStatusCodeType getApplicationStatusCode()
Gets the value of the applicationStatusCode property.- Returns:
- possible object is
ApplicationStatusCodeType
-
setApplicationStatusCode
public void setApplicationStatusCode(ApplicationStatusCodeType value)
Sets the value of the applicationStatusCode property.- Parameters:
value- allowed object isApplicationStatusCodeType
-
getOriginalJobID
public OriginalJobIDType getOriginalJobID()
Gets the value of the originalJobID property.- Returns:
- possible object is
OriginalJobIDType
-
setOriginalJobID
public void setOriginalJobID(OriginalJobIDType value)
Sets the value of the originalJobID property.- Parameters:
value- allowed object isOriginalJobIDType
-
getPreviousJobID
public PreviousJobIDType getPreviousJobID()
Gets the value of the previousJobID property.- Returns:
- possible object is
PreviousJobIDType
-
setPreviousJobID
public void setPreviousJobID(PreviousJobIDType value)
Sets the value of the previousJobID property.- Parameters:
value- allowed object isPreviousJobIDType
-
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
setmethod 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 isShipmentType
-
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
setmethod 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 isPartyType
-
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
-
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 isPartyType
-
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 isPartyType
-
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 isCountryType
-
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
setmethod 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
setmethod 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
setmethod 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
-
-