@CodingStyleguideUnaware public class AppealTermsType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
AppealTermsType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDescription(DescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
AppealTermsType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(AppealTermsType 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
|
PartyType |
getAppealInformationParty()
<pre>
<?
|
PartyType |
getAppealReceiverParty()
<pre>
<?
|
List<DescriptionType> |
getDescription()
<pre>
<?
|
DescriptionType |
getDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
PartyType |
getMediationParty()
<pre>
<?
|
PeriodType |
getPresentationPeriod()
<pre>
<?
|
boolean |
hasDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAppealInformationParty(PartyType value)
Sets the value of the appealInformationParty property.
|
void |
setAppealReceiverParty(PartyType value)
Sets the value of the appealReceiverParty property.
|
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setMediationParty(PartyType value)
Sets the value of the mediationParty property.
|
void |
setPresentationPeriod(PeriodType value)
Sets the value of the presentationPeriod property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public AppealTermsType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDescription()
DescriptionType@Nullable public PeriodType getPresentationPeriod()
PeriodTypepublic void setPresentationPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodType@Nullable public PartyType getAppealInformationParty()
PartyTypepublic void setAppealInformationParty(@Nullable PartyType value)
value - allowed object is
PartyType@Nullable public PartyType getAppealReceiverParty()
PartyTypepublic void setAppealReceiverParty(@Nullable PartyType value)
value - allowed object is
PartyType@Nullable public PartyType getMediationParty()
PartyTypepublic void setMediationParty(@Nullable PartyType value)
value - allowed object is
PartyTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setDescription(@Nullable List<DescriptionType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasDescriptionEntries()
public boolean hasNoDescriptionEntries()
@Nonnegative public int getDescriptionCount()
@Nullable public DescriptionType getDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addDescription(@Nonnull DescriptionType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull AppealTermsType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public AppealTermsType clone()
Copyright © 2017–2021 Philip Helger. All rights reserved.