public class MobileUserType
extends java.lang.Object
Java class for MobileUserType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MobileUserType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="IdentityIssuer" type="{http://uri.etsi.org/TS102204/v1.1.2#}MeshMemberType" minOccurs="0"/>
<element name="UserIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="HomeMSSP" type="{http://uri.etsi.org/TS102204/v1.1.2#}MeshMemberType" minOccurs="0"/>
<element name="MSISDN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MeshMemberType |
homeMSSP |
protected MeshMemberType |
identityIssuer |
protected java.lang.String |
msisdn |
protected java.lang.String |
userIdentifier |
| Constructor and Description |
|---|
MobileUserType() |
| Modifier and Type | Method and Description |
|---|---|
MeshMemberType |
getHomeMSSP()
Gets the value of the homeMSSP property.
|
MeshMemberType |
getIdentityIssuer()
Gets the value of the identityIssuer property.
|
java.lang.String |
getMSISDN()
Gets the value of the msisdn property.
|
java.lang.String |
getUserIdentifier()
Gets the value of the userIdentifier property.
|
void |
setHomeMSSP(MeshMemberType value)
Sets the value of the homeMSSP property.
|
void |
setIdentityIssuer(MeshMemberType value)
Sets the value of the identityIssuer property.
|
void |
setMSISDN(java.lang.String value)
Sets the value of the msisdn property.
|
void |
setUserIdentifier(java.lang.String value)
Sets the value of the userIdentifier property.
|
protected MeshMemberType identityIssuer
protected java.lang.String userIdentifier
protected MeshMemberType homeMSSP
protected java.lang.String msisdn
public MeshMemberType getIdentityIssuer()
MeshMemberTypepublic void setIdentityIssuer(MeshMemberType value)
value - allowed object is
MeshMemberTypepublic java.lang.String getUserIdentifier()
Stringpublic void setUserIdentifier(java.lang.String value)
value - allowed object is
Stringpublic MeshMemberType getHomeMSSP()
MeshMemberTypepublic void setHomeMSSP(MeshMemberType value)
value - allowed object is
MeshMemberTypepublic java.lang.String getMSISDN()
Stringpublic void setMSISDN(java.lang.String value)
value - allowed object is
StringCopyright © 2025. All rights reserved.