Interface ShIMSDataExtension3


  • public interface ShIMSDataExtension3

    Interface for tShIMSDataExtension3 complex type.

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

     <complexType name="tShIMSDataExtension3">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="ServiceLevelTraceInfo" type="{}tServiceLevelTraceInfo" minOccurs="0"/>
             <element name="IPv4Address" type="{}tIPv4Address" minOccurs="0"/>
             <element name="IPv6Prefix" type="{}tIPv6Prefix" minOccurs="0"/>
             <element name="IPv6InterfaceIdentifier" type="{}tIPv6InterfaceIdentifier" minOccurs="0"/>
             <element name="ServicePriorityLevel" type="{}tServicePriorityLevel" minOccurs="0"/>
             <element name="UEReachabilityForIP" type="{}tUEReachabilityForIP" minOccurs="0"/>
             <element name="SMSRegistrationInfo" type="{}tSMSRegistrationInfo" minOccurs="0"/>
             <element name="Extension" type="{}tShIMSDataExtension4" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    Author:
    OpenCloud
    • Method Detail

      • getServiceLevelTraceInfo

        String getServiceLevelTraceInfo()
        Gets the value of the serviceLevelTraceInfo property.
        Returns:
        possible object is String
      • setServiceLevelTraceInfo

        void setServiceLevelTraceInfo​(String value)
        Sets the value of the serviceLevelTraceInfo property.
        Parameters:
        value - allowed object is String
      • getIPv4Address

        String getIPv4Address()
        Gets the value of the iPv4Address property.
        Returns:
        possible object is String
      • setIPv4Address

        void setIPv4Address​(String value)
        Sets the value of the iPv4Address property.
        Parameters:
        value - allowed object is String
      • getIPv6Prefix

        String getIPv6Prefix()
        Gets the value of the iPv6Prefix property.
        Returns:
        possible object is String
      • setIPv6Prefix

        void setIPv6Prefix​(String value)
        Sets the value of the iPv6Prefix property.
        Parameters:
        value - allowed object is String
      • getIPv6InterfaceIdentifier

        String getIPv6InterfaceIdentifier()
        Gets the value of the iPv6InterfaceIdentifier property.
        Returns:
        possible object is String
      • setIPv6InterfaceIdentifier

        void setIPv6InterfaceIdentifier​(String value)
        Sets the value of the iPv6InterfaceIdentifier property.
        Parameters:
        value - allowed object is String
      • setUEReachabilityForIP

        void setUEReachabilityForIP​(UEReachabilityForIP value)
        Sets the value of the ueReachabilityForIP property.
        Parameters:
        value - allowed object is UEReachabilityForIP
      • setSMSRegistrationInfo

        void setSMSRegistrationInfo​(SMSRegistrationInfo value)
        Sets the value of the smsRegistrationInfo property.
        Parameters:
        value - allowed object is SMSRegistrationInfo