@CodingStyleguideUnaware public class Soap11Fault extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
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-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
Soap11Fault()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
Soap11Fault |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(Soap11Fault ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
Soap11Detail |
getDetail()
Gets the value of the detail property.
|
String |
getFaultactor()
Gets the value of the faultactor property.
|
QName |
getFaultcode()
Gets the value of the faultcode property.
|
String |
getFaultstring()
Gets the value of the faultstring property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setDetail(Soap11Detail value)
Sets the value of the detail property.
|
void |
setFaultactor(String value)
Sets the value of the faultactor property.
|
void |
setFaultcode(QName value)
Sets the value of the faultcode property.
|
void |
setFaultstring(String value)
Sets the value of the faultstring property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public Soap11Fault()
@Nullable public QName getFaultcode()
QNamepublic void setFaultcode(@Nullable QName value)
value - allowed object is
QName@Nullable public String getFaultstring()
Stringpublic void setFaultstring(@Nullable String value)
value - allowed object is
String@Nullable public String getFaultactor()
Stringpublic void setFaultactor(@Nullable String value)
value - allowed object is
String@Nullable public Soap11Detail getDetail()
Soap11Detailpublic void setDetail(@Nullable Soap11Detail value)
value - allowed object is
Soap11Detailpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull Soap11Fault ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public Soap11Fault clone()
Copyright © 2015–2020 Philip Helger. All rights reserved.