Class CustomerPartyType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.CustomerPartyType
-
public class CustomerPartyType extends Object
Java class for CustomerPartyType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomerPartyType"> <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}SupplierAssignedAccountID" 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:CommonAggregateComponents-2}Party" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DeliveryContact" 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}BuyerContact" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ContactTypeaccountingContactprotected List<AdditionalAccountIDType>additionalAccountIDprotected ContactTypebuyerContactprotected CustomerAssignedAccountIDTypecustomerAssignedAccountIDprotected ContactTypedeliveryContactprotected PartyTypepartyprotected SupplierAssignedAccountIDTypesupplierAssignedAccountID
-
Constructor Summary
Constructors Constructor Description CustomerPartyType()
-
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.ContactTypegetBuyerContact()Gets the value of the buyerContact property.CustomerAssignedAccountIDTypegetCustomerAssignedAccountID()Gets the value of the customerAssignedAccountID property.ContactTypegetDeliveryContact()Gets the value of the deliveryContact property.PartyTypegetParty()Gets the value of the party property.SupplierAssignedAccountIDTypegetSupplierAssignedAccountID()Gets the value of the supplierAssignedAccountID property.voidsetAccountingContact(ContactType value)Sets the value of the accountingContact property.voidsetBuyerContact(ContactType value)Sets the value of the buyerContact property.voidsetCustomerAssignedAccountID(CustomerAssignedAccountIDType value)Sets the value of the customerAssignedAccountID property.voidsetDeliveryContact(ContactType value)Sets the value of the deliveryContact property.voidsetParty(PartyType value)Sets the value of the party property.voidsetSupplierAssignedAccountID(SupplierAssignedAccountIDType value)Sets the value of the supplierAssignedAccountID property.
-
-
-
Field Detail
-
customerAssignedAccountID
protected CustomerAssignedAccountIDType customerAssignedAccountID
-
supplierAssignedAccountID
protected SupplierAssignedAccountIDType supplierAssignedAccountID
-
additionalAccountID
protected List<AdditionalAccountIDType> additionalAccountID
-
party
protected PartyType party
-
deliveryContact
protected ContactType deliveryContact
-
accountingContact
protected ContactType accountingContact
-
buyerContact
protected ContactType buyerContact
-
-
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
-
getSupplierAssignedAccountID
public SupplierAssignedAccountIDType getSupplierAssignedAccountID()
Gets the value of the supplierAssignedAccountID property.- Returns:
- possible object is
SupplierAssignedAccountIDType
-
setSupplierAssignedAccountID
public void setSupplierAssignedAccountID(SupplierAssignedAccountIDType value)
Sets the value of the supplierAssignedAccountID property.- Parameters:
value- allowed object isSupplierAssignedAccountIDType
-
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.
-
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
-
getDeliveryContact
public ContactType getDeliveryContact()
Gets the value of the deliveryContact property.- Returns:
- possible object is
ContactType
-
setDeliveryContact
public void setDeliveryContact(ContactType value)
Sets the value of the deliveryContact 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
-
getBuyerContact
public ContactType getBuyerContact()
Gets the value of the buyerContact property.- Returns:
- possible object is
ContactType
-
setBuyerContact
public void setBuyerContact(ContactType value)
Sets the value of the buyerContact property.- Parameters:
value- allowed object isContactType
-
-