Interface ShIMSDataExtension4


  • public interface ShIMSDataExtension4

    Interface for tShIMSDataExtension4 complex type.

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

     <complexType name="tShIMSDataExtension4">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="STN-SR" type="{}tMSISDN" minOccurs="0"/>
             <element name="UE-SRVCC-Capability" type="{}tUE-SRVCC-Capability" minOccurs="0"/>
             <element name="ExtendedPriority" type="{}tExtendedPriority" maxOccurs="unbounded" minOccurs="0"/>
             <element name="MSRN" type="{}tMSISDN" minOccurs="0"/>
             <element name="Extension" type="{}tExtension" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    Author:
    OpenCloud
    • Method Detail

      • getSTNSR

        String getSTNSR()
        Gets the value of the stnsr property.
        Returns:
        possible object is String
      • setSTNSR

        void setSTNSR​(String value)
        Sets the value of the stnsr property.
        Parameters:
        value - allowed object is String
      • getUESRVCCCapability

        Short getUESRVCCCapability()
        Gets the value of the uesrvccCapability property.
        Returns:
        possible object is Short
      • setUESRVCCCapability

        void setUESRVCCCapability​(Short value)
        Sets the value of the uesrvccCapability property.
        Parameters:
        value - allowed object is Short
      • getExtendedPriority

        List getExtendedPriority()
        Gets the value of the extendedPriority 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 extendedPriority property.

        For example, to add a new item, do as follows:

            getExtendedPriority().add(newItem);
         

        Objects of the following type(s) are allowed in the list ExtendedPriority

      • getMSRN

        String getMSRN()
        Gets the value of the msrn property.
        Returns:
        possible object is String
      • setMSRN

        void setMSRN​(String value)
        Sets the value of the msrn property.
        Parameters:
        value - allowed object is String
      • 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