Interface PSLocationInformationExtension2


  • public interface PSLocationInformationExtension2

    Interface for tPSLocationInformation-Extension2 complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="tPSLocationInformation-Extension2">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="VisitedPLMNID" type="{}tVisitedPLMNID" minOccurs="0"/>
             <element name="UETimeZone" type="{}tLocalTimeZone" minOccurs="0"/>
             <element name="Extension" type="{}tExtension" minOccurs="0"/>
             <element name="RATtype" type="{}tRATtype" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    Author:
    OpenCloud
    • Method Detail

      • getVisitedPLMNID

        String getVisitedPLMNID()
        Gets the value of the visitedPLMNID property.
        Returns:
        possible object is String
      • setVisitedPLMNID

        void setVisitedPLMNID​(String value)
        Sets the value of the visitedPLMNID property.
        Parameters:
        value - allowed object is String
      • getUETimeZone

        LocalTimeZone getUETimeZone()
        Gets the value of the ueTimeZone property.
        Returns:
        possible object is LocalTimeZone
      • setUETimeZone

        void setUETimeZone​(LocalTimeZone value)
        Sets the value of the ueTimeZone property.
        Parameters:
        value - allowed object is LocalTimeZone
      • getExtension

        Extension getExtension()
        Gets the value of the extension property.
        Returns:
        possible object is Extension
      • setExtension

        void setExtension​(Extension value)
        Sets the value of the extension property.
        Parameters:
        value - allowed object is Extension
      • getRATtype

        Integer getRATtype()
        Gets the value of the raTtype property.
        Returns:
        possible object is Integer
      • setRATtype

        void setRATtype​(Integer value)
        Sets the value of the raTtype property.
        Parameters:
        value - allowed object is Integer