org.w3.soap
Class Faultcode

java.lang.Object
  extended by org.w3.soap.Faultcode
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString

public class Faultcode
extends Object
implements org.jvnet.jaxb2_commons.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
protected  Subcode subcode
           
protected  QName value
           
 
Constructor Summary
Faultcode()
          Default no-arg constructor
Faultcode(QName value, Subcode subcode)
          Fully-initialising value constructor
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 Subcode getSubcode()
          Gets the value of the subcode property.
 QName getValue()
          Gets the value of the value property.
 void setSubcode(Subcode value)
          Sets the value of the subcode property.
 void setValue(QName value)
          Sets the value of the value property.
 String toString()
           
 Faultcode withSubcode(Subcode value)
           
 Faultcode withValue(QName value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

protected QName value

subcode

protected Subcode subcode
Constructor Detail

Faultcode

public Faultcode()
Default no-arg constructor


Faultcode

public Faultcode(QName value,
                 Subcode subcode)
Fully-initialising value constructor

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 is QName

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 is Subcode

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

withValue

public Faultcode withValue(QName value)

withSubcode

public Faultcode withSubcode(Subcode value)


Copyright © 2014 Digipost Open Source. All Rights Reserved.