Package com.helger.phase4.soap12
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
Java class for subcode complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="subcode">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}QName"/>
<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
ConstructorsConstructorDescriptionDefault constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extenderSoap12Subcode(QName valueParam) Constructor for value of type QName
Note: automatically created by ph-jaxb-plugin -Xph-value-extender -
Method Summary
Modifier and TypeMethodDescriptionclone()Created by ph-jaxb-plugin -Xph-cloneable2voidcloneTo(Soap12Subcode ret) This method clones all values fromthisto the passed object.booleanCreated by ph-jaxb-plugin -Xph-equalshashcodeGets the value of the subcode property.Get the value of the contained Soap12Subcode object
Note: automatically created by ph-jaxb-plugin -Xph-value-extendergetValue()Gets the value of the value property.inthashCode()Created by ph-jaxb-plugin -Xph-equalshashcodevoidsetSubcode(Soap12Subcode value) 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-extendervoidSets the value of the value property.toString()Created by ph-jaxb-plugin -Xph-tostring
-
Constructor Details
-
Soap12Subcode
public Soap12Subcode()Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender -
Soap12Subcode
Constructor for value of type QName
Note: automatically created by ph-jaxb-plugin -Xph-value-extender- Parameters:
valueParam- The value to be set. May benull.
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
QName
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isQName
-
getSubcode
Gets the value of the subcode property.- Returns:
- possible object is
Soap12Subcode
-
setSubcode
Sets the value of the subcode property.- Parameters:
value- allowed object isSoap12Subcode
-
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 -
setSubcode
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 Soap12Subcode and never
null
-
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
-