public class MobileUserType
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
MobileUserType() |
MobileUserType(MeshMemberType identityIssuer,
java.lang.String userIdentifier,
MeshMemberType homeMSSP,
java.lang.String MSISDN) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
MeshMemberType |
getHomeMSSP()
Gets the homeMSSP value for this MobileUserType.
|
MeshMemberType |
getIdentityIssuer()
Gets the identityIssuer value for this MobileUserType.
|
java.lang.String |
getMSISDN()
Gets the MSISDN value for this MobileUserType.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
java.lang.String |
getUserIdentifier()
Gets the userIdentifier value for this MobileUserType.
|
int |
hashCode() |
void |
setHomeMSSP(MeshMemberType homeMSSP)
Sets the homeMSSP value for this MobileUserType.
|
void |
setIdentityIssuer(MeshMemberType identityIssuer)
Sets the identityIssuer value for this MobileUserType.
|
void |
setMSISDN(java.lang.String MSISDN)
Sets the MSISDN value for this MobileUserType.
|
void |
setUserIdentifier(java.lang.String userIdentifier)
Sets the userIdentifier value for this MobileUserType.
|
public MobileUserType()
public MobileUserType(MeshMemberType identityIssuer, java.lang.String userIdentifier, MeshMemberType homeMSSP, java.lang.String MSISDN)
public MeshMemberType getIdentityIssuer()
public void setIdentityIssuer(MeshMemberType identityIssuer)
identityIssuer - public java.lang.String getUserIdentifier()
public void setUserIdentifier(java.lang.String userIdentifier)
userIdentifier - public MeshMemberType getHomeMSSP()
public void setHomeMSSP(MeshMemberType homeMSSP)
homeMSSP - public java.lang.String getMSISDN()
public void setMSISDN(java.lang.String MSISDN)
MSISDN - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Copyright © 2025. All rights reserved.