Package com.helger.phase4.soap12
Class Soap12Fault
java.lang.Object
com.helger.phase4.soap12.Soap12Fault
- All Implemented Interfaces:
com.helger.base.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware
public class Soap12Fault
extends Object
implements Serializable, com.helger.base.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="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-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(Soap12Fault ret) This method clones all values fromthisto the passed object.booleanCreated by ph-jaxb-plugin -Xph-equalshashcode@Nullable Soap12FaultcodegetCode()Gets the value of the code property.@Nullable QNameGet the value of the contained Soap12Faultcode object
Note: automatically created by ph-jaxb-plugin -Xph-value-extender@Nullable Soap12DetailGets the value of the detail property.@Nullable StringgetNode()Gets the value of the node property.@Nullable Soap12FaultreasonGets the value of the reason property.@Nullable StringgetRole()Gets the value of the role property.inthashCode()Created by ph-jaxb-plugin -Xph-equalshashcodevoidsetCode(@Nullable Soap12Faultcode value) Sets the value of the code property.@NonNull Soap12FaultcodeSpecial setter with value of type QName
Note: automatically created by ph-jaxb-plugin -Xph-value-extendervoidsetDetail(@Nullable Soap12Detail value) Sets the value of the detail property.voidSets the value of the node property.voidsetReason(@Nullable Soap12Faultreason value) Sets the value of the reason property.voidSets the value of the role property.toString()Created by ph-jaxb-plugin -Xph-tostring
-
Constructor Details
-
Soap12Fault
public Soap12Fault()Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
-
-
Method Details
-
getCode
Gets the value of the code property.- Returns:
- possible object is
Soap12Faultcode
-
setCode
Sets the value of the code property.- Parameters:
value- allowed object isSoap12Faultcode
-
getReason
Gets the value of the reason property.- Returns:
- possible object is
Soap12Faultreason
-
setReason
Sets the value of the reason property.- Parameters:
value- allowed object isSoap12Faultreason
-
getNode
Gets the value of the node property.- Returns:
- possible object is
String
-
setNode
Sets the value of the node property.- Parameters:
value- allowed object isString
-
getRole
Gets the value of the role property.- Returns:
- possible object is
String
-
setRole
Sets the value of the role property.- Parameters:
value- allowed object isString
-
getDetail
Gets the value of the detail property.- Returns:
- possible object is
Soap12Detail
-
setDetail
Sets the value of the detail property.- Parameters:
value- allowed object isSoap12Detail
-
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 -
setCode
Special setter with value of type QName
Note: automatically created by ph-jaxb-plugin -Xph-value-extender- Parameters:
valueParam- The value to be set. May benull.- Returns:
- The created intermediary object of type Soap12Faultcode and never
null
-
getCodeValue
Get the value of the contained Soap12Faultcode object
Note: automatically created by ph-jaxb-plugin -Xph-value-extender- Returns:
- Either the value of the contained Soap12Faultcode object or
null
-