Package org.somda.sdc.dpws.soap.model
Class Faultcode
- java.lang.Object
-
- org.somda.sdc.dpws.soap.model.Faultcode
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class Faultcode extends Object implements org.jvnet.jaxb2_commons.lang.ToString2
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>
-
-
Constructor Summary
Constructors Constructor Description Faultcode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)SubcodegetSubcode()Gets the value of the subcode property.QNamegetValue()Gets the value of the value property.voidsetSubcode(Subcode value)Sets the value of the subcode property.voidsetValue(QName value)Sets the value of the value property.StringtoString()
-
-
-
Method Detail
-
getValue
public QName getValue()
Gets the value of the value property.- Returns:
- possible object is
QName
-
setValue
public void setValue(QName value)
Sets the value of the value property.- Parameters:
value- allowed object isQName
-
getSubcode
public Subcode getSubcode()
Gets the value of the subcode property.- Returns:
- possible object is
Subcode
-
setSubcode
public void setSubcode(Subcode value)
Sets the value of the subcode property.- Parameters:
value- allowed object isSubcode
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
-