Class TelecommunicationsServiceType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.TelecommunicationsServiceType
-
public class TelecommunicationsServiceType extends Object
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>
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TelecommunicationsServiceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AllowanceChargeType>getAllowanceCharge()Gets the value of the allowanceCharge property.CallBaseAmountTypegetCallBaseAmount()Gets the value of the callBaseAmount property.CallDateTypegetCallDate()Gets the value of the callDate property.List<DutyType>getCallDuty()Gets the value of the callDuty property.CallExtensionAmountTypegetCallExtensionAmount()Gets the value of the callExtensionAmount property.CallTimeTypegetCallTime()Gets the value of the callTime property.CountryTypegetCountry()Gets the value of the country property.List<ExchangeRateType>getExchangeRate()Gets the value of the exchangeRate property.IDTypegetID()Gets the value of the id property.MovieTitleTypegetMovieTitle()Gets the value of the movieTitle property.PayPerViewTypegetPayPerView()Gets the value of the payPerView property.PriceTypegetPrice()Gets the value of the price property.QuantityTypegetQuantity()Gets the value of the quantity property.RoamingPartnerNameTypegetRoamingPartnerName()Gets the value of the roamingPartnerName property.ServiceNumberCalledTypegetServiceNumberCalled()Gets the value of the serviceNumberCalled property.List<TaxTotalType>getTaxTotal()Gets the value of the taxTotal property.TelecommunicationsServiceCallTypegetTelecommunicationsServiceCall()Gets the value of the telecommunicationsServiceCall property.TelecommunicationsServiceCallCodeTypegetTelecommunicationsServiceCallCode()Gets the value of the telecommunicationsServiceCallCode property.TelecommunicationsServiceCategoryTypegetTelecommunicationsServiceCategory()Gets the value of the telecommunicationsServiceCategory property.TelecommunicationsServiceCategoryCodeTypegetTelecommunicationsServiceCategoryCode()Gets the value of the telecommunicationsServiceCategoryCode property.List<DutyType>getTimeDuty()Gets the value of the timeDuty property.voidsetCallBaseAmount(CallBaseAmountType value)Sets the value of the callBaseAmount property.voidsetCallDate(CallDateType value)Sets the value of the callDate property.voidsetCallExtensionAmount(CallExtensionAmountType value)Sets the value of the callExtensionAmount property.voidsetCallTime(CallTimeType value)Sets the value of the callTime property.voidsetCountry(CountryType value)Sets the value of the country property.voidsetID(IDType value)Sets the value of the id property.voidsetMovieTitle(MovieTitleType value)Sets the value of the movieTitle property.voidsetPayPerView(PayPerViewType value)Sets the value of the payPerView property.voidsetPrice(PriceType value)Sets the value of the price property.voidsetQuantity(QuantityType value)Sets the value of the quantity property.voidsetRoamingPartnerName(RoamingPartnerNameType value)Sets the value of the roamingPartnerName property.voidsetServiceNumberCalled(ServiceNumberCalledType value)Sets the value of the serviceNumberCalled property.voidsetTelecommunicationsServiceCall(TelecommunicationsServiceCallType value)Sets the value of the telecommunicationsServiceCall property.voidsetTelecommunicationsServiceCallCode(TelecommunicationsServiceCallCodeType value)Sets the value of the telecommunicationsServiceCallCode property.voidsetTelecommunicationsServiceCategory(TelecommunicationsServiceCategoryType value)Sets the value of the telecommunicationsServiceCategory property.voidsetTelecommunicationsServiceCategoryCode(TelecommunicationsServiceCategoryCodeType value)Sets the value of the telecommunicationsServiceCategoryCode property.
-
-
-
Field Detail
-
id
protected IDType id
-
callDate
protected CallDateType callDate
-
callTime
protected CallTimeType callTime
-
serviceNumberCalled
protected ServiceNumberCalledType serviceNumberCalled
-
telecommunicationsServiceCategory
protected TelecommunicationsServiceCategoryType telecommunicationsServiceCategory
-
telecommunicationsServiceCategoryCode
protected TelecommunicationsServiceCategoryCodeType telecommunicationsServiceCategoryCode
-
movieTitle
protected MovieTitleType movieTitle
-
roamingPartnerName
protected RoamingPartnerNameType roamingPartnerName
-
payPerView
protected PayPerViewType payPerView
-
quantity
protected QuantityType quantity
-
telecommunicationsServiceCall
protected TelecommunicationsServiceCallType telecommunicationsServiceCall
-
telecommunicationsServiceCallCode
protected TelecommunicationsServiceCallCodeType telecommunicationsServiceCallCode
-
callBaseAmount
protected CallBaseAmountType callBaseAmount
-
callExtensionAmount
protected CallExtensionAmountType callExtensionAmount
-
price
protected PriceType price
-
country
protected CountryType country
-
exchangeRate
protected List<ExchangeRateType> exchangeRate
-
allowanceCharge
protected List<AllowanceChargeType> allowanceCharge
-
taxTotal
protected List<TaxTotalType> taxTotal
-
-
Method Detail
-
setID
public void setID(IDType value)
Sets the value of the id property.- Parameters:
value- allowed object isIDType
-
getCallDate
public CallDateType getCallDate()
Gets the value of the callDate property.- Returns:
- possible object is
CallDateType
-
setCallDate
public void setCallDate(CallDateType value)
Sets the value of the callDate property.- Parameters:
value- allowed object isCallDateType
-
getCallTime
public CallTimeType getCallTime()
Gets the value of the callTime property.- Returns:
- possible object is
CallTimeType
-
setCallTime
public void setCallTime(CallTimeType value)
Sets the value of the callTime property.- Parameters:
value- allowed object isCallTimeType
-
getServiceNumberCalled
public ServiceNumberCalledType getServiceNumberCalled()
Gets the value of the serviceNumberCalled property.- Returns:
- possible object is
ServiceNumberCalledType
-
setServiceNumberCalled
public void setServiceNumberCalled(ServiceNumberCalledType value)
Sets the value of the serviceNumberCalled property.- Parameters:
value- allowed object isServiceNumberCalledType
-
getTelecommunicationsServiceCategory
public TelecommunicationsServiceCategoryType getTelecommunicationsServiceCategory()
Gets the value of the telecommunicationsServiceCategory property.- Returns:
- possible object is
TelecommunicationsServiceCategoryType
-
setTelecommunicationsServiceCategory
public void setTelecommunicationsServiceCategory(TelecommunicationsServiceCategoryType value)
Sets the value of the telecommunicationsServiceCategory property.- Parameters:
value- allowed object isTelecommunicationsServiceCategoryType
-
getTelecommunicationsServiceCategoryCode
public TelecommunicationsServiceCategoryCodeType getTelecommunicationsServiceCategoryCode()
Gets the value of the telecommunicationsServiceCategoryCode property.- Returns:
- possible object is
TelecommunicationsServiceCategoryCodeType
-
setTelecommunicationsServiceCategoryCode
public void setTelecommunicationsServiceCategoryCode(TelecommunicationsServiceCategoryCodeType value)
Sets the value of the telecommunicationsServiceCategoryCode property.- Parameters:
value- allowed object isTelecommunicationsServiceCategoryCodeType
-
getMovieTitle
public MovieTitleType getMovieTitle()
Gets the value of the movieTitle property.- Returns:
- possible object is
MovieTitleType
-
setMovieTitle
public void setMovieTitle(MovieTitleType value)
Sets the value of the movieTitle property.- Parameters:
value- allowed object isMovieTitleType
-
getRoamingPartnerName
public RoamingPartnerNameType getRoamingPartnerName()
Gets the value of the roamingPartnerName property.- Returns:
- possible object is
RoamingPartnerNameType
-
setRoamingPartnerName
public void setRoamingPartnerName(RoamingPartnerNameType value)
Sets the value of the roamingPartnerName property.- Parameters:
value- allowed object isRoamingPartnerNameType
-
getPayPerView
public PayPerViewType getPayPerView()
Gets the value of the payPerView property.- Returns:
- possible object is
PayPerViewType
-
setPayPerView
public void setPayPerView(PayPerViewType value)
Sets the value of the payPerView property.- Parameters:
value- allowed object isPayPerViewType
-
getQuantity
public QuantityType getQuantity()
Gets the value of the quantity property.- Returns:
- possible object is
QuantityType
-
setQuantity
public void setQuantity(QuantityType value)
Sets the value of the quantity property.- Parameters:
value- allowed object isQuantityType
-
getTelecommunicationsServiceCall
public TelecommunicationsServiceCallType getTelecommunicationsServiceCall()
Gets the value of the telecommunicationsServiceCall property.- Returns:
- possible object is
TelecommunicationsServiceCallType
-
setTelecommunicationsServiceCall
public void setTelecommunicationsServiceCall(TelecommunicationsServiceCallType value)
Sets the value of the telecommunicationsServiceCall property.- Parameters:
value- allowed object isTelecommunicationsServiceCallType
-
getTelecommunicationsServiceCallCode
public TelecommunicationsServiceCallCodeType getTelecommunicationsServiceCallCode()
Gets the value of the telecommunicationsServiceCallCode property.- Returns:
- possible object is
TelecommunicationsServiceCallCodeType
-
setTelecommunicationsServiceCallCode
public void setTelecommunicationsServiceCallCode(TelecommunicationsServiceCallCodeType value)
Sets the value of the telecommunicationsServiceCallCode property.- Parameters:
value- allowed object isTelecommunicationsServiceCallCodeType
-
getCallBaseAmount
public CallBaseAmountType getCallBaseAmount()
Gets the value of the callBaseAmount property.- Returns:
- possible object is
CallBaseAmountType
-
setCallBaseAmount
public void setCallBaseAmount(CallBaseAmountType value)
Sets the value of the callBaseAmount property.- Parameters:
value- allowed object isCallBaseAmountType
-
getCallExtensionAmount
public CallExtensionAmountType getCallExtensionAmount()
Gets the value of the callExtensionAmount property.- Returns:
- possible object is
CallExtensionAmountType
-
setCallExtensionAmount
public void setCallExtensionAmount(CallExtensionAmountType value)
Sets the value of the callExtensionAmount property.- Parameters:
value- allowed object isCallExtensionAmountType
-
getPrice
public PriceType getPrice()
Gets the value of the price property.- Returns:
- possible object is
PriceType
-
setPrice
public void setPrice(PriceType value)
Sets the value of the price property.- Parameters:
value- allowed object isPriceType
-
getCountry
public CountryType getCountry()
Gets the value of the country property.- Returns:
- possible object is
CountryType
-
setCountry
public void setCountry(CountryType value)
Sets the value of the country property.- Parameters:
value- allowed object isCountryType
-
getExchangeRate
public List<ExchangeRateType> getExchangeRate()
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
setmethod 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- Returns:
- The value of the exchangeRate property.
-
getAllowanceCharge
public List<AllowanceChargeType> getAllowanceCharge()
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
setmethod 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- Returns:
- The value of the allowanceCharge property.
-
getTaxTotal
public List<TaxTotalType> getTaxTotal()
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
setmethod 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- Returns:
- The value of the taxTotal property.
-
getCallDuty
public List<DutyType> getCallDuty()
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
setmethod 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- Returns:
- The value of the callDuty property.
-
getTimeDuty
public List<DutyType> getTimeDuty()
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
setmethod 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- Returns:
- The value of the timeDuty property.
-
-