@CodingStyleguideUnaware public class Soap12Fault 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="Code" type="{http://www.w3.org/2003/05/soap-envelope}faultcode"/>
<element name="Reason" type="{http://www.w3.org/2003/05/soap-envelope}faultreason"/>
<element name="Node" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="Role" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="Detail" type="{http://www.w3.org/2003/05/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 |
|---|
Soap12Fault()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
Soap12Fault |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(Soap12Fault ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
Soap12Faultcode |
getCode()
Gets the value of the code property.
|
QName |
getCodeValue()
Get the value of the contained Soap12Faultcode object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
Soap12Detail |
getDetail()
Gets the value of the detail property.
|
String |
getNode()
Gets the value of the node property.
|
Soap12Faultreason |
getReason()
Gets the value of the reason property.
|
String |
getRole()
Gets the value of the role property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
Soap12Faultcode |
setCode(QName valueParam)
Special setter with value of type QName
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCode(Soap12Faultcode value)
Sets the value of the code property.
|
void |
setDetail(Soap12Detail value)
Sets the value of the detail property.
|
void |
setNode(String value)
Sets the value of the node property.
|
void |
setReason(Soap12Faultreason value)
Sets the value of the reason property.
|
void |
setRole(String value)
Sets the value of the role property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public Soap12Fault()
@Nullable public Soap12Faultcode getCode()
Soap12Faultcodepublic void setCode(@Nullable Soap12Faultcode value)
value - allowed object is
Soap12Faultcode@Nullable public Soap12Faultreason getReason()
Soap12Faultreasonpublic void setReason(@Nullable Soap12Faultreason value)
value - allowed object is
Soap12Faultreason@Nullable public String getNode()
Stringpublic void setNode(@Nullable String value)
value - allowed object is
String@Nullable public String getRole()
Stringpublic void setRole(@Nullable String value)
value - allowed object is
String@Nullable public Soap12Detail getDetail()
Soap12Detailpublic void setDetail(@Nullable Soap12Detail value)
value - allowed object is
Soap12Detailpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull Soap12Fault 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 Soap12Fault clone()
@Nonnull public Soap12Faultcode setCode(@Nullable QName valueParam)
valueParam - The value to be set. May be null.nullCopyright © 2015–2020 Philip Helger. All rights reserved.