public class MSSSignatureRespType extends MessageAbstractType
Java class for MSS_SignatureRespType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MSS_SignatureRespType">
<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="MSS_Signature" type="{http://uri.etsi.org/TS102204/v1.1.2#}SignatureType" minOccurs="0"/>
<element name="SignatureProfile" type="{http://uri.etsi.org/TS102204/v1.1.2#}mssURIType" minOccurs="0"/>
<element name="Status" type="{http://uri.etsi.org/TS102204/v1.1.2#}StatusType"/>
</sequence>
<attribute name="MSSP_TransID" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
</extension>
</complexContent>
</complexType>
MessageAbstractType.APInfo, MessageAbstractType.MSSPInfo| Modifier and Type | Field and Description |
|---|---|
protected MobileUserType |
mobileUser |
protected java.lang.String |
msspTransID |
protected SignatureType |
mssSignature |
protected MssURIType |
signatureProfile |
protected StatusType |
status |
apInfo, majorVersion, minorVersion, msspInfo| Constructor and Description |
|---|
MSSSignatureRespType() |
| Modifier and Type | Method and Description |
|---|---|
MobileUserType |
getMobileUser()
Gets the value of the mobileUser property.
|
java.lang.String |
getMSSPTransID()
Gets the value of the msspTransID property.
|
SignatureType |
getMSSSignature()
Gets the value of the mssSignature property.
|
MssURIType |
getSignatureProfile()
Gets the value of the signatureProfile property.
|
StatusType |
getStatus()
Gets the value of the status property.
|
void |
setMobileUser(MobileUserType value)
Sets the value of the mobileUser property.
|
void |
setMSSPTransID(java.lang.String value)
Sets the value of the msspTransID property.
|
void |
setMSSSignature(SignatureType value)
Sets the value of the mssSignature property.
|
void |
setSignatureProfile(MssURIType value)
Sets the value of the signatureProfile property.
|
void |
setStatus(StatusType value)
Sets the value of the status property.
|
getAPInfo, getMajorVersion, getMinorVersion, getMSSPInfo, setAPInfo, setMajorVersion, setMinorVersion, setMSSPInfoprotected MobileUserType mobileUser
protected SignatureType mssSignature
protected MssURIType signatureProfile
protected StatusType status
protected java.lang.String msspTransID
public MobileUserType getMobileUser()
MobileUserTypepublic void setMobileUser(MobileUserType value)
value - allowed object is
MobileUserTypepublic SignatureType getMSSSignature()
SignatureTypepublic void setMSSSignature(SignatureType value)
value - allowed object is
SignatureTypepublic MssURIType getSignatureProfile()
MssURITypepublic void setSignatureProfile(MssURIType value)
value - allowed object is
MssURITypepublic StatusType getStatus()
StatusTypepublic void setStatus(StatusType value)
value - allowed object is
StatusTypepublic java.lang.String getMSSPTransID()
Stringpublic void setMSSPTransID(java.lang.String value)
value - allowed object is
StringCopyright © 2025. All rights reserved.