Interface EPSLocationInformationExtension


  • public interface EPSLocationInformationExtension

    Interface for tEPSLocationInformation-Extension complex type.

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

     <complexType name="tEPSLocationInformation-Extension">
       <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"/>
           </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