public class Fault
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Fault() |
Fault(Faultcode code,
Reasontext[] reason,
org.apache.axis.types.URI node,
org.apache.axis.types.URI role,
Detail detail) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Faultcode |
getCode()
Gets the code value for this Fault.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
Detail |
getDetail()
Gets the detail value for this Fault.
|
org.apache.axis.types.URI |
getNode()
Gets the node value for this Fault.
|
Reasontext[] |
getReason()
Gets the reason value for this Fault.
|
org.apache.axis.types.URI |
getRole()
Gets the role value for this Fault.
|
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
|
int |
hashCode() |
void |
setCode(Faultcode code)
Sets the code value for this Fault.
|
void |
setDetail(Detail detail)
Sets the detail value for this Fault.
|
void |
setNode(org.apache.axis.types.URI node)
Sets the node value for this Fault.
|
void |
setReason(Reasontext[] reason)
Sets the reason value for this Fault.
|
void |
setRole(org.apache.axis.types.URI role)
Sets the role value for this Fault.
|
public Fault()
public Fault(Faultcode code, Reasontext[] reason, org.apache.axis.types.URI node, org.apache.axis.types.URI role, Detail detail)
public Faultcode getCode()
public void setCode(Faultcode code)
code - public Reasontext[] getReason()
public void setReason(Reasontext[] reason)
reason - public org.apache.axis.types.URI getNode()
public void setNode(org.apache.axis.types.URI node)
node - public org.apache.axis.types.URI getRole()
public void setRole(org.apache.axis.types.URI role)
role - public Detail getDetail()
public void setDetail(Detail detail)
detail - 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.