@CodingStyleguideUnaware public class SupplierPartyType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
SupplierPartyType()
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
|
SupplierPartyType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(SupplierPartyType 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
|
CustomerAssignedAccountIDType |
getCustomerAssignedAccountID()
<pre>
<?
|
String |
getCustomerAssignedAccountIDValue()
Get the value of the contained CustomerAssignedAccountIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
DataSendingCapabilityType |
getDataSendingCapability()
<pre>
<?
|
String |
getDataSendingCapabilityValue()
Get the value of the contained DataSendingCapabilityType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ContactType |
getDespatchContact()
<pre>
<?
|
PartyType |
getParty()
<pre>
<?
|
ContactType |
getSellerContact()
<pre>
<?
|
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<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setDataSendingCapability(DataSendingCapabilityType value)
Sets the value of the dataSendingCapability property.
|
DataSendingCapabilityType |
setDataSendingCapability(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
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()
CustomerAssignedAccountIDTypepublic void setCustomerAssignedAccountID(@Nullable CustomerAssignedAccountIDType value)
value - allowed object is
CustomerAssignedAccountIDType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<AdditionalAccountIDType> getAdditionalAccountID()
AdditionalAccountIDType@Nullable public DataSendingCapabilityType getDataSendingCapability()
DataSendingCapabilityTypepublic void setDataSendingCapability(@Nullable DataSendingCapabilityType value)
value - allowed object is
DataSendingCapabilityType@Nullable public PartyType getParty()
PartyTypepublic void setParty(@Nullable PartyType value)
value - allowed object is
PartyType@Nullable public ContactType getDespatchContact()
ContactTypepublic void setDespatchContact(@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 getSellerContact()
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 <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 SupplierPartyType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public SupplierPartyType clone()
@Nonnull public CustomerAssignedAccountIDType setCustomerAssignedAccountID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public DataSendingCapabilityType setDataSendingCapability(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getCustomerAssignedAccountIDValue()
@Nullable public String getDataSendingCapabilityValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.