@CodingStyleguideUnaware public class BudgetAccountType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
BudgetAccountType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
BudgetAccountType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(BudgetAccountType 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
|
BudgetYearNumericType |
getBudgetYearNumeric()
<pre>
<?
|
BigDecimal |
getBudgetYearNumericValue()
Get the value of the contained BudgetYearNumericType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
IDType |
getID()
<pre>
<?
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ClassificationSchemeType |
getRequiredClassificationScheme()
<pre>
<?
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
BudgetYearNumericType |
setBudgetYearNumeric(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setBudgetYearNumeric(BudgetYearNumericType value)
Sets the value of the budgetYearNumeric property.
|
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
|
void |
setRequiredClassificationScheme(ClassificationSchemeType value)
Sets the value of the requiredClassificationScheme property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public BudgetAccountType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public BudgetYearNumericType getBudgetYearNumeric()
BudgetYearNumericTypepublic void setBudgetYearNumeric(@Nullable BudgetYearNumericType value)
value - allowed object is
BudgetYearNumericType@Nullable public ClassificationSchemeType getRequiredClassificationScheme()
ClassificationSchemeTypepublic void setRequiredClassificationScheme(@Nullable ClassificationSchemeType value)
value - allowed object is
ClassificationSchemeTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull BudgetAccountType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public BudgetAccountType clone()
@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public BudgetYearNumericType setBudgetYearNumeric(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
@Nullable public BigDecimal getBudgetYearNumericValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.