Interface SMSRegistrationInfo
-
public interface SMSRegistrationInfo
Interface for tSMSRegistrationInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tSMSRegistrationInfo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="IP-SM-GW-Number" type="{}tIP-SM-GW-Number"/> </sequence> </restriction> </complexContent> </complexType>
- Author:
- OpenCloud
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getIPSMGWNumber()
Gets the value of the ipsmgwNumber property.void
setIPSMGWNumber(String value)
Sets the value of the ipsmgwNumber property.
-