Class SupplierPartyType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.SupplierPartyType
-
public class SupplierPartyType extends Object
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected ContactTypeaccountingContactprotected List<AdditionalAccountIDType>additionalAccountIDprotected CustomerAssignedAccountIDTypecustomerAssignedAccountIDprotected DataSendingCapabilityTypedataSendingCapabilityprotected ContactTypedespatchContactprotected PartyTypepartyprotected ContactTypesellerContact
-
Constructor Summary
Constructors Constructor Description SupplierPartyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContactTypegetAccountingContact()Gets the value of the accountingContact property.List<AdditionalAccountIDType>getAdditionalAccountID()Gets the value of the additionalAccountID property.CustomerAssignedAccountIDTypegetCustomerAssignedAccountID()Gets the value of the customerAssignedAccountID property.DataSendingCapabilityTypegetDataSendingCapability()Gets the value of the dataSendingCapability property.ContactTypegetDespatchContact()Gets the value of the despatchContact property.PartyTypegetParty()Gets the value of the party property.ContactTypegetSellerContact()Gets the value of the sellerContact property.voidsetAccountingContact(ContactType value)Sets the value of the accountingContact property.voidsetCustomerAssignedAccountID(CustomerAssignedAccountIDType value)Sets the value of the customerAssignedAccountID property.voidsetDataSendingCapability(DataSendingCapabilityType value)Sets the value of the dataSendingCapability property.voidsetDespatchContact(ContactType value)Sets the value of the despatchContact property.voidsetParty(PartyType value)Sets the value of the party property.voidsetSellerContact(ContactType value)Sets the value of the sellerContact property.
-
-
-
Field Detail
-
customerAssignedAccountID
protected CustomerAssignedAccountIDType customerAssignedAccountID
-
additionalAccountID
protected List<AdditionalAccountIDType> additionalAccountID
-
dataSendingCapability
protected DataSendingCapabilityType dataSendingCapability
-
party
protected PartyType party
-
despatchContact
protected ContactType despatchContact
-
accountingContact
protected ContactType accountingContact
-
sellerContact
protected ContactType sellerContact
-
-
Method Detail
-
getCustomerAssignedAccountID
public CustomerAssignedAccountIDType getCustomerAssignedAccountID()
Gets the value of the customerAssignedAccountID property.- Returns:
- possible object is
CustomerAssignedAccountIDType
-
setCustomerAssignedAccountID
public void setCustomerAssignedAccountID(CustomerAssignedAccountIDType value)
Sets the value of the customerAssignedAccountID property.- Parameters:
value- allowed object isCustomerAssignedAccountIDType
-
getAdditionalAccountID
public List<AdditionalAccountIDType> getAdditionalAccountID()
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
setmethod 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- Returns:
- The value of the additionalAccountID property.
-
getDataSendingCapability
public DataSendingCapabilityType getDataSendingCapability()
Gets the value of the dataSendingCapability property.- Returns:
- possible object is
DataSendingCapabilityType
-
setDataSendingCapability
public void setDataSendingCapability(DataSendingCapabilityType value)
Sets the value of the dataSendingCapability property.- Parameters:
value- allowed object isDataSendingCapabilityType
-
getParty
public PartyType getParty()
Gets the value of the party property.- Returns:
- possible object is
PartyType
-
setParty
public void setParty(PartyType value)
Sets the value of the party property.- Parameters:
value- allowed object isPartyType
-
getDespatchContact
public ContactType getDespatchContact()
Gets the value of the despatchContact property.- Returns:
- possible object is
ContactType
-
setDespatchContact
public void setDespatchContact(ContactType value)
Sets the value of the despatchContact property.- Parameters:
value- allowed object isContactType
-
getAccountingContact
public ContactType getAccountingContact()
Gets the value of the accountingContact property.- Returns:
- possible object is
ContactType
-
setAccountingContact
public void setAccountingContact(ContactType value)
Sets the value of the accountingContact property.- Parameters:
value- allowed object isContactType
-
getSellerContact
public ContactType getSellerContact()
Gets the value of the sellerContact property.- Returns:
- possible object is
ContactType
-
setSellerContact
public void setSellerContact(ContactType value)
Sets the value of the sellerContact property.- Parameters:
value- allowed object isContactType
-
-