@CodingStyleguideUnaware public class SupplierConsumptionType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
SupplierConsumptionType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addConsumptionLine(ConsumptionLineType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addDescription(DescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
SupplierConsumptionType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(SupplierConsumptionType 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
|
ConsumptionType |
getConsumption()
<pre>
<?
|
List<ConsumptionLineType> |
getConsumptionLine()
<pre>
<?
|
ConsumptionLineType |
getConsumptionLineAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getConsumptionLineCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
ContractType |
getContract()
<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 |
getUtilityCustomerParty()
<pre>
<?
|
PartyType |
getUtilitySupplierParty()
<pre>
<?
|
boolean |
hasConsumptionLineEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoConsumptionLineEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setConsumption(ConsumptionType value)
Sets the value of the consumption property.
|
void |
setConsumptionLine(List<ConsumptionLineType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setContract(ContractType value)
Sets the value of the contract property.
|
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setUtilityCustomerParty(PartyType value)
Sets the value of the utilityCustomerParty property.
|
void |
setUtilitySupplierParty(PartyType value)
Sets the value of the utilitySupplierParty property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public SupplierConsumptionType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDescription()
DescriptionType@Nullable public PartyType getUtilitySupplierParty()
PartyTypepublic void setUtilitySupplierParty(@Nullable PartyType value)
value - allowed object is
PartyType@Nullable public PartyType getUtilityCustomerParty()
PartyTypepublic void setUtilityCustomerParty(@Nullable PartyType value)
value - allowed object is
PartyType@Nullable public ConsumptionType getConsumption()
ConsumptionTypepublic void setConsumption(@Nullable ConsumptionType value)
value - allowed object is
ConsumptionType@Nullable public ContractType getContract()
ContractTypepublic void setContract(@Nullable ContractType value)
value - allowed object is
ContractType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ConsumptionLineType> getConsumptionLine()
ConsumptionLineTypepublic 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 setConsumptionLine(@Nullable List<ConsumptionLineType> 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 hasConsumptionLineEntries()
public boolean hasNoConsumptionLineEntries()
@Nonnegative public int getConsumptionLineCount()
@Nullable public ConsumptionLineType getConsumptionLineAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addConsumptionLine(@Nonnull ConsumptionLineType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull SupplierConsumptionType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public SupplierConsumptionType clone()
Copyright © 2017–2021 Philip Helger. All rights reserved.