public class SupplierPartyType extends Object implements Serializable
<?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ABIE</ccts:ComponentType><ccts:DictionaryEntryName>Supplier Party. Details</ccts:DictionaryEntryName><ccts:Definition>Information about the Supplier Party.</ccts:Definition><ccts:ObjectClass>Supplier Party</ccts:ObjectClass></ccts:Component>
Java class for SupplierPartyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SupplierPartyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CustomerAssignedAccountID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AdditionalAccountID" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}DataSendingCapability" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Party" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DespatchContact" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AccountingContact" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SellerContact" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SupplierPartyType()
Default constructor
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
ContactType |
getAccountingContact()
<?
|
List<AdditionalAccountIDType> |
getAdditionalAccountID()
<?
|
AdditionalAccountIDType |
getAdditionalAccountIDAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getAdditionalAccountIDCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
CustomerAssignedAccountIDType |
getCustomerAssignedAccountID()
<?
|
String |
getCustomerAssignedAccountIDValue()
Get the value of the contained CustomerAssignedAccountIDType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
DataSendingCapabilityType |
getDataSendingCapability()
<?
|
String |
getDataSendingCapabilityValue()
Get the value of the contained DataSendingCapabilityType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
ContactType |
getDespatchContact()
<?
|
PartyType |
getParty()
<?
|
ContactType |
getSellerContact()
<?
|
boolean |
hasAdditionalAccountIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoAdditionalAccountIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAccountingContact(ContactType value)
Sets the value of the accountingContact property.
|
void |
setAdditionalAccountID(List<AdditionalAccountIDType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCustomerAssignedAccountID(CustomerAssignedAccountIDType value)
Sets the value of the customerAssignedAccountID property.
|
CustomerAssignedAccountIDType |
setCustomerAssignedAccountID(String valueParam)
Special setter with value of type String
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setDataSendingCapability(DataSendingCapabilityType value)
Sets the value of the dataSendingCapability property.
|
DataSendingCapabilityType |
setDataSendingCapability(String valueParam)
Special setter with value of type String
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setDespatchContact(ContactType value)
Sets the value of the despatchContact property.
|
void |
setParty(PartyType value)
Sets the value of the party property.
|
void |
setSellerContact(ContactType value)
Sets the value of the sellerContact property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public SupplierPartyType()
@Nullable public CustomerAssignedAccountIDType getCustomerAssignedAccountID()
<?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Supplier Party. Customer Assigned_ Account Identifier. Identifier</ccts:DictionaryEntryName><ccts:Definition>The customer's internal identifier for the supplier.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Supplier Party</ccts:ObjectClass><ccts:PropertyTermQualifier>Customer Assigned</ccts:PropertyTermQualifier><ccts:PropertyTerm>Account Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType></ccts:Component>
CustomerAssignedAccountIDTypepublic void setCustomerAssignedAccountID(@Nullable CustomerAssignedAccountIDType value)
value - allowed object is
CustomerAssignedAccountIDType@Nonnull @ReturnsMutableObject(reason="JAXB implementation style") public List<AdditionalAccountIDType> getAdditionalAccountID()
<?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Supplier Party. Additional_ Account Identifier. Identifier</ccts:DictionaryEntryName><ccts:Definition>The customer's internal identifier for the supplier.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Supplier Party</ccts:ObjectClass><ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier><ccts:PropertyTerm>Account Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType></ccts:Component>Gets the value of the additionalAccountID 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 additionalAccountID property.
For example, to add a new item, do as follows:
getAdditionalAccountID().add(newItem);
Objects of the following type(s) are allowed in the list
AdditionalAccountIDType
@Nullable public DataSendingCapabilityType getDataSendingCapability()
<?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Supplier Party. Data Sending Capability. Text</ccts:DictionaryEntryName><ccts:Definition>Capability to send invoice data via the purchase card provider (VISA/MasterCard/American Express).</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Supplier Party</ccts:ObjectClass><ccts:PropertyTerm>Data Sending Capability</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType><ccts:Examples>The customer's internal identifier for the supplier.</ccts:Examples></ccts:Component>
DataSendingCapabilityTypepublic void setDataSendingCapability(@Nullable DataSendingCapabilityType value)
value - allowed object is
DataSendingCapabilityType@Nullable public 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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Supplier Party. Party</ccts:DictionaryEntryName><ccts:Definition>An association to Party.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Supplier Party</ccts:ObjectClass><ccts:PropertyTerm>Party</ccts:PropertyTerm><ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass></ccts:Component>
PartyTypepublic void setParty(@Nullable PartyType value)
value - allowed object is
PartyType@Nullable public ContactType getDespatchContact()
<?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Supplier Party. Despatch_ Contact. Contact</ccts:DictionaryEntryName><ccts:Definition>An association to Despatch Contact.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Supplier Party</ccts:ObjectClass><ccts:PropertyTermQualifier>Despatch</ccts:PropertyTermQualifier><ccts:PropertyTerm>Contact</ccts:PropertyTerm><ccts:AssociatedObjectClass>Contact</ccts:AssociatedObjectClass></ccts:Component>
ContactTypepublic void setDespatchContact(@Nullable ContactType value)
value - allowed object is
ContactType@Nullable public ContactType getAccountingContact()
<?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Supplier Party. Accounting_ Contact. Contact</ccts:DictionaryEntryName><ccts:Definition>An association to Supplier Accounting Contact.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Supplier Party</ccts:ObjectClass><ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier><ccts:PropertyTerm>Contact</ccts:PropertyTerm><ccts:AssociatedObjectClass>Contact</ccts:AssociatedObjectClass></ccts:Component>
ContactTypepublic void setAccountingContact(@Nullable ContactType value)
value - allowed object is
ContactType@Nullable public ContactType getSellerContact()
<?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Supplier Party. Seller_ Contact. Contact</ccts:DictionaryEntryName><ccts:Definition>An association to Seller.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Supplier Party</ccts:ObjectClass><ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier><ccts:PropertyTerm>Contact</ccts:PropertyTerm><ccts:AssociatedObjectClass>Contact</ccts:AssociatedObjectClass></ccts:Component>
ContactTypepublic void setSellerContact(@Nullable ContactType value)
value - allowed object is
ContactTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setAdditionalAccountID(@Nullable List<AdditionalAccountIDType> aList)
aList - The new list member to set. May be null.public boolean hasAdditionalAccountIDEntries()
true if at least one item is contained, false otherwise.public boolean hasNoAdditionalAccountIDEntries()
true if no item is contained, false otherwise.@Nonnegative public int getAdditionalAccountIDCount()
@Nullable public AdditionalAccountIDType getAdditionalAccountIDAtIndex(@Nonnegative int index)
index - The index to retrievenullArrayIndexOutOfBoundsException - if the index is invalid!@Nonnull public DataSendingCapabilityType setDataSendingCapability(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CustomerAssignedAccountIDType setCustomerAssignedAccountID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getCustomerAssignedAccountIDValue()
nullCopyright © 2014 Philip Helger. All rights reserved.