@CodingStyleguideUnaware public class CustomerPartyType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
CustomerPartyType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAdditionalAccountID(AdditionalAccountIDType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
CustomerPartyType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(CustomerPartyType ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
ContactType |
getAccountingContact()
<pre>
<?
|
List<AdditionalAccountIDType> |
getAdditionalAccountID()
<pre>
<?
|
AdditionalAccountIDType |
getAdditionalAccountIDAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getAdditionalAccountIDCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
ContactType |
getBuyerContact()
<pre>
<?
|
CustomerAssignedAccountIDType |
getCustomerAssignedAccountID()
<pre>
<?
|
String |
getCustomerAssignedAccountIDValue()
Get the value of the contained CustomerAssignedAccountIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ContactType |
getDeliveryContact()
<pre>
<?
|
PartyType |
getParty()
<pre>
<?
|
SupplierAssignedAccountIDType |
getSupplierAssignedAccountID()
<pre>
<?
|
String |
getSupplierAssignedAccountIDValue()
Get the value of the contained SupplierAssignedAccountIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
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 |
setBuyerContact(ContactType value)
Sets the value of the buyerContact property.
|
void |
setCustomerAssignedAccountID(CustomerAssignedAccountIDType value)
Sets the value of the customerAssignedAccountID property.
|
CustomerAssignedAccountIDType |
setCustomerAssignedAccountID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setDeliveryContact(ContactType value)
Sets the value of the deliveryContact property.
|
void |
setParty(PartyType value)
Sets the value of the party property.
|
SupplierAssignedAccountIDType |
setSupplierAssignedAccountID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setSupplierAssignedAccountID(SupplierAssignedAccountIDType value)
Sets the value of the supplierAssignedAccountID property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public CustomerPartyType()
@Nullable public CustomerAssignedAccountIDType getCustomerAssignedAccountID()
CustomerAssignedAccountIDTypepublic void setCustomerAssignedAccountID(@Nullable CustomerAssignedAccountIDType value)
value - allowed object is
CustomerAssignedAccountIDType@Nullable public SupplierAssignedAccountIDType getSupplierAssignedAccountID()
SupplierAssignedAccountIDTypepublic void setSupplierAssignedAccountID(@Nullable SupplierAssignedAccountIDType value)
value - allowed object is
SupplierAssignedAccountIDType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<AdditionalAccountIDType> getAdditionalAccountID()
AdditionalAccountIDType@Nullable public PartyType getParty()
PartyTypepublic void setParty(@Nullable PartyType value)
value - allowed object is
PartyType@Nullable public ContactType getDeliveryContact()
ContactTypepublic void setDeliveryContact(@Nullable ContactType value)
value - allowed object is
ContactType@Nullable public ContactType getAccountingContact()
ContactTypepublic void setAccountingContact(@Nullable ContactType value)
value - allowed object is
ContactType@Nullable public ContactType getBuyerContact()
ContactTypepublic void setBuyerContact(@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 <code>null</code>.public boolean hasAdditionalAccountIDEntries()
public boolean hasNoAdditionalAccountIDEntries()
@Nonnegative public int getAdditionalAccountIDCount()
@Nullable public AdditionalAccountIDType getAdditionalAccountIDAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addAdditionalAccountID(@Nonnull AdditionalAccountIDType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull CustomerPartyType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public CustomerPartyType clone()
@Nonnull public CustomerAssignedAccountIDType setCustomerAssignedAccountID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public SupplierAssignedAccountIDType setSupplierAssignedAccountID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getCustomerAssignedAccountIDValue()
@Nullable public String getSupplierAssignedAccountIDValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.