@CodingStyleguideUnaware public class BudgetAccountLineType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
BudgetAccountLineType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addBudgetAccount(BudgetAccountType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
BudgetAccountLineType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(BudgetAccountLineType 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
|
List<BudgetAccountType> |
getBudgetAccount()
<pre>
<?
|
BudgetAccountType |
getBudgetAccountAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getBudgetAccountCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
IDType |
getID()
<pre>
<?
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
TotalAmountType |
getTotalAmount()
<pre>
<?
|
BigDecimal |
getTotalAmountValue()
Get the value of the contained TotalAmountType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
boolean |
hasBudgetAccountEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoBudgetAccountEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setBudgetAccount(List<BudgetAccountType> aList)
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
|
TotalAmountType |
setTotalAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setTotalAmount(TotalAmountType value)
Sets the value of the totalAmount property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public BudgetAccountLineType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public TotalAmountType getTotalAmount()
TotalAmountTypepublic void setTotalAmount(@Nullable TotalAmountType value)
value - allowed object is
TotalAmountType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<BudgetAccountType> getBudgetAccount()
BudgetAccountTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setBudgetAccount(@Nullable List<BudgetAccountType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasBudgetAccountEntries()
public boolean hasNoBudgetAccountEntries()
@Nonnegative public int getBudgetAccountCount()
@Nullable public BudgetAccountType getBudgetAccountAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addBudgetAccount(@Nonnull BudgetAccountType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull BudgetAccountLineType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public BudgetAccountLineType clone()
@Nonnull public TotalAmountType setTotalAmount(@Nullable BigDecimal 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()
@Nullable public BigDecimal getTotalAmountValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.