@CodingStyleguideUnaware public class ServiceProviderPartyType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ServiceProviderPartyType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addServiceType(ServiceTypeType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ServiceProviderPartyType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ServiceProviderPartyType 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
|
IDType |
getID()
<pre>
<?
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PartyType |
getParty()
<pre>
<?
|
ContactType |
getSellerContact()
<pre>
<?
|
List<ServiceTypeType> |
getServiceType()
<pre>
<?
|
ServiceTypeType |
getServiceTypeAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ServiceTypeCodeType |
getServiceTypeCode()
<pre>
<?
|
String |
getServiceTypeCodeValue()
Get the value of the contained ServiceTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
getServiceTypeCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoServiceTypeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasServiceTypeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setParty(PartyType value)
Sets the value of the party property.
|
void |
setSellerContact(ContactType value)
Sets the value of the sellerContact property.
|
void |
setServiceType(List<ServiceTypeType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setServiceTypeCode(ServiceTypeCodeType value)
Sets the value of the serviceTypeCode property.
|
ServiceTypeCodeType |
setServiceTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ServiceProviderPartyType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public ServiceTypeCodeType getServiceTypeCode()
ServiceTypeCodeTypepublic void setServiceTypeCode(@Nullable ServiceTypeCodeType value)
value - allowed object is
ServiceTypeCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ServiceTypeType> getServiceType()
ServiceTypeType@Nullable public PartyType getParty()
PartyTypepublic void setParty(@Nullable PartyType value)
value - allowed object is
PartyType@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 setServiceType(@Nullable List<ServiceTypeType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasServiceTypeEntries()
public boolean hasNoServiceTypeEntries()
@Nonnegative public int getServiceTypeCount()
@Nullable public ServiceTypeType getServiceTypeAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addServiceType(@Nonnull ServiceTypeType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull ServiceProviderPartyType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ServiceProviderPartyType clone()
@Nonnull public ServiceTypeCodeType setServiceTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.