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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List
getExtendedPriority()
Gets the value of the extendedPriority property.Extension
getExtension()
Gets the value of the extension property.String
getMSRN()
Gets the value of the msrn property.String
getSTNSR()
Gets the value of the stnsr property.Short
getUESRVCCCapability()
Gets the value of the uesrvccCapability property.void
setExtension(Extension value)
Sets the value of the extension property.void
setMSRN(String value)
Sets the value of the msrn property.void
setSTNSR(String value)
Sets the value of the stnsr property.void
setUESRVCCCapability(Short value)
Sets the value of the uesrvccCapability property.
-
-
-
Method Detail
-
setSTNSR
void setSTNSR(String value)
Sets the value of the stnsr property.- Parameters:
value
- allowed object isString
-
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 isShort
-
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
-
setMSRN
void setMSRN(String value)
Sets the value of the msrn property.- Parameters:
value
- allowed object isString
-
getExtension
Extension getExtension()
Gets the value of the extension property.- Returns:
- possible object is
Extension
-
-