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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShIMSDataExtension4
getExtension()
Gets the value of the extension property.String
getIPv4Address()
Gets the value of the iPv4Address property.String
getIPv6InterfaceIdentifier()
Gets the value of the iPv6InterfaceIdentifier property.String
getIPv6Prefix()
Gets the value of the iPv6Prefix property.String
getServiceLevelTraceInfo()
Gets the value of the serviceLevelTraceInfo property.Short
getServicePriorityLevel()
Gets the value of the servicePriorityLevel property.SMSRegistrationInfo
getSMSRegistrationInfo()
Gets the value of the smsRegistrationInfo property.UEReachabilityForIP
getUEReachabilityForIP()
Gets the value of the ueReachabilityForIP property.void
setExtension(ShIMSDataExtension4 value)
Sets the value of the extension property.void
setIPv4Address(String value)
Sets the value of the iPv4Address property.void
setIPv6InterfaceIdentifier(String value)
Sets the value of the iPv6InterfaceIdentifier property.void
setIPv6Prefix(String value)
Sets the value of the iPv6Prefix property.void
setServiceLevelTraceInfo(String value)
Sets the value of the serviceLevelTraceInfo property.void
setServicePriorityLevel(Short value)
Sets the value of the servicePriorityLevel property.void
setSMSRegistrationInfo(SMSRegistrationInfo value)
Sets the value of the smsRegistrationInfo property.void
setUEReachabilityForIP(UEReachabilityForIP value)
Sets the value of the ueReachabilityForIP property.
-
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
getServicePriorityLevel
Short getServicePriorityLevel()
Gets the value of the servicePriorityLevel property.- Returns:
- possible object is
Short
-
setServicePriorityLevel
void setServicePriorityLevel(Short value)
Sets the value of the servicePriorityLevel property.- Parameters:
value
- allowed object isShort
-
getUEReachabilityForIP
UEReachabilityForIP getUEReachabilityForIP()
Gets the value of the ueReachabilityForIP property.- Returns:
- possible object is
UEReachabilityForIP
-
setUEReachabilityForIP
void setUEReachabilityForIP(UEReachabilityForIP value)
Sets the value of the ueReachabilityForIP property.- Parameters:
value
- allowed object isUEReachabilityForIP
-
getSMSRegistrationInfo
SMSRegistrationInfo getSMSRegistrationInfo()
Gets the value of the smsRegistrationInfo property.- Returns:
- possible object is
SMSRegistrationInfo
-
setSMSRegistrationInfo
void setSMSRegistrationInfo(SMSRegistrationInfo value)
Sets the value of the smsRegistrationInfo property.- Parameters:
value
- allowed object isSMSRegistrationInfo
-
getExtension
ShIMSDataExtension4 getExtension()
Gets the value of the extension property.- Returns:
- possible object is
ShIMSDataExtension4
-
setExtension
void setExtension(ShIMSDataExtension4 value)
Sets the value of the extension property.- Parameters:
value
- allowed object isShIMSDataExtension4
-
-