Class 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>
     
    • Constructor Detail

      • TelecommunicationsServiceType

        public TelecommunicationsServiceType()
    • Method Detail

      • getID

        public IDType getID()
        Gets the value of the id property.
        Returns:
        possible object is IDType
      • setID

        public void setID​(IDType value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is IDType
      • 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 is CallDateType
      • 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 is CallTimeType
      • 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 is MovieTitleType
      • 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 is PayPerViewType
      • 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 is QuantityType
      • setCallBaseAmount

        public void setCallBaseAmount​(CallBaseAmountType value)
        Sets the value of the callBaseAmount property.
        Parameters:
        value - allowed object is CallBaseAmountType
      • 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 is PriceType
      • 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 is CountryType
      • 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 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

      • 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 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

      • 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 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

      • 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 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

      • 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 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