public class EndorserPartyType extends Object
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ABIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Endorser Party. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to describe the party endorsing a document.</ccts:Definition>
<ccts:ObjectClass>Endorser Party</ccts:ObjectClass>
</ccts:Component>
Java class for EndorserPartyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EndorserPartyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}RoleCode"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SequenceNumeric"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Party"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SignatoryContact"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PartyType |
party |
protected RoleCodeType |
roleCode |
protected SequenceNumericType |
sequenceNumeric |
protected ContactType |
signatoryContact |
| Constructor and Description |
|---|
EndorserPartyType() |
| Modifier and Type | Method and Description |
|---|---|
PartyType |
getParty()
<?
|
RoleCodeType |
getRoleCode()
<?
|
SequenceNumericType |
getSequenceNumeric()
<?
|
ContactType |
getSignatoryContact()
<?
|
void |
setParty(PartyType value)
Sets the value of the party property.
|
void |
setRoleCode(RoleCodeType value)
Sets the value of the roleCode property.
|
void |
setSequenceNumeric(SequenceNumericType value)
Sets the value of the sequenceNumeric property.
|
void |
setSignatoryContact(ContactType value)
Sets the value of the signatoryContact property.
|
protected RoleCodeType roleCode
protected SequenceNumericType sequenceNumeric
protected PartyType party
protected ContactType signatoryContact
public RoleCodeType getRoleCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Endorser Party. Role Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>A code specifying the role of the party providing the endorsement (e.g., issuer, embassy, insurance, etc.).</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>Endorser Party</ccts:ObjectClass>
<ccts:PropertyTerm>Role Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataType>Code. Type</ccts:DataType>
</ccts:Component>
RoleCodeTypepublic void setRoleCode(RoleCodeType value)
value - allowed object is
RoleCodeTypepublic SequenceNumericType getSequenceNumeric()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Endorser Party. Sequence. Numeric</ccts:DictionaryEntryName>
<ccts:Definition>A number indicating the order of the endorsement provided by this party in the sequence in which endorsements are to be applied.</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>Endorser Party</ccts:ObjectClass>
<ccts:PropertyTerm>Sequence</ccts:PropertyTerm>
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
<ccts:DataType>Numeric. Type</ccts:DataType>
</ccts:Component>
SequenceNumericTypepublic void setSequenceNumeric(SequenceNumericType value)
value - allowed object is
SequenceNumericTypepublic PartyType getParty()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Endorser Party. Party</ccts:DictionaryEntryName>
<ccts:Definition>The party endorsing the application.</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>Endorser Party</ccts:ObjectClass>
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
</ccts:Component>
PartyTypepublic void setParty(PartyType value)
value - allowed object is
PartyTypepublic ContactType getSignatoryContact()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Endorser Party. Signatory_ Contact. Contact</ccts:DictionaryEntryName>
<ccts:Definition>The individual representing the exporter who signs the Certificate of Origin application before submitting it to the issuer party.</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>Endorser Party</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Signatory</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Contact</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Contact</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Contact</ccts:RepresentationTerm>
</ccts:Component>
ContactTypepublic void setSignatoryContact(ContactType value)
value - allowed object is
ContactTypeCopyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.