public class MSSRegistrationReqType extends MessageAbstractType
Java class for MSS_RegistrationReqType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MSS_RegistrationReqType">
<complexContent>
<extension base="{http://uri.etsi.org/TS102204/v1.1.2#}MessageAbstractType">
<sequence>
<element name="MobileUser" type="{http://uri.etsi.org/TS102204/v1.1.2#}MobileUserType"/>
<element name="EncryptedData" type="{http://www.w3.org/2001/04/xmlenc#}EncryptedType" minOccurs="0"/>
<element name="EncryptResponseBy" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="CertificateURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="X509Certificate" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
MessageAbstractType.APInfo, MessageAbstractType.MSSPInfo| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Object> |
any |
protected java.lang.String |
certificateURI |
protected EncryptedType |
encryptedData |
protected java.lang.String |
encryptResponseBy |
protected MobileUserType |
mobileUser |
protected byte[] |
x509Certificate |
apInfo, majorVersion, minorVersion, msspInfo| Constructor and Description |
|---|
MSSRegistrationReqType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
getAny()
Gets the value of the any property.
|
java.lang.String |
getCertificateURI()
Gets the value of the certificateURI property.
|
EncryptedType |
getEncryptedData()
Gets the value of the encryptedData property.
|
java.lang.String |
getEncryptResponseBy()
Gets the value of the encryptResponseBy property.
|
MobileUserType |
getMobileUser()
Gets the value of the mobileUser property.
|
byte[] |
getX509Certificate()
Gets the value of the x509Certificate property.
|
void |
setCertificateURI(java.lang.String value)
Sets the value of the certificateURI property.
|
void |
setEncryptedData(EncryptedType value)
Sets the value of the encryptedData property.
|
void |
setEncryptResponseBy(java.lang.String value)
Sets the value of the encryptResponseBy property.
|
void |
setMobileUser(MobileUserType value)
Sets the value of the mobileUser property.
|
void |
setX509Certificate(byte[] value)
Sets the value of the x509Certificate property.
|
getAPInfo, getMajorVersion, getMinorVersion, getMSSPInfo, setAPInfo, setMajorVersion, setMinorVersion, setMSSPInfoprotected MobileUserType mobileUser
protected EncryptedType encryptedData
protected java.lang.String encryptResponseBy
protected java.lang.String certificateURI
protected byte[] x509Certificate
protected java.util.List<java.lang.Object> any
public MobileUserType getMobileUser()
MobileUserTypepublic void setMobileUser(MobileUserType value)
value - allowed object is
MobileUserTypepublic EncryptedType getEncryptedData()
EncryptedTypepublic void setEncryptedData(EncryptedType value)
value - allowed object is
EncryptedTypepublic java.lang.String getEncryptResponseBy()
Stringpublic void setEncryptResponseBy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCertificateURI()
Stringpublic void setCertificateURI(java.lang.String value)
value - allowed object is
Stringpublic byte[] getX509Certificate()
public void setX509Certificate(byte[] value)
value - allowed object is
byte[]public java.util.List<java.lang.Object> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
Object
Copyright © 2025. All rights reserved.