Package com.helger.phase4.soap11
Class Soap11Fault
java.lang.Object
com.helger.phase4.soap11.Soap11Fault
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware
public class Soap11Fault
extends Object
implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
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>
This class was annotated by ph-jaxb-plugin -Xph-annotate
This class contains methods created by ph-jaxb-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb-plugin -Xph-tostring
This class contains methods created by ph-jaxb-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb-plugin -Xph-value-extender
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender -
Method Summary
Modifier and TypeMethodDescriptionclone()Created by ph-jaxb-plugin -Xph-cloneable2voidcloneTo(Soap11Fault ret) This method clones all values fromthisto the passed object.booleanCreated by ph-jaxb-plugin -Xph-equalshashcodeGets the value of the detail property.Gets the value of the faultactor property.Gets the value of the faultcode property.Gets the value of the faultstring property.inthashCode()Created by ph-jaxb-plugin -Xph-equalshashcodevoidsetDetail(Soap11Detail value) Sets the value of the detail property.voidsetFaultactor(String value) Sets the value of the faultactor property.voidsetFaultcode(QName value) Sets the value of the faultcode property.voidsetFaultstring(String value) Sets the value of the faultstring property.toString()Created by ph-jaxb-plugin -Xph-tostring
-
Constructor Details
-
Soap11Fault
public Soap11Fault()Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
-
-
Method Details
-
getFaultcode
Gets the value of the faultcode property.- Returns:
- possible object is
QName
-
setFaultcode
Sets the value of the faultcode property.- Parameters:
value- allowed object isQName
-
getFaultstring
Gets the value of the faultstring property.- Returns:
- possible object is
String
-
setFaultstring
Sets the value of the faultstring property.- Parameters:
value- allowed object isString
-
getFaultactor
Gets the value of the faultactor property.- Returns:
- possible object is
String
-
setFaultactor
Sets the value of the faultactor property.- Parameters:
value- allowed object isString
-
getDetail
Gets the value of the detail property.- Returns:
- possible object is
Soap11Detail
-
setDetail
Sets the value of the detail property.- Parameters:
value- allowed object isSoap11Detail
-
equals
Created by ph-jaxb-plugin -Xph-equalshashcode -
hashCode
public int hashCode()Created by ph-jaxb-plugin -Xph-equalshashcode -
toString
Created by ph-jaxb-plugin -Xph-tostring -
cloneTo
This method clones all values fromthisto the passed object. All data in the parameter object is overwritten!Created by ph-jaxb-plugin -Xph-cloneable2- Parameters:
ret- The target object to clone to. May not benull.
-
clone
Created by ph-jaxb-plugin -Xph-cloneable2
-