public class StatusCodeType
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
StatusCodeType() |
StatusCodeType(StatusCodeType statusCode,
java.math.BigInteger value) |
| 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
|
StatusCodeType |
getStatusCode()
Gets the statusCode value for this StatusCodeType.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
java.math.BigInteger |
getValue()
Gets the value value for this StatusCodeType.
|
int |
hashCode() |
void |
setStatusCode(StatusCodeType statusCode)
Sets the statusCode value for this StatusCodeType.
|
void |
setValue(java.math.BigInteger value)
Sets the value value for this StatusCodeType.
|
public StatusCodeType()
public StatusCodeType(StatusCodeType statusCode, java.math.BigInteger value)
public StatusCodeType getStatusCode()
public void setStatusCode(StatusCodeType statusCode)
statusCode - public java.math.BigInteger getValue()
public void setValue(java.math.BigInteger value)
value - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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.