Class Soap12Fault

java.lang.Object
com.helger.phase4.soap12.Soap12Fault
All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable, Serializable, Cloneable

@CodingStyleguideUnaware public class Soap12Fault 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="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 Details

    • Soap12Fault

      public Soap12Fault()
      Default constructor
      Note: automatically created by ph-jaxb-plugin -Xph-value-extender
  • Method Details

    • getCode

      @Nullable public Soap12Faultcode getCode()
      Gets the value of the code property.
      Returns:
      possible object is Soap12Faultcode
    • setCode

      public void setCode(@Nullable Soap12Faultcode value)
      Sets the value of the code property.
      Parameters:
      value - allowed object is Soap12Faultcode
    • getReason

      @Nullable public Soap12Faultreason getReason()
      Gets the value of the reason property.
      Returns:
      possible object is Soap12Faultreason
    • setReason

      public void setReason(@Nullable Soap12Faultreason value)
      Sets the value of the reason property.
      Parameters:
      value - allowed object is Soap12Faultreason
    • getNode

      @Nullable public String getNode()
      Gets the value of the node property.
      Returns:
      possible object is String
    • setNode

      public void setNode(@Nullable String value)
      Sets the value of the node property.
      Parameters:
      value - allowed object is String
    • getRole

      @Nullable public String getRole()
      Gets the value of the role property.
      Returns:
      possible object is String
    • setRole

      public void setRole(@Nullable String value)
      Sets the value of the role property.
      Parameters:
      value - allowed object is String
    • getDetail

      @Nullable public Soap12Detail getDetail()
      Gets the value of the detail property.
      Returns:
      possible object is Soap12Detail
    • setDetail

      public void setDetail(@Nullable Soap12Detail value)
      Sets the value of the detail property.
      Parameters:
      value - allowed object is Soap12Detail
    • equals

      public boolean equals(Object o)
      Created by ph-jaxb-plugin -Xph-equalshashcode
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Created by ph-jaxb-plugin -Xph-equalshashcode
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Created by ph-jaxb-plugin -Xph-tostring
      Overrides:
      toString in class Object
    • cloneTo

      public void cloneTo(@Nonnull Soap12Fault ret)
      This method clones all values from this to 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 be null.
    • clone

      @Nonnull @ReturnsMutableCopy public Soap12Fault clone()
      Created by ph-jaxb-plugin -Xph-cloneable2
      Specified by:
      clone in interface com.helger.commons.lang.IExplicitlyCloneable
      Overrides:
      clone in class Object
      Returns:
      The cloned object. Never null.
    • setCode

      @Nonnull public Soap12Faultcode setCode(@Nullable QName valueParam)
      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 be null.
      Returns:
      The created intermediary object of type Soap12Faultcode and never null
    • getCodeValue

      @Nullable public QName 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