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