@CodingStyleguideUnaware public class CompletedTaskType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
CompletedTaskType()
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
|
void |
addEvidenceSupplied(EvidenceSuppliedType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
CompletedTaskType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(CompletedTaskType 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
|
AnnualAverageAmountType |
getAnnualAverageAmount()
<pre>
<?
|
BigDecimal |
getAnnualAverageAmountValue()
Get the value of the contained AnnualAverageAmountType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
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
|
List<EvidenceSuppliedType> |
getEvidenceSupplied()
<pre>
<?
|
EvidenceSuppliedType |
getEvidenceSuppliedAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getEvidenceSuppliedCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
PartyCapacityAmountType |
getPartyCapacityAmount()
<pre>
<?
|
BigDecimal |
getPartyCapacityAmountValue()
Get the value of the contained PartyCapacityAmountType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PeriodType |
getPeriod()
<pre>
<?
|
CustomerPartyType |
getRecipientCustomerParty()
<pre>
<?
|
TotalTaskAmountType |
getTotalTaskAmount()
<pre>
<?
|
BigDecimal |
getTotalTaskAmountValue()
Get the value of the contained TotalTaskAmountType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
boolean |
hasDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasEvidenceSuppliedEntries()
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
|
boolean |
hasNoEvidenceSuppliedEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAnnualAverageAmount(AnnualAverageAmountType value)
Sets the value of the annualAverageAmount property.
|
AnnualAverageAmountType |
setAnnualAverageAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setEvidenceSupplied(List<EvidenceSuppliedType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
PartyCapacityAmountType |
setPartyCapacityAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setPartyCapacityAmount(PartyCapacityAmountType value)
Sets the value of the partyCapacityAmount property.
|
void |
setPeriod(PeriodType value)
Sets the value of the period property.
|
void |
setRecipientCustomerParty(CustomerPartyType value)
Sets the value of the recipientCustomerParty property.
|
TotalTaskAmountType |
setTotalTaskAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setTotalTaskAmount(TotalTaskAmountType value)
Sets the value of the totalTaskAmount property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public CompletedTaskType()
@Nullable public AnnualAverageAmountType getAnnualAverageAmount()
AnnualAverageAmountTypepublic void setAnnualAverageAmount(@Nullable AnnualAverageAmountType value)
value - allowed object is
AnnualAverageAmountType@Nullable public TotalTaskAmountType getTotalTaskAmount()
TotalTaskAmountTypepublic void setTotalTaskAmount(@Nullable TotalTaskAmountType value)
value - allowed object is
TotalTaskAmountType@Nullable public PartyCapacityAmountType getPartyCapacityAmount()
PartyCapacityAmountTypepublic void setPartyCapacityAmount(@Nullable PartyCapacityAmountType value)
value - allowed object is
PartyCapacityAmountType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDescription()
DescriptionType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<EvidenceSuppliedType> getEvidenceSupplied()
EvidenceSuppliedType@Nullable public PeriodType getPeriod()
PeriodTypepublic void setPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodType@Nullable public CustomerPartyType getRecipientCustomerParty()
CustomerPartyTypepublic void setRecipientCustomerParty(@Nullable CustomerPartyType value)
value - allowed object is
CustomerPartyTypepublic 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 void setEvidenceSupplied(@Nullable List<EvidenceSuppliedType> 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 boolean hasEvidenceSuppliedEntries()
public boolean hasNoEvidenceSuppliedEntries()
@Nonnegative public int getEvidenceSuppliedCount()
@Nullable public EvidenceSuppliedType getEvidenceSuppliedAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addEvidenceSupplied(@Nonnull EvidenceSuppliedType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull CompletedTaskType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public CompletedTaskType clone()
@Nonnull public AnnualAverageAmountType setAnnualAverageAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public TotalTaskAmountType setTotalTaskAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public PartyCapacityAmountType setPartyCapacityAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public BigDecimal getAnnualAverageAmountValue()
@Nullable public BigDecimal getTotalTaskAmountValue()
@Nullable public BigDecimal getPartyCapacityAmountValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.