org.xmlsoap.schemas.soap.envelope
Class Fault

java.lang.Object
  extended by org.xmlsoap.schemas.soap.envelope.Fault
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class Fault
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Fault reporting structure

Java class for Fault complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Fault">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="faultcode" type="{http://www.w3.org/2001/XMLSchema}QName"/>
         <element name="faultstring" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="faultactor" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="detail" type="{http://schemas.xmlsoap.org/soap/envelope/}detail" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Detail detail
           
protected  java.lang.String faultactor
           
protected  javax.xml.namespace.QName faultcode
           
protected  java.lang.String faultstring
           
protected  java.lang.Long hjid
           
 
Constructor Summary
Fault()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 Detail getDetail()
          Gets the value of the detail property.
 java.lang.String getFaultactor()
          Gets the value of the faultactor property.
 javax.xml.namespace.QName getFaultcode()
          Gets the value of the faultcode property.
 java.lang.String getFaultcodeElement()
           
 java.lang.String getFaultstring()
          Gets the value of the faultstring property.
 java.lang.Long getHjid()
           
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 void setDetail(Detail value)
          Sets the value of the detail property.
 void setFaultactor(java.lang.String value)
          Sets the value of the faultactor property.
 void setFaultcode(javax.xml.namespace.QName value)
          Sets the value of the faultcode property.
 void setFaultcodeElement(java.lang.String target)
           
 void setFaultstring(java.lang.String value)
          Sets the value of the faultstring property.
 void setHjid(java.lang.Long value)
           
 java.lang.String toString()
           
 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

faultcode

protected javax.xml.namespace.QName faultcode

faultstring

protected java.lang.String faultstring

faultactor

protected java.lang.String faultactor

detail

protected Detail detail

hjid

protected java.lang.Long hjid
Constructor Detail

Fault

public Fault()
Method Detail

getFaultcode

public javax.xml.namespace.QName getFaultcode()
Gets the value of the faultcode property.

Returns:
possible object is QName

setFaultcode

public void setFaultcode(javax.xml.namespace.QName value)
Sets the value of the faultcode property.

Parameters:
value - allowed object is QName

getFaultstring

public java.lang.String getFaultstring()
Gets the value of the faultstring property.

Returns:
possible object is String

setFaultstring

public void setFaultstring(java.lang.String value)
Sets the value of the faultstring property.

Parameters:
value - allowed object is String

getFaultactor

public java.lang.String getFaultactor()
Gets the value of the faultactor property.

Returns:
possible object is String

setFaultactor

public void setFaultactor(java.lang.String value)
Sets the value of the faultactor property.

Parameters:
value - allowed object is String

getDetail

public Detail getDetail()
Gets the value of the detail property.

Returns:
possible object is Detail

setDetail

public void setDetail(Detail value)
Sets the value of the detail property.

Parameters:
value - allowed object is Detail

toString

public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public void equals(java.lang.Object object,
                   org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getHjid

public java.lang.Long getHjid()
Returns:
possible object is Long

setHjid

public void setHjid(java.lang.Long value)
Parameters:
value - allowed object is Long

getFaultcodeElement

public java.lang.String getFaultcodeElement()

setFaultcodeElement

public void setFaultcodeElement(java.lang.String target)


Copyright © 2008 eBM WebSourcing. All Rights Reserved.