public class MSS_ReceiptReqType extends MessageAbstractType implements java.io.Serializable
| Constructor and Description |
|---|
MSS_ReceiptReqType() |
MSS_ReceiptReqType(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,
StatusType status,
DataType message,
SignatureType signedReceipt) |
| 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
|
DataType |
getMessage()
Gets the message value for this MSS_ReceiptReqType.
|
MobileUserType |
getMobileUser()
Gets the mobileUser value for this MSS_ReceiptReqType.
|
org.apache.axis.types.NCName |
getMSSP_TransID()
Gets the MSSP_TransID value for this MSS_ReceiptReqType.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
SignatureType |
getSignedReceipt()
Gets the signedReceipt value for this MSS_ReceiptReqType.
|
StatusType |
getStatus()
Gets the status value for this MSS_ReceiptReqType.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setMessage(DataType message)
Sets the message value for this MSS_ReceiptReqType.
|
void |
setMobileUser(MobileUserType mobileUser)
Sets the mobileUser value for this MSS_ReceiptReqType.
|
void |
setMSSP_TransID(org.apache.axis.types.NCName MSSP_TransID)
Sets the MSSP_TransID value for this MSS_ReceiptReqType.
|
void |
setSignedReceipt(SignatureType signedReceipt)
Sets the signedReceipt value for this MSS_ReceiptReqType.
|
void |
setStatus(StatusType status)
Sets the status value for this MSS_ReceiptReqType.
|
getAP_Info, getMajorVersion, getMinorVersion, getMSSP_Info, setAP_Info, setMajorVersion, setMinorVersion, setMSSP_Infopublic MSS_ReceiptReqType()
public MSS_ReceiptReqType(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,
StatusType status,
DataType message,
SignatureType signedReceipt)
public MobileUserType getMobileUser()
public void setMobileUser(MobileUserType mobileUser)
mobileUser - public StatusType getStatus()
public void setStatus(StatusType status)
status - public DataType getMessage()
public void setMessage(DataType message)
message - public SignatureType getSignedReceipt()
public void setSignedReceipt(SignatureType signedReceipt)
signedReceipt - 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.