Package org.somda.sdc.dpws.soap.model
Class Faultcode
java.lang.Object
org.somda.sdc.dpws.soap.model.Faultcode
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.ToString
public class Faultcode
extends Object
implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.ToString
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) booleanGets the value of the subcode property.getValue()Gets the value of the value property.inthashCode()voidsetSubcode(Subcode value) Sets the value of the subcode property.voidSets the value of the value property.toString()
-
Field Details
-
value
-
subcode
-
-
Constructor Details
-
Faultcode
public Faultcode()
-
-
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
Subcode
-
setSubcode
Sets the value of the subcode property.- Parameters:
value- allowed object isSubcode
-
equals
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-
clone
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo
-