Class Soap12Faultcode

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

@CodingStyleguideUnaware public class Soap12Faultcode extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable

Java class for faultcode complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="faultcode">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Value" type="{http://www.w3.org/2003/05/soap-envelope}faultcodeEnum"/>
         <element name="Subcode" type="{http://www.w3.org/2003/05/soap-envelope}subcode" 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

    Constructors
    Constructor
    Description
    Default constructor
    Note: automatically created by ph-jaxb-plugin -Xph-value-extender
    Soap12Faultcode(QName valueParam)
    Constructor for value of type QName
    Note: automatically created by ph-jaxb-plugin -Xph-value-extender
  • Method Summary

    Modifier and Type
    Method
    Description
    Created by ph-jaxb-plugin -Xph-cloneable2
    void
    This method clones all values from this to the passed object.
    boolean
    Created by ph-jaxb-plugin -Xph-equalshashcode
    Gets the value of the subcode property.
    Get the value of the contained Soap12Subcode object
    Note: automatically created by ph-jaxb-plugin -Xph-value-extender
    Gets the value of the value property.
    int
    Created by ph-jaxb-plugin -Xph-equalshashcode
    void
    Sets the value of the subcode property.
    setSubcode(QName valueParam)
    Special setter with value of type QName
    Note: automatically created by ph-jaxb-plugin -Xph-value-extender
    void
    setValue(QName value)
    Sets the value of the value property.
    Created by ph-jaxb-plugin -Xph-tostring

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Soap12Faultcode

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

      public Soap12Faultcode(@Nullable QName valueParam)
      Constructor for value of type QName
      Note: automatically created by ph-jaxb-plugin -Xph-value-extender
      Parameters:
      valueParam - The value to be set. May be null.
  • Method Details

    • getValue

      @Nullable public QName getValue()
      Gets the value of the value property.
      Returns:
      possible object is QName
    • setValue

      public void setValue(@Nullable QName value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is QName
    • getSubcode

      @Nullable public Soap12Subcode getSubcode()
      Gets the value of the subcode property.
      Returns:
      possible object is Soap12Subcode
    • setSubcode

      public void setSubcode(@Nullable Soap12Subcode value)
      Sets the value of the subcode property.
      Parameters:
      value - allowed object is Soap12Subcode
    • 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 Soap12Faultcode 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 Soap12Faultcode 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.
    • setSubcode

      @Nonnull public Soap12Subcode setSubcode(@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 Soap12Subcode and never null
    • getSubcodeValue

      @Nullable public QName getSubcodeValue()
      Get the value of the contained Soap12Subcode object
      Note: automatically created by ph-jaxb-plugin -Xph-value-extender
      Returns:
      Either the value of the contained Soap12Subcode object or null