@CodingStyleguideUnaware public class ConsumptionType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ConsumptionType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAllowanceCharge(AllowanceChargeType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addTaxTotal(TaxTotalType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ConsumptionType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ConsumptionType 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<AllowanceChargeType> |
getAllowanceCharge()
<pre>
<?
|
AllowanceChargeType |
getAllowanceChargeAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getAllowanceChargeCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
EnergyWaterSupplyType |
getEnergyWaterSupply()
<pre>
<?
|
MonetaryTotalType |
getLegalMonetaryTotal()
<pre>
<?
|
PeriodType |
getMainPeriod()
<pre>
<?
|
List<TaxTotalType> |
getTaxTotal()
<pre>
<?
|
TaxTotalType |
getTaxTotalAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getTaxTotalCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
TelecommunicationsSupplyType |
getTelecommunicationsSupply()
<pre>
<?
|
UtilityStatementTypeCodeType |
getUtilityStatementTypeCode()
<pre>
<?
|
String |
getUtilityStatementTypeCodeValue()
Get the value of the contained UtilityStatementTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
boolean |
hasAllowanceChargeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoAllowanceChargeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoTaxTotalEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasTaxTotalEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAllowanceCharge(List<AllowanceChargeType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setEnergyWaterSupply(EnergyWaterSupplyType value)
Sets the value of the energyWaterSupply property.
|
void |
setLegalMonetaryTotal(MonetaryTotalType value)
Sets the value of the legalMonetaryTotal property.
|
void |
setMainPeriod(PeriodType value)
Sets the value of the mainPeriod property.
|
void |
setTaxTotal(List<TaxTotalType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setTelecommunicationsSupply(TelecommunicationsSupplyType value)
Sets the value of the telecommunicationsSupply property.
|
UtilityStatementTypeCodeType |
setUtilityStatementTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setUtilityStatementTypeCode(UtilityStatementTypeCodeType value)
Sets the value of the utilityStatementTypeCode property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ConsumptionType()
@Nullable public UtilityStatementTypeCodeType getUtilityStatementTypeCode()
UtilityStatementTypeCodeTypepublic void setUtilityStatementTypeCode(@Nullable UtilityStatementTypeCodeType value)
value - allowed object is
UtilityStatementTypeCodeType@Nullable public PeriodType getMainPeriod()
PeriodTypepublic void setMainPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<AllowanceChargeType> getAllowanceCharge()
AllowanceChargeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TaxTotalType> getTaxTotal()
TaxTotalType@Nullable public EnergyWaterSupplyType getEnergyWaterSupply()
EnergyWaterSupplyTypepublic void setEnergyWaterSupply(@Nullable EnergyWaterSupplyType value)
value - allowed object is
EnergyWaterSupplyType@Nullable public TelecommunicationsSupplyType getTelecommunicationsSupply()
TelecommunicationsSupplyTypepublic void setTelecommunicationsSupply(@Nullable TelecommunicationsSupplyType value)
value - allowed object is
TelecommunicationsSupplyType@Nullable public MonetaryTotalType getLegalMonetaryTotal()
MonetaryTotalTypepublic void setLegalMonetaryTotal(@Nullable MonetaryTotalType value)
value - allowed object is
MonetaryTotalTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setAllowanceCharge(@Nullable List<AllowanceChargeType> aList)
aList - The new list member to set. May be <code>null</code>.public void setTaxTotal(@Nullable List<TaxTotalType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasAllowanceChargeEntries()
public boolean hasNoAllowanceChargeEntries()
@Nonnegative public int getAllowanceChargeCount()
@Nullable public AllowanceChargeType getAllowanceChargeAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addAllowanceCharge(@Nonnull AllowanceChargeType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasTaxTotalEntries()
public boolean hasNoTaxTotalEntries()
@Nonnegative public int getTaxTotalCount()
@Nullable public TaxTotalType getTaxTotalAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addTaxTotal(@Nonnull TaxTotalType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull ConsumptionType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ConsumptionType clone()
@Nonnull public UtilityStatementTypeCodeType setUtilityStatementTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getUtilityStatementTypeCodeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.