public abstract class AbstractGetStatusRequestType extends SessionAwareType implements java.io.Serializable
| Constructor and Description |
|---|
AbstractGetStatusRequestType() |
AbstractGetStatusRequestType(java.lang.String sesscode,
java.lang.Boolean waitSignature) |
| 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
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
java.lang.Boolean |
getWaitSignature()
Gets the waitSignature value for this AbstractGetStatusRequestType.
|
int |
hashCode() |
void |
setWaitSignature(java.lang.Boolean waitSignature)
Sets the waitSignature value for this AbstractGetStatusRequestType.
|
getSesscode, setSesscodepublic AbstractGetStatusRequestType()
public AbstractGetStatusRequestType(java.lang.String sesscode,
java.lang.Boolean waitSignature)
public java.lang.Boolean getWaitSignature()
public void setWaitSignature(java.lang.Boolean waitSignature)
waitSignature - * If „TRUE“ then the Service will wait for response from MSSP
before
responding. „FALSE“ will cause the
Service to respond immediately.public boolean equals(java.lang.Object obj)
equals in class SessionAwareTypepublic int hashCode()
hashCode in class SessionAwareTypepublic 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)