@CodingStyleguideUnaware public class TelecommunicationsSupplyLineType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
TelecommunicationsSupplyLineType()
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 |
addDescription(DescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addExchangeRate(ExchangeRateType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addTaxTotal(TaxTotalType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addTelecommunicationsService(TelecommunicationsServiceType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
TelecommunicationsSupplyLineType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(TelecommunicationsSupplyLineType 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
|
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
|
List<ExchangeRateType> |
getExchangeRate()
<pre>
<?
|
ExchangeRateType |
getExchangeRateAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getExchangeRateCount()
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
|
LineExtensionAmountType |
getLineExtensionAmount()
<pre>
<?
|
BigDecimal |
getLineExtensionAmountValue()
Get the value of the contained LineExtensionAmountType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PhoneNumberType |
getPhoneNumber()
<pre>
<?
|
String |
getPhoneNumberValue()
Get the value of the contained PhoneNumberType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
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
|
List<TelecommunicationsServiceType> |
getTelecommunicationsService()
<pre>
<?
|
TelecommunicationsServiceType |
getTelecommunicationsServiceAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getTelecommunicationsServiceCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasAllowanceChargeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasExchangeRateEntries()
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 |
hasNoDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoExchangeRateEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoTaxTotalEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoTelecommunicationsServiceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasTaxTotalEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasTelecommunicationsServiceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAllowanceCharge(List<AllowanceChargeType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setExchangeRate(List<ExchangeRateType> 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
|
LineExtensionAmountType |
setLineExtensionAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setLineExtensionAmount(LineExtensionAmountType value)
Sets the value of the lineExtensionAmount property.
|
void |
setPhoneNumber(PhoneNumberType value)
Sets the value of the phoneNumber property.
|
PhoneNumberType |
setPhoneNumber(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setTaxTotal(List<TaxTotalType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setTelecommunicationsService(List<TelecommunicationsServiceType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public TelecommunicationsSupplyLineType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public PhoneNumberType getPhoneNumber()
PhoneNumberTypepublic void setPhoneNumber(@Nullable PhoneNumberType value)
value - allowed object is
PhoneNumberType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDescription()
DescriptionType@Nullable public LineExtensionAmountType getLineExtensionAmount()
LineExtensionAmountTypepublic void setLineExtensionAmount(@Nullable LineExtensionAmountType value)
value - allowed object is
LineExtensionAmountType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ExchangeRateType> getExchangeRate()
ExchangeRateType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<AllowanceChargeType> getAllowanceCharge()
AllowanceChargeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TaxTotalType> getTaxTotal()
TaxTotalType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TelecommunicationsServiceType> getTelecommunicationsService()
TelecommunicationsServiceTypepublic 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 setExchangeRate(@Nullable List<ExchangeRateType> aList)
aList - The new list member to set. May be <code>null</code>.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 void setTelecommunicationsService(@Nullable List<TelecommunicationsServiceType> 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 hasExchangeRateEntries()
public boolean hasNoExchangeRateEntries()
@Nonnegative public int getExchangeRateCount()
@Nullable public ExchangeRateType getExchangeRateAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addExchangeRate(@Nonnull ExchangeRateType elem)
elem - The element to be added. May not 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 boolean hasTelecommunicationsServiceEntries()
public boolean hasNoTelecommunicationsServiceEntries()
@Nonnegative public int getTelecommunicationsServiceCount()
@Nullable public TelecommunicationsServiceType getTelecommunicationsServiceAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addTelecommunicationsService(@Nonnull TelecommunicationsServiceType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull TelecommunicationsSupplyLineType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public TelecommunicationsSupplyLineType clone()
@Nonnull public LineExtensionAmountType setLineExtensionAmount(@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>.@Nonnull public PhoneNumberType setPhoneNumber(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
@Nullable public String getPhoneNumberValue()
@Nullable public BigDecimal getLineExtensionAmountValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.