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>
| Modifier and Type | Field and Description |
|---|---|
protected ApplicationStatusCodeType |
applicationStatusCode |
protected CertificateTypeType |
certificateType |
protected List<DocumentDistributionType> |
documentDistribution |
protected List<EndorserPartyType> |
endorserParty |
protected PartyType |
exporterParty |
protected PartyType |
importerParty |
protected PartyType |
issuerParty |
protected CountryType |
issuingCountry |
protected OriginalJobIDType |
originalJobID |
protected PartyType |
preparationParty |
protected PreviousJobIDType |
previousJobID |
protected ReferenceIDType |
referenceID |
protected List<RemarksType> |
remarks |
protected ShipmentType |
shipment |
protected List<SignatureType> |
signature |
protected List<DocumentReferenceType> |
supportingDocumentReference |
| Constructor and Description |
|---|
CertificateOfOriginApplicationType() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationStatusCodeType |
getApplicationStatusCode()
Gets the value of the applicationStatusCode property.
|
CertificateTypeType |
getCertificateType()
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.
|
PartyType |
getExporterParty()
Gets the value of the exporterParty property.
|
PartyType |
getImporterParty()
Gets the value of the importerParty property.
|
PartyType |
getIssuerParty()
Gets the value of the issuerParty property.
|
CountryType |
getIssuingCountry()
Gets the value of the issuingCountry property.
|
OriginalJobIDType |
getOriginalJobID()
Gets the value of the originalJobID property.
|
PartyType |
getPreparationParty()
Gets the value of the preparationParty property.
|
PreviousJobIDType |
getPreviousJobID()
Gets the value of the previousJobID property.
|
ReferenceIDType |
getReferenceID()
Gets the value of the referenceID property.
|
List<RemarksType> |
getRemarks()
Gets the value of the remarks property.
|
ShipmentType |
getShipment()
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.
|
void |
setApplicationStatusCode(ApplicationStatusCodeType value)
Sets the value of the applicationStatusCode property.
|
void |
setCertificateType(CertificateTypeType value)
Sets the value of the certificateType property.
|
void |
setExporterParty(PartyType value)
Sets the value of the exporterParty property.
|
void |
setImporterParty(PartyType value)
Sets the value of the importerParty property.
|
void |
setIssuerParty(PartyType value)
Sets the value of the issuerParty property.
|
void |
setIssuingCountry(CountryType value)
Sets the value of the issuingCountry property.
|
void |
setOriginalJobID(OriginalJobIDType value)
Sets the value of the originalJobID property.
|
void |
setPreparationParty(PartyType value)
Sets the value of the preparationParty property.
|
void |
setPreviousJobID(PreviousJobIDType value)
Sets the value of the previousJobID property.
|
void |
setReferenceID(ReferenceIDType value)
Sets the value of the referenceID property.
|
void |
setShipment(ShipmentType value)
Sets the value of the shipment property.
|
protected ReferenceIDType referenceID
protected CertificateTypeType certificateType
protected ApplicationStatusCodeType applicationStatusCode
protected OriginalJobIDType originalJobID
protected PreviousJobIDType previousJobID
protected List<RemarksType> remarks
protected ShipmentType shipment
protected List<EndorserPartyType> endorserParty
protected PartyType preparationParty
protected PartyType issuerParty
protected PartyType exporterParty
protected PartyType importerParty
protected CountryType issuingCountry
protected List<DocumentDistributionType> documentDistribution
protected List<DocumentReferenceType> supportingDocumentReference
protected List<SignatureType> signature
public ReferenceIDType getReferenceID()
ReferenceIDTypepublic void setReferenceID(ReferenceIDType value)
value - allowed object is
ReferenceIDTypepublic CertificateTypeType getCertificateType()
CertificateTypeTypepublic void setCertificateType(CertificateTypeType value)
value - allowed object is
CertificateTypeTypepublic ApplicationStatusCodeType getApplicationStatusCode()
ApplicationStatusCodeTypepublic void setApplicationStatusCode(ApplicationStatusCodeType value)
value - allowed object is
ApplicationStatusCodeTypepublic OriginalJobIDType getOriginalJobID()
OriginalJobIDTypepublic void setOriginalJobID(OriginalJobIDType value)
value - allowed object is
OriginalJobIDTypepublic PreviousJobIDType getPreviousJobID()
PreviousJobIDTypepublic void setPreviousJobID(PreviousJobIDType value)
value - allowed object is
PreviousJobIDTypepublic List<RemarksType> getRemarks()
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
public ShipmentType getShipment()
ShipmentTypepublic void setShipment(ShipmentType value)
value - allowed object is
ShipmentTypepublic List<EndorserPartyType> getEndorserParty()
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
public PartyType getPreparationParty()
PartyTypepublic void setPreparationParty(PartyType value)
value - allowed object is
PartyTypepublic PartyType getIssuerParty()
PartyTypepublic void setIssuerParty(PartyType value)
value - allowed object is
PartyTypepublic PartyType getExporterParty()
PartyTypepublic void setExporterParty(PartyType value)
value - allowed object is
PartyTypepublic PartyType getImporterParty()
PartyTypepublic void setImporterParty(PartyType value)
value - allowed object is
PartyTypepublic CountryType getIssuingCountry()
CountryTypepublic void setIssuingCountry(CountryType value)
value - allowed object is
CountryTypepublic List<DocumentDistributionType> getDocumentDistribution()
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
public List<DocumentReferenceType> getSupportingDocumentReference()
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
public List<SignatureType> getSignature()
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
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.