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>
| Modifier and Type | Field and Description |
|---|---|
protected CertificateOfOriginApplicationType |
certificateOfOriginApplication |
protected CustomizationIDType |
customizationID |
protected List<DescriptionType> |
description |
protected EndorsementType |
embassyEndorsement |
protected List<EndorserPartyType> |
endorserParty |
protected PartyType |
exporterParty |
protected IDType |
id |
protected PartyType |
importerParty |
protected EndorsementType |
insuranceEndorsement |
protected IssueDateType |
issueDate |
protected EndorsementType |
issuerEndorsement |
protected IssueTimeType |
issueTime |
protected List<NoteType> |
note |
protected ProfileExecutionIDType |
profileExecutionID |
protected ProfileIDType |
profileID |
protected List<SignatureType> |
signature |
protected UBLExtensionsType |
ublExtensions |
protected UBLVersionIDType |
ublVersionID |
protected UUIDType |
uuid |
protected VersionIDType |
versionID |
| Constructor and Description |
|---|
CertificateOfOriginType() |
| Modifier and Type | Method and Description |
|---|---|
CertificateOfOriginApplicationType |
getCertificateOfOriginApplication()
Gets the value of the certificateOfOriginApplication property.
|
CustomizationIDType |
getCustomizationID()
Gets the value of the customizationID property.
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
EndorsementType |
getEmbassyEndorsement()
Gets the value of the embassyEndorsement property.
|
List<EndorserPartyType> |
getEndorserParty()
Gets the value of the endorserParty property.
|
PartyType |
getExporterParty()
Gets the value of the exporterParty property.
|
IDType |
getID()
Gets the value of the id property.
|
PartyType |
getImporterParty()
Gets the value of the importerParty property.
|
EndorsementType |
getInsuranceEndorsement()
Gets the value of the insuranceEndorsement property.
|
IssueDateType |
getIssueDate()
Gets the value of the issueDate property.
|
EndorsementType |
getIssuerEndorsement()
Gets the value of the issuerEndorsement property.
|
IssueTimeType |
getIssueTime()
Gets the value of the issueTime property.
|
List<NoteType> |
getNote()
Gets the value of the note property.
|
ProfileExecutionIDType |
getProfileExecutionID()
Gets the value of the profileExecutionID property.
|
ProfileIDType |
getProfileID()
Gets the value of the profileID property.
|
List<SignatureType> |
getSignature()
Gets the value of the signature property.
|
UBLExtensionsType |
getUBLExtensions()
Gets the value of the ublExtensions property.
|
UBLVersionIDType |
getUBLVersionID()
Gets the value of the ublVersionID property.
|
UUIDType |
getUUID()
Gets the value of the uuid property.
|
VersionIDType |
getVersionID()
Gets the value of the versionID property.
|
void |
setCertificateOfOriginApplication(CertificateOfOriginApplicationType value)
Sets the value of the certificateOfOriginApplication property.
|
void |
setCustomizationID(CustomizationIDType value)
Sets the value of the customizationID property.
|
void |
setEmbassyEndorsement(EndorsementType value)
Sets the value of the embassyEndorsement property.
|
void |
setExporterParty(PartyType value)
Sets the value of the exporterParty property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setImporterParty(PartyType value)
Sets the value of the importerParty property.
|
void |
setInsuranceEndorsement(EndorsementType value)
Sets the value of the insuranceEndorsement property.
|
void |
setIssueDate(IssueDateType value)
Sets the value of the issueDate property.
|
void |
setIssuerEndorsement(EndorsementType value)
Sets the value of the issuerEndorsement property.
|
void |
setIssueTime(IssueTimeType value)
Sets the value of the issueTime property.
|
void |
setProfileExecutionID(ProfileExecutionIDType value)
Sets the value of the profileExecutionID property.
|
void |
setProfileID(ProfileIDType value)
Sets the value of the profileID property.
|
void |
setUBLExtensions(UBLExtensionsType value)
Sets the value of the ublExtensions property.
|
void |
setUBLVersionID(UBLVersionIDType value)
Sets the value of the ublVersionID property.
|
void |
setUUID(UUIDType value)
Sets the value of the uuid property.
|
void |
setVersionID(VersionIDType value)
Sets the value of the versionID property.
|
protected UBLExtensionsType ublExtensions
protected UBLVersionIDType ublVersionID
protected CustomizationIDType customizationID
protected ProfileIDType profileID
protected ProfileExecutionIDType profileExecutionID
protected IDType id
protected UUIDType uuid
protected IssueDateType issueDate
protected IssueTimeType issueTime
protected List<DescriptionType> description
protected VersionIDType versionID
protected List<SignatureType> signature
protected PartyType exporterParty
protected PartyType importerParty
protected List<EndorserPartyType> endorserParty
protected CertificateOfOriginApplicationType certificateOfOriginApplication
protected EndorsementType issuerEndorsement
protected EndorsementType embassyEndorsement
protected EndorsementType insuranceEndorsement
public UBLExtensionsType getUBLExtensions()
UBLExtensionsTypepublic void setUBLExtensions(UBLExtensionsType value)
value - allowed object is
UBLExtensionsTypepublic UBLVersionIDType getUBLVersionID()
UBLVersionIDTypepublic void setUBLVersionID(UBLVersionIDType value)
value - allowed object is
UBLVersionIDTypepublic CustomizationIDType getCustomizationID()
CustomizationIDTypepublic void setCustomizationID(CustomizationIDType value)
value - allowed object is
CustomizationIDTypepublic ProfileIDType getProfileID()
ProfileIDTypepublic void setProfileID(ProfileIDType value)
value - allowed object is
ProfileIDTypepublic ProfileExecutionIDType getProfileExecutionID()
ProfileExecutionIDTypepublic void setProfileExecutionID(ProfileExecutionIDType value)
value - allowed object is
ProfileExecutionIDTypepublic void setID(IDType value)
value - allowed object is
IDTypepublic UUIDType getUUID()
UUIDTypepublic void setUUID(UUIDType value)
value - allowed object is
UUIDTypepublic IssueDateType getIssueDate()
IssueDateTypepublic void setIssueDate(IssueDateType value)
value - allowed object is
IssueDateTypepublic IssueTimeType getIssueTime()
IssueTimeTypepublic void setIssueTime(IssueTimeType value)
value - allowed object is
IssueTimeTypepublic List<DescriptionType> getDescription()
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
public List<NoteType> getNote()
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
public VersionIDType getVersionID()
VersionIDTypepublic void setVersionID(VersionIDType value)
value - allowed object is
VersionIDTypepublic 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
public PartyType getExporterParty()
PartyTypepublic void setExporterParty(PartyType value)
value - allowed object is
PartyTypepublic PartyType getImporterParty()
PartyTypepublic void setImporterParty(PartyType value)
value - allowed object is
PartyTypepublic 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 CertificateOfOriginApplicationType getCertificateOfOriginApplication()
CertificateOfOriginApplicationTypepublic void setCertificateOfOriginApplication(CertificateOfOriginApplicationType value)
value - allowed object is
CertificateOfOriginApplicationTypepublic EndorsementType getIssuerEndorsement()
EndorsementTypepublic void setIssuerEndorsement(EndorsementType value)
value - allowed object is
EndorsementTypepublic EndorsementType getEmbassyEndorsement()
EndorsementTypepublic void setEmbassyEndorsement(EndorsementType value)
value - allowed object is
EndorsementTypepublic EndorsementType getInsuranceEndorsement()
EndorsementTypepublic void setInsuranceEndorsement(EndorsementType value)
value - allowed object is
EndorsementTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.