public class MSS_SignatureRespType extends MessageAbstractType implements java.io.Serializable
| Constructor and Description |
|---|
MSS_SignatureRespType() |
MSS_SignatureRespType(java.math.BigInteger majorVersion,
java.math.BigInteger minorVersion,
MessageAbstractTypeAP_Info AP_Info,
MessageAbstractTypeMSSP_Info MSSP_Info,
org.apache.axis.types.NCName MSSP_TransID,
MobileUserType mobileUser,
SignatureType MSS_Signature,
MssURIType signatureProfile,
StatusType status) |
| 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
|
MobileUserType |
getMobileUser()
Gets the mobileUser value for this MSS_SignatureRespType.
|
SignatureType |
getMSS_Signature()
Gets the MSS_Signature value for this MSS_SignatureRespType.
|
org.apache.axis.types.NCName |
getMSSP_TransID()
Gets the MSSP_TransID value for this MSS_SignatureRespType.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
MssURIType |
getSignatureProfile()
Gets the signatureProfile value for this MSS_SignatureRespType.
|
StatusType |
getStatus()
Gets the status value for this MSS_SignatureRespType.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setMobileUser(MobileUserType mobileUser)
Sets the mobileUser value for this MSS_SignatureRespType.
|
void |
setMSS_Signature(SignatureType MSS_Signature)
Sets the MSS_Signature value for this MSS_SignatureRespType.
|
void |
setMSSP_TransID(org.apache.axis.types.NCName MSSP_TransID)
Sets the MSSP_TransID value for this MSS_SignatureRespType.
|
void |
setSignatureProfile(MssURIType signatureProfile)
Sets the signatureProfile value for this MSS_SignatureRespType.
|
void |
setStatus(StatusType status)
Sets the status value for this MSS_SignatureRespType.
|
getAP_Info, getMajorVersion, getMinorVersion, getMSSP_Info, setAP_Info, setMajorVersion, setMinorVersion, setMSSP_Infopublic MSS_SignatureRespType()
public MSS_SignatureRespType(java.math.BigInteger majorVersion,
java.math.BigInteger minorVersion,
MessageAbstractTypeAP_Info AP_Info,
MessageAbstractTypeMSSP_Info MSSP_Info,
org.apache.axis.types.NCName MSSP_TransID,
MobileUserType mobileUser,
SignatureType MSS_Signature,
MssURIType signatureProfile,
StatusType status)
public MobileUserType getMobileUser()
public void setMobileUser(MobileUserType mobileUser)
mobileUser - public SignatureType getMSS_Signature()
public void setMSS_Signature(SignatureType MSS_Signature)
MSS_Signature - public MssURIType getSignatureProfile()
public void setSignatureProfile(MssURIType signatureProfile)
signatureProfile - public StatusType getStatus()
public void setStatus(StatusType status)
status - public org.apache.axis.types.NCName getMSSP_TransID()
public void setMSSP_TransID(org.apache.axis.types.NCName MSSP_TransID)
MSSP_TransID - public boolean equals(java.lang.Object obj)
equals in class MessageAbstractTypepublic int hashCode()
hashCode in class MessageAbstractTypepublic 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.