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>
| Modifier and Type | Field and Description |
|---|---|
protected ContactType |
accountingContact |
protected List<AdditionalAccountIDType> |
additionalAccountID |
protected ContactType |
buyerContact |
protected CustomerAssignedAccountIDType |
customerAssignedAccountID |
protected ContactType |
deliveryContact |
protected PartyType |
party |
protected SupplierAssignedAccountIDType |
supplierAssignedAccountID |
| Constructor and Description |
|---|
CustomerPartyType() |
| Modifier and Type | Method and Description |
|---|---|
ContactType |
getAccountingContact()
Gets the value of the accountingContact property.
|
List<AdditionalAccountIDType> |
getAdditionalAccountID()
Gets the value of the additionalAccountID property.
|
ContactType |
getBuyerContact()
Gets the value of the buyerContact property.
|
CustomerAssignedAccountIDType |
getCustomerAssignedAccountID()
Gets the value of the customerAssignedAccountID property.
|
ContactType |
getDeliveryContact()
Gets the value of the deliveryContact property.
|
PartyType |
getParty()
Gets the value of the party property.
|
SupplierAssignedAccountIDType |
getSupplierAssignedAccountID()
Gets the value of the supplierAssignedAccountID property.
|
void |
setAccountingContact(ContactType value)
Sets the value of the accountingContact property.
|
void |
setBuyerContact(ContactType value)
Sets the value of the buyerContact property.
|
void |
setCustomerAssignedAccountID(CustomerAssignedAccountIDType value)
Sets the value of the customerAssignedAccountID property.
|
void |
setDeliveryContact(ContactType value)
Sets the value of the deliveryContact property.
|
void |
setParty(PartyType value)
Sets the value of the party property.
|
void |
setSupplierAssignedAccountID(SupplierAssignedAccountIDType value)
Sets the value of the supplierAssignedAccountID property.
|
protected CustomerAssignedAccountIDType customerAssignedAccountID
protected SupplierAssignedAccountIDType supplierAssignedAccountID
protected List<AdditionalAccountIDType> additionalAccountID
protected PartyType party
protected ContactType deliveryContact
protected ContactType accountingContact
protected ContactType buyerContact
public CustomerAssignedAccountIDType getCustomerAssignedAccountID()
CustomerAssignedAccountIDTypepublic void setCustomerAssignedAccountID(CustomerAssignedAccountIDType value)
value - allowed object is
CustomerAssignedAccountIDTypepublic SupplierAssignedAccountIDType getSupplierAssignedAccountID()
SupplierAssignedAccountIDTypepublic void setSupplierAssignedAccountID(SupplierAssignedAccountIDType value)
value - allowed object is
SupplierAssignedAccountIDTypepublic List<AdditionalAccountIDType> getAdditionalAccountID()
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
public PartyType getParty()
PartyTypepublic void setParty(PartyType value)
value - allowed object is
PartyTypepublic ContactType getDeliveryContact()
ContactTypepublic void setDeliveryContact(ContactType value)
value - allowed object is
ContactTypepublic ContactType getAccountingContact()
ContactTypepublic void setAccountingContact(ContactType value)
value - allowed object is
ContactTypepublic ContactType getBuyerContact()
ContactTypepublic void setBuyerContact(ContactType value)
value - allowed object is
ContactTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.