@CodingStyleguideUnaware public class TelecommunicationsServiceType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ABIE</ccts:ComponentType><ccts:DictionaryEntryName>Telecommunications Service. Details</ccts:DictionaryEntryName><ccts:Definition>A class to describe a telecommunications service (e.g., a telephone call or a video on demand service).</ccts:Definition><ccts:ObjectClass>Telecommunications Service</ccts:ObjectClass></ccts:Component>
Java class for TelecommunicationsServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TelecommunicationsServiceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CallDate"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CallTime"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ServiceNumberCalled"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TelecommunicationsServiceCategory" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TelecommunicationsServiceCategoryCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MovieTitle" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}RoamingPartnerName" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PayPerView" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Quantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TelecommunicationsServiceCall" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TelecommunicationsServiceCallCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CallBaseAmount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CallExtensionAmount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Price" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Country" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ExchangeRate" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AllowanceCharge" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TaxTotal" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}CallDuty" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TimeDuty" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-list-extension
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
TelecommunicationsServiceType()
Default constructor
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 |
addCallDuty(DutyType 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 |
addTimeDuty(DutyType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
TelecommunicationsServiceType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(TelecommunicationsServiceType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<AllowanceChargeType> |
getAllowanceCharge()
<?
|
AllowanceChargeType |
getAllowanceChargeAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getAllowanceChargeCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
CallBaseAmountType |
getCallBaseAmount()
<?
|
BigDecimal |
getCallBaseAmountValue()
Get the value of the contained CallBaseAmountType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
CallDateType |
getCallDate()
<?
|
LocalDate |
getCallDateValue()
Get the value of the contained CallDateType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<DutyType> |
getCallDuty()
<?
|
DutyType |
getCallDutyAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getCallDutyCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
CallExtensionAmountType |
getCallExtensionAmount()
<?
|
BigDecimal |
getCallExtensionAmountValue()
Get the value of the contained CallExtensionAmountType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
CallTimeType |
getCallTime()
<?
|
LocalTime |
getCallTimeValue()
Get the value of the contained CallTimeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
CountryType |
getCountry()
<?
|
List<ExchangeRateType> |
getExchangeRate()
<?
|
ExchangeRateType |
getExchangeRateAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getExchangeRateCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
IDType |
getID()
<?
|
String |
getIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
MovieTitleType |
getMovieTitle()
<?
|
String |
getMovieTitleValue()
Get the value of the contained MovieTitleType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
PayPerViewType |
getPayPerView()
<?
|
String |
getPayPerViewValue()
Get the value of the contained PayPerViewType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
PriceType |
getPrice()
<?
|
QuantityType |
getQuantity()
<?
|
BigDecimal |
getQuantityValue()
Get the value of the contained QuantityType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
RoamingPartnerNameType |
getRoamingPartnerName()
<?
|
String |
getRoamingPartnerNameValue()
Get the value of the contained RoamingPartnerNameType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
ServiceNumberCalledType |
getServiceNumberCalled()
<?
|
String |
getServiceNumberCalledValue()
Get the value of the contained ServiceNumberCalledType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<TaxTotalType> |
getTaxTotal()
<?
|
TaxTotalType |
getTaxTotalAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getTaxTotalCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
TelecommunicationsServiceCallType |
getTelecommunicationsServiceCall()
<?
|
TelecommunicationsServiceCallCodeType |
getTelecommunicationsServiceCallCode()
<?
|
String |
getTelecommunicationsServiceCallCodeValue()
Get the value of the contained TelecommunicationsServiceCallCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
getTelecommunicationsServiceCallValue()
Get the value of the contained TelecommunicationsServiceCallType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TelecommunicationsServiceCategoryType |
getTelecommunicationsServiceCategory()
<?
|
TelecommunicationsServiceCategoryCodeType |
getTelecommunicationsServiceCategoryCode()
<?
|
String |
getTelecommunicationsServiceCategoryCodeValue()
Get the value of the contained TelecommunicationsServiceCategoryCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
getTelecommunicationsServiceCategoryValue()
Get the value of the contained TelecommunicationsServiceCategoryType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<DutyType> |
getTimeDuty()
<?
|
DutyType |
getTimeDutyAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getTimeDutyCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasAllowanceChargeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasCallDutyEntries()
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 |
hasNoCallDutyEntries()
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 |
hasNoTimeDutyEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasTaxTotalEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasTimeDutyEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAllowanceCharge(List<AllowanceChargeType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
CallBaseAmountType |
setCallBaseAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCallBaseAmount(CallBaseAmountType value)
Sets the value of the callBaseAmount property.
|
void |
setCallDate(CallDateType value)
Sets the value of the callDate property.
|
CallDateType |
setCallDate(LocalDate valueParam)
Special setter with value of type LocalDate
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCallDuty(List<DutyType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
CallExtensionAmountType |
setCallExtensionAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCallExtensionAmount(CallExtensionAmountType value)
Sets the value of the callExtensionAmount property.
|
void |
setCallTime(CallTimeType value)
Sets the value of the callTime property.
|
CallTimeType |
setCallTime(LocalTime valueParam)
Special setter with value of type LocalTime
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCountry(CountryType value)
Sets the value of the country property.
|
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
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setMovieTitle(MovieTitleType value)
Sets the value of the movieTitle property.
|
MovieTitleType |
setMovieTitle(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setPayPerView(PayPerViewType value)
Sets the value of the payPerView property.
|
PayPerViewType |
setPayPerView(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setPrice(PriceType value)
Sets the value of the price property.
|
QuantityType |
setQuantity(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setQuantity(QuantityType value)
Sets the value of the quantity property.
|
void |
setRoamingPartnerName(RoamingPartnerNameType value)
Sets the value of the roamingPartnerName property.
|
RoamingPartnerNameType |
setRoamingPartnerName(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setServiceNumberCalled(ServiceNumberCalledType value)
Sets the value of the serviceNumberCalled property.
|
ServiceNumberCalledType |
setServiceNumberCalled(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setTaxTotal(List<TaxTotalType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
TelecommunicationsServiceCallType |
setTelecommunicationsServiceCall(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setTelecommunicationsServiceCall(TelecommunicationsServiceCallType value)
Sets the value of the telecommunicationsServiceCall property.
|
TelecommunicationsServiceCallCodeType |
setTelecommunicationsServiceCallCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setTelecommunicationsServiceCallCode(TelecommunicationsServiceCallCodeType value)
Sets the value of the telecommunicationsServiceCallCode property.
|
TelecommunicationsServiceCategoryType |
setTelecommunicationsServiceCategory(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setTelecommunicationsServiceCategory(TelecommunicationsServiceCategoryType value)
Sets the value of the telecommunicationsServiceCategory property.
|
TelecommunicationsServiceCategoryCodeType |
setTelecommunicationsServiceCategoryCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setTelecommunicationsServiceCategoryCode(TelecommunicationsServiceCategoryCodeType value)
Sets the value of the telecommunicationsServiceCategoryCode property.
|
void |
setTimeDuty(List<DutyType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public TelecommunicationsServiceType()
@Nullable public IDType getID()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Telecommunications Service. Identifier</ccts:DictionaryEntryName><ccts:Definition>An identifier for this telecommunications service.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Telecommunications Service</ccts:ObjectClass><ccts:PropertyTerm>Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType></ccts:Component>
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public CallDateType getCallDate()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Telecommunications Service. Call_ Date. Date</ccts:DictionaryEntryName><ccts:Definition>In the case of a telephone call, the date of the call.</ccts:Definition><ccts:Cardinality>1</ccts:Cardinality><ccts:ObjectClass>Telecommunications Service</ccts:ObjectClass><ccts:PropertyTermQualifier>Call</ccts:PropertyTermQualifier><ccts:PropertyTerm>Date</ccts:PropertyTerm><ccts:RepresentationTerm>Date</ccts:RepresentationTerm><ccts:DataType>Date. Type</ccts:DataType><ccts:Examples>2008-01-01</ccts:Examples></ccts:Component>
CallDateTypepublic void setCallDate(@Nullable CallDateType value)
value - allowed object is
CallDateType@Nullable public CallTimeType getCallTime()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Telecommunications Service. Call_ Time. Time</ccts:DictionaryEntryName><ccts:Definition>In the case of a telephone call, the time of the call.</ccts:Definition><ccts:Cardinality>1</ccts:Cardinality><ccts:ObjectClass>Telecommunications Service</ccts:ObjectClass><ccts:PropertyTermQualifier>Call</ccts:PropertyTermQualifier><ccts:PropertyTerm>Time</ccts:PropertyTerm><ccts:RepresentationTerm>Time</ccts:RepresentationTerm><ccts:DataType>Time. Type</ccts:DataType><ccts:Examples>00:01:00</ccts:Examples></ccts:Component>
CallTimeTypepublic void setCallTime(@Nullable CallTimeType value)
value - allowed object is
CallTimeType@Nullable public ServiceNumberCalledType getServiceNumberCalled()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Telecommunications Service. Service Number Called. Text</ccts:DictionaryEntryName><ccts:Definition>In the case of a telephone call, the phone number called.</ccts:Definition><ccts:Cardinality>1</ccts:Cardinality><ccts:ObjectClass>Telecommunications Service</ccts:ObjectClass><ccts:PropertyTerm>Service Number Called</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType><ccts:Examples>12345679</ccts:Examples></ccts:Component>
ServiceNumberCalledTypepublic void setServiceNumberCalled(@Nullable ServiceNumberCalledType value)
value - allowed object is
ServiceNumberCalledType@Nullable public TelecommunicationsServiceCategoryType getTelecommunicationsServiceCategory()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Telecommunications Service. Telecommunications Service Category. Text</ccts:DictionaryEntryName><ccts:Definition>The telecommunications category, expressed as text.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Telecommunications Service</ccts:ObjectClass><ccts:PropertyTerm>Telecommunications Service Category</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType><ccts:Examples>Subscription</ccts:Examples></ccts:Component>
TelecommunicationsServiceCategoryTypepublic void setTelecommunicationsServiceCategory(@Nullable TelecommunicationsServiceCategoryType value)
value - allowed object is
TelecommunicationsServiceCategoryType@Nullable public TelecommunicationsServiceCategoryCodeType getTelecommunicationsServiceCategoryCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Telecommunications Service. Telecommunications Service Category Code. Code</ccts:DictionaryEntryName><ccts:Definition>The telecommunications category, expressed as a code.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Telecommunications Service</ccts:ObjectClass><ccts:PropertyTerm>Telecommunications Service Category Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType><ccts:Examples>Subscription</ccts:Examples></ccts:Component>
TelecommunicationsServiceCategoryCodeTypepublic void setTelecommunicationsServiceCategoryCode(@Nullable TelecommunicationsServiceCategoryCodeType value)
value - allowed object is
TelecommunicationsServiceCategoryCodeType@Nullable public MovieTitleType getMovieTitle()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Telecommunications Service. Movie Title. Text</ccts:DictionaryEntryName><ccts:Definition>The title of a movie delivered via this telecommunications service.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Telecommunications Service</ccts:ObjectClass><ccts:PropertyTerm>Movie Title</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType><ccts:Examples>The Matrix</ccts:Examples></ccts:Component>
MovieTitleTypepublic void setMovieTitle(@Nullable MovieTitleType value)
value - allowed object is
MovieTitleType@Nullable public RoamingPartnerNameType getRoamingPartnerName()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Telecommunications Service. Roaming Partner Name. Name</ccts:DictionaryEntryName><ccts:Definition>Statement of the roaming partner name.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Telecommunications Service</ccts:ObjectClass><ccts:PropertyTerm>Roaming Partner Name</ccts:PropertyTerm><ccts:RepresentationTerm>Name</ccts:RepresentationTerm><ccts:DataType>Name. Type</ccts:DataType></ccts:Component>
RoamingPartnerNameTypepublic void setRoamingPartnerName(@Nullable RoamingPartnerNameType value)
value - allowed object is
RoamingPartnerNameType@Nullable public PayPerViewType getPayPerView()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Telecommunications Service. Pay Per View. Text</ccts:DictionaryEntryName><ccts:Definition>A pay-per-view delivered via this telecommunications service.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Telecommunications Service</ccts:ObjectClass><ccts:PropertyTerm>Pay Per View</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType></ccts:Component>
PayPerViewTypepublic void setPayPerView(@Nullable PayPerViewType value)
value - allowed object is
PayPerViewType@Nullable public QuantityType getQuantity()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Telecommunications Service. Quantity</ccts:DictionaryEntryName><ccts:Definition>The number of calls.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Telecommunications Service</ccts:ObjectClass><ccts:PropertyTerm>Quantity</ccts:PropertyTerm><ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm><ccts:DataType>Quantity. Type</ccts:DataType><ccts:Examples>5761</ccts:Examples></ccts:Component>
QuantityTypepublic void setQuantity(@Nullable QuantityType value)
value - allowed object is
QuantityType@Nullable public TelecommunicationsServiceCallType getTelecommunicationsServiceCall()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Telecommunications Service. Telecommunications Service Call. Text</ccts:DictionaryEntryName><ccts:Definition>The telecommunications call described as a text</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Telecommunications Service</ccts:ObjectClass><ccts:PropertyTerm>Telecommunications Service Call</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType><ccts:Examples>CallAttempt</ccts:Examples></ccts:Component>
TelecommunicationsServiceCallTypepublic void setTelecommunicationsServiceCall(@Nullable TelecommunicationsServiceCallType value)
value - allowed object is
TelecommunicationsServiceCallType@Nullable public TelecommunicationsServiceCallCodeType getTelecommunicationsServiceCallCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Telecommunications Service. Telecommunications Service Call Code. Code</ccts:DictionaryEntryName><ccts:Definition>The telecommunications call described as a code</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Telecommunications Service</ccts:ObjectClass><ccts:PropertyTerm>Telecommunications Service Call Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType><ccts:Examples>CallAttempt</ccts:Examples></ccts:Component>
TelecommunicationsServiceCallCodeTypepublic void setTelecommunicationsServiceCallCode(@Nullable TelecommunicationsServiceCallCodeType value)
value - allowed object is
TelecommunicationsServiceCallCodeType@Nullable public CallBaseAmountType getCallBaseAmount()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Telecommunications Service. Call Base_ Amount. Amount</ccts:DictionaryEntryName><ccts:Definition>The amount to be payed as the base for one call</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Telecommunications Service</ccts:ObjectClass><ccts:PropertyTermQualifier>Call Base</ccts:PropertyTermQualifier><ccts:PropertyTerm>Amount</ccts:PropertyTerm><ccts:RepresentationTerm>Amount</ccts:RepresentationTerm><ccts:DataType>Amount. Type</ccts:DataType></ccts:Component>
CallBaseAmountTypepublic void setCallBaseAmount(@Nullable CallBaseAmountType value)
value - allowed object is
CallBaseAmountType@Nullable public CallExtensionAmountType getCallExtensionAmount()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Telecommunications Service. Call Extension_ Amount. Amount</ccts:DictionaryEntryName><ccts:Definition>The amount to be payed for the call</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Telecommunications Service</ccts:ObjectClass><ccts:PropertyTermQualifier>Call Extension</ccts:PropertyTermQualifier><ccts:PropertyTerm>Amount</ccts:PropertyTerm><ccts:RepresentationTerm>Amount</ccts:RepresentationTerm><ccts:DataType>Amount. Type</ccts:DataType><ccts:Examples>542.44</ccts:Examples></ccts:Component>
CallExtensionAmountTypepublic void setCallExtensionAmount(@Nullable CallExtensionAmountType value)
value - allowed object is
CallExtensionAmountType@Nullable public PriceType getPrice()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Telecommunications Service. Price</ccts:DictionaryEntryName><ccts:Definition>The price for using the telecommunication service</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Telecommunications Service</ccts:ObjectClass><ccts:PropertyTerm>Price</ccts:PropertyTerm><ccts:AssociatedObjectClass>Price</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Price</ccts:RepresentationTerm></ccts:Component>
PriceTypepublic void setPrice(@Nullable PriceType value)
value - allowed object is
PriceType@Nullable public CountryType getCountry()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Telecommunications Service. Country</ccts:DictionaryEntryName><ccts:Definition>The country to which the service is provided. In case of a telephone call it is the country where the receiver is located.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Telecommunications Service</ccts:ObjectClass><ccts:PropertyTerm>Country</ccts:PropertyTerm><ccts:AssociatedObjectClass>Country</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Country</ccts:RepresentationTerm></ccts:Component>
CountryTypepublic void setCountry(@Nullable CountryType value)
value - allowed object is
CountryType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ExchangeRateType> getExchangeRate()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Telecommunications Service. Exchange Rate</ccts:DictionaryEntryName><ccts:Definition>A exchanges rates used in the pricing e.g.. when phone calls has crossed border lines.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Telecommunications Service</ccts:ObjectClass><ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm><ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Exchange Rate</ccts:RepresentationTerm></ccts:Component>Gets the value of the exchangeRate property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the exchangeRate property.
For example, to add a new item, do as follows:
getExchangeRate().add(newItem);
Objects of the following type(s) are allowed in the list
ExchangeRateType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<AllowanceChargeType> getAllowanceCharge()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Telecommunications Service. Allowance Charge</ccts:DictionaryEntryName><ccts:Definition>An allowance or charge that applies to the UtilityStatement as a whole.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Telecommunications Service</ccts:ObjectClass><ccts:PropertyTerm>Allowance Charge</ccts:PropertyTerm><ccts:AssociatedObjectClass>Allowance Charge</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Allowance Charge</ccts:RepresentationTerm></ccts:Component>Gets the value of the allowanceCharge property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the allowanceCharge property.
For example, to add a new item, do as follows:
getAllowanceCharge().add(newItem);
Objects of the following type(s) are allowed in the list
AllowanceChargeType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TaxTotalType> getTaxTotal()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Telecommunications Service. Tax Total</ccts:DictionaryEntryName><ccts:Definition>A total amount of taxes of a particular kind applicable to this telecommunications service.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Telecommunications Service</ccts:ObjectClass><ccts:PropertyTerm>Tax Total</ccts:PropertyTerm><ccts:AssociatedObjectClass>Tax Total</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Tax Total</ccts:RepresentationTerm></ccts:Component>Gets the value of the taxTotal property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the taxTotal property.
For example, to add a new item, do as follows:
getTaxTotal().add(newItem);
Objects of the following type(s) are allowed in the list
TaxTotalType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DutyType> getCallDuty()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Telecommunications Service. Call_ Duty. Duty</ccts:DictionaryEntryName><ccts:Definition>In the case of a telephone call, a duty on this call.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Telecommunications Service</ccts:ObjectClass><ccts:PropertyTermQualifier>Call</ccts:PropertyTermQualifier><ccts:PropertyTerm>Duty</ccts:PropertyTerm><ccts:AssociatedObjectClass>Duty</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Duty</ccts:RepresentationTerm></ccts:Component>Gets the value of the callDuty property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the callDuty property.
For example, to add a new item, do as follows:
getCallDuty().add(newItem);
Objects of the following type(s) are allowed in the list
DutyType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DutyType> getTimeDuty()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Telecommunications Service. Time_ Duty. Duty</ccts:DictionaryEntryName><ccts:Definition>A duty on a consumption of time.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Telecommunications Service</ccts:ObjectClass><ccts:PropertyTermQualifier>Time</ccts:PropertyTermQualifier><ccts:PropertyTerm>Duty</ccts:PropertyTerm><ccts:AssociatedObjectClass>Duty</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Duty</ccts:RepresentationTerm></ccts:Component>Gets the value of the timeDuty property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the timeDuty property.
For example, to add a new item, do as follows:
getTimeDuty().add(newItem);
Objects of the following type(s) are allowed in the list
DutyType
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setExchangeRate(@Nullable List<ExchangeRateType> aList)
aList - The new list member to set. May be null.public void setAllowanceCharge(@Nullable List<AllowanceChargeType> aList)
aList - The new list member to set. May be null.public void setTaxTotal(@Nullable List<TaxTotalType> aList)
aList - The new list member to set. May be null.public void setCallDuty(@Nullable List<DutyType> aList)
aList - The new list member to set. May be null.public void setTimeDuty(@Nullable List<DutyType> aList)
aList - The new list member to set. May be null.public boolean hasExchangeRateEntries()
true if at least one item is contained, false otherwise.public boolean hasNoExchangeRateEntries()
true if no item is contained, false otherwise.@Nonnegative public int getExchangeRateCount()
@Nullable public ExchangeRateType getExchangeRateAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addExchangeRate(@Nonnull ExchangeRateType elem)
elem - The element to be added. May not be null.public boolean hasAllowanceChargeEntries()
true if at least one item is contained, false otherwise.public boolean hasNoAllowanceChargeEntries()
true if no item is contained, false otherwise.@Nonnegative public int getAllowanceChargeCount()
@Nullable public AllowanceChargeType getAllowanceChargeAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addAllowanceCharge(@Nonnull AllowanceChargeType elem)
elem - The element to be added. May not be null.public boolean hasTaxTotalEntries()
true if at least one item is contained, false otherwise.public boolean hasNoTaxTotalEntries()
true if no item is contained, false otherwise.@Nonnegative public int getTaxTotalCount()
@Nullable public TaxTotalType getTaxTotalAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addTaxTotal(@Nonnull TaxTotalType elem)
elem - The element to be added. May not be null.public boolean hasCallDutyEntries()
true if at least one item is contained, false otherwise.public boolean hasNoCallDutyEntries()
true if no item is contained, false otherwise.@Nonnegative public int getCallDutyCount()
@Nullable public DutyType getCallDutyAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addCallDuty(@Nonnull DutyType elem)
elem - The element to be added. May not be null.public boolean hasTimeDutyEntries()
true if at least one item is contained, false otherwise.public boolean hasNoTimeDutyEntries()
true if no item is contained, false otherwise.@Nonnegative public int getTimeDutyCount()
@Nullable public DutyType getTimeDutyAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addTimeDuty(@Nonnull DutyType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull TelecommunicationsServiceType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public TelecommunicationsServiceType clone()
@Nonnull public CallBaseAmountType setCallBaseAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CallExtensionAmountType setCallExtensionAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TelecommunicationsServiceCategoryCodeType setTelecommunicationsServiceCategoryCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TelecommunicationsServiceCallCodeType setTelecommunicationsServiceCallCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CallDateType setCallDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CallTimeType setCallTime(@Nullable LocalTime valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public QuantityType setQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public ServiceNumberCalledType setServiceNumberCalled(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TelecommunicationsServiceCategoryType setTelecommunicationsServiceCategory(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public MovieTitleType setMovieTitle(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public PayPerViewType setPayPerView(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TelecommunicationsServiceCallType setTelecommunicationsServiceCall(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public RoamingPartnerNameType setRoamingPartnerName(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getIDValue()
null@Nullable public LocalDate getCallDateValue()
null@Nullable public LocalTime getCallTimeValue()
null@Nullable public String getServiceNumberCalledValue()
null@Nullable public String getTelecommunicationsServiceCategoryValue()
null@Nullable public String getTelecommunicationsServiceCategoryCodeValue()
null@Nullable public String getMovieTitleValue()
null@Nullable public String getRoamingPartnerNameValue()
null@Nullable public String getPayPerViewValue()
null@Nullable public BigDecimal getQuantityValue()
null@Nullable public String getTelecommunicationsServiceCallValue()
null@Nullable public String getTelecommunicationsServiceCallCodeValue()
null@Nullable public BigDecimal getCallBaseAmountValue()
null@Nullable public BigDecimal getCallExtensionAmountValue()
nullCopyright © 2014–2020 Philip Helger. All rights reserved.