Class Soap12Subcode

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

@CodingStyleguideUnaware public class Soap12Subcode extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
<p>Java class for subcode complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="subcode"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="Value" type="{http://www.w3.org/2001/XMLSchema}QName"/&gt; &lt;element name="Subcode" type="{http://www.w3.org/2003/05/soap-envelope}subcode" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre> <p>This class was annotated by ph-jaxb22-plugin -Xph-annotate</p> <p>This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode</p> <p>This class contains methods created by ph-jaxb22-plugin -Xph-tostring</p> <p>This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2</p> <p>This class contains methods created by ph-jaxb22-plugin -Xph-value-extender</p>
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor<br> Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
    Soap12Subcode(QName valueParam)
    Constructor for value of type QName<br> Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
  • Method Summary

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

    Methods inherited from class java.lang.Object

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

    • Soap12Subcode

      public Soap12Subcode()
      Default constructor<br> Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
    • Soap12Subcode

      public Soap12Subcode(@Nullable QName valueParam)
      Constructor for value of type QName<br> Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
      Parameters:
      valueParam - The value to be set. May be <code>null</code>.
  • 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-jaxb22-plugin -Xph-equalshashcode
      Overrides:
      equals in class Object
    • hashCode

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

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

      public void cloneTo(@Nonnull Soap12Subcode ret)
      This method clones all values from <code>this</code> to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2
      Parameters:
      ret - The target object to clone to. May not be <code>null</code>.
    • clone

      @Nonnull @ReturnsMutableCopy public Soap12Subcode clone()
      Created by ph-jaxb22-plugin -Xph-cloneable2
      Specified by:
      clone in interface com.helger.commons.lang.IExplicitlyCloneable
      Overrides:
      clone in class Object
      Returns:
      The cloned object. Never <code>null</code>.
    • setSubcode

      @Nonnull public Soap12Subcode setSubcode(@Nullable QName valueParam)
      Special setter with value of type QName<br> Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
      Parameters:
      valueParam - The value to be set. May be <code>null</code>.
      Returns:
      The created intermediary object of type Soap12Subcode and never <code>null</code>
    • getSubcodeValue

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