@CodingStyleguideUnaware public class TradingTermsType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
TradingTermsType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addInformation(InformationType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
TradingTermsType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(TradingTermsType 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
|
AddressType |
getApplicableAddress()
<pre>
<?
|
List<InformationType> |
getInformation()
<pre>
<?
|
InformationType |
getInformationAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getInformationCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
ReferenceType |
getReference()
<pre>
<?
|
String |
getReferenceValue()
Get the value of the contained ReferenceType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasInformationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoInformationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setApplicableAddress(AddressType value)
Sets the value of the applicableAddress property.
|
void |
setInformation(List<InformationType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setReference(ReferenceType value)
Sets the value of the reference property.
|
ReferenceType |
setReference(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 TradingTermsType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<InformationType> getInformation()
InformationType@Nullable public ReferenceType getReference()
ReferenceTypepublic void setReference(@Nullable ReferenceType value)
value - allowed object is
ReferenceType@Nullable public AddressType getApplicableAddress()
AddressTypepublic void setApplicableAddress(@Nullable AddressType value)
value - allowed object is
AddressTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setInformation(@Nullable List<InformationType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasInformationEntries()
public boolean hasNoInformationEntries()
@Nonnegative public int getInformationCount()
@Nullable public InformationType getInformationAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addInformation(@Nonnull InformationType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull TradingTermsType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public TradingTermsType clone()
@Nonnull public ReferenceType setReference(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.Copyright © 2017–2021 Philip Helger. All rights reserved.