@CodingStyleguideUnaware public class ContractingPartyType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ContractingPartyType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addContractingActivity(ContractingActivityType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addContractingPartyType(ContractingPartyTypeType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ContractingPartyType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ContractingPartyType 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
|
BuyerProfileURIType |
getBuyerProfileURI()
<pre>
<?
|
String |
getBuyerProfileURIValue()
Get the value of the contained BuyerProfileURIType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<ContractingActivityType> |
getContractingActivity()
<pre>
<?
|
ContractingActivityType |
getContractingActivityAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getContractingActivityCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<ContractingPartyTypeType> |
getContractingPartyType()
<pre>
<?
|
ContractingPartyTypeType |
getContractingPartyTypeAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getContractingPartyTypeCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
PartyType |
getParty()
<pre>
<?
|
boolean |
hasContractingActivityEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasContractingPartyTypeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoContractingActivityEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoContractingPartyTypeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setBuyerProfileURI(BuyerProfileURIType value)
Sets the value of the buyerProfileURI property.
|
BuyerProfileURIType |
setBuyerProfileURI(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setContractingActivity(List<ContractingActivityType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setContractingPartyType(List<ContractingPartyTypeType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setParty(PartyType value)
Sets the value of the party property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ContractingPartyType()
@Nullable public BuyerProfileURIType getBuyerProfileURI()
BuyerProfileURITypepublic void setBuyerProfileURI(@Nullable BuyerProfileURIType value)
value - allowed object is
BuyerProfileURIType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ContractingPartyTypeType> getContractingPartyType()
ContractingPartyTypeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ContractingActivityType> getContractingActivity()
ContractingActivityType@Nullable public PartyType getParty()
PartyTypepublic void setParty(@Nullable PartyType value)
value - allowed object is
PartyTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setContractingPartyType(@Nullable List<ContractingPartyTypeType> aList)
aList - The new list member to set. May be <code>null</code>.public void setContractingActivity(@Nullable List<ContractingActivityType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasContractingPartyTypeEntries()
public boolean hasNoContractingPartyTypeEntries()
@Nonnegative public int getContractingPartyTypeCount()
@Nullable public ContractingPartyTypeType getContractingPartyTypeAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addContractingPartyType(@Nonnull ContractingPartyTypeType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasContractingActivityEntries()
public boolean hasNoContractingActivityEntries()
@Nonnegative public int getContractingActivityCount()
@Nullable public ContractingActivityType getContractingActivityAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addContractingActivity(@Nonnull ContractingActivityType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull ContractingPartyType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ContractingPartyType clone()
@Nonnull public BuyerProfileURIType setBuyerProfileURI(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.Copyright © 2017–2021 Philip Helger. All rights reserved.