@CodingStyleguideUnaware public class TelecommunicationsSupplyType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
TelecommunicationsSupplyType()
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 |
addTelecommunicationsSupplyLine(TelecommunicationsSupplyLineType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
TelecommunicationsSupplyType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(TelecommunicationsSupplyType 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<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
|
PrivacyCodeType |
getPrivacyCode()
<pre>
<?
|
String |
getPrivacyCodeValue()
Get the value of the contained PrivacyCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<TelecommunicationsSupplyLineType> |
getTelecommunicationsSupplyLine()
<pre>
<?
|
TelecommunicationsSupplyLineType |
getTelecommunicationsSupplyLineAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getTelecommunicationsSupplyLineCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
TelecommunicationsSupplyTypeType |
getTelecommunicationsSupplyType()
<pre>
<?
|
TelecommunicationsSupplyTypeCodeType |
getTelecommunicationsSupplyTypeCode()
<pre>
<?
|
String |
getTelecommunicationsSupplyTypeCodeValue()
Get the value of the contained TelecommunicationsSupplyTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
getTelecommunicationsSupplyTypeValue()
Get the value of the contained TelecommunicationsSupplyTypeType 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 |
hasDescriptionEntries()
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 |
hasNoTelecommunicationsSupplyLineEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasTelecommunicationsSupplyLineEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPrivacyCode(PrivacyCodeType value)
Sets the value of the privacyCode property.
|
PrivacyCodeType |
setPrivacyCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setTelecommunicationsSupplyLine(List<TelecommunicationsSupplyLineType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
TelecommunicationsSupplyTypeType |
setTelecommunicationsSupplyType(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setTelecommunicationsSupplyType(TelecommunicationsSupplyTypeType value)
Sets the value of the telecommunicationsSupplyType property.
|
TelecommunicationsSupplyTypeCodeType |
setTelecommunicationsSupplyTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setTelecommunicationsSupplyTypeCode(TelecommunicationsSupplyTypeCodeType value)
Sets the value of the telecommunicationsSupplyTypeCode property.
|
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 TelecommunicationsSupplyType()
@Nullable public TelecommunicationsSupplyTypeType getTelecommunicationsSupplyType()
TelecommunicationsSupplyTypeTypepublic void setTelecommunicationsSupplyType(@Nullable TelecommunicationsSupplyTypeType value)
value - allowed object is
TelecommunicationsSupplyTypeType@Nullable public TelecommunicationsSupplyTypeCodeType getTelecommunicationsSupplyTypeCode()
TelecommunicationsSupplyTypeCodeTypepublic void setTelecommunicationsSupplyTypeCode(@Nullable TelecommunicationsSupplyTypeCodeType value)
value - allowed object is
TelecommunicationsSupplyTypeCodeType@Nullable public PrivacyCodeType getPrivacyCode()
PrivacyCodeTypepublic void setPrivacyCode(@Nullable PrivacyCodeType value)
value - allowed object is
PrivacyCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDescription()
DescriptionType@Nullable public TotalAmountType getTotalAmount()
TotalAmountTypepublic void setTotalAmount(@Nullable TotalAmountType value)
value - allowed object is
TotalAmountType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TelecommunicationsSupplyLineType> getTelecommunicationsSupplyLine()
TelecommunicationsSupplyLineTypepublic 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 setTelecommunicationsSupplyLine(@Nullable List<TelecommunicationsSupplyLineType> 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 hasTelecommunicationsSupplyLineEntries()
public boolean hasNoTelecommunicationsSupplyLineEntries()
@Nonnegative public int getTelecommunicationsSupplyLineCount()
@Nullable public TelecommunicationsSupplyLineType getTelecommunicationsSupplyLineAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addTelecommunicationsSupplyLine(@Nonnull TelecommunicationsSupplyLineType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull TelecommunicationsSupplyType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public TelecommunicationsSupplyType clone()
@Nonnull public TotalAmountType setTotalAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public TelecommunicationsSupplyTypeCodeType setTelecommunicationsSupplyTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public PrivacyCodeType setPrivacyCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public TelecommunicationsSupplyTypeType setTelecommunicationsSupplyType(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getTelecommunicationsSupplyTypeValue()
@Nullable public String getTelecommunicationsSupplyTypeCodeValue()
@Nullable public String getPrivacyCodeValue()
@Nullable public BigDecimal getTotalAmountValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.