Package org.w3.soap
Class Faultcode
- java.lang.Object
-
- org.w3.soap.Faultcode
-
public class Faultcode extends Object
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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFaultcode.Builder<_B>static classFaultcode.Selectstatic classFaultcode.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent>
-
Constructor Summary
Constructors Constructor Description Faultcode()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Faultcode.Builder<Void>builder()static Faultcode.Builder<Void>copyExcept(Faultcode _other, com.kscs.util.jaxb.PropertyTree _propertyTree)static <_B> Faultcode.Builder<_B>copyOf(Faultcode _other)static <_B> Faultcode.Builder<_B>copyOf(Faultcode _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static Faultcode.Builder<Void>copyOnly(Faultcode _other, com.kscs.util.jaxb.PropertyTree _propertyTree)<_B> voidcopyTo(Faultcode.Builder<_B> _other)Copies all state of this object to a builder.<_B> voidcopyTo(Faultcode.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)Copies all state of this object to a builder.SubcodegetSubcode()Gets the value of the subcode property.QNamegetValue()Gets the value of the value property.Faultcode.Builder<Void>newCopyBuilder()<_B> Faultcode.Builder<_B>newCopyBuilder(_B _parentBuilder)<_B> Faultcode.Builder<_B>newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)Faultcode.Builder<Void>newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)voidsetSubcode(Subcode value)Sets the value of the subcode property.voidsetValue(QName value)Sets the value of the value property.
-
-
-
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
-
copyTo
public <_B> void copyTo(Faultcode.Builder<_B> _other)
Copies all state of this object to a builder. This method is used by thecopyOf(org.w3.soap.Faultcode)method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
public <_B> Faultcode.Builder<_B> newCopyBuilder(_B _parentBuilder)
-
newCopyBuilder
public Faultcode.Builder<Void> newCopyBuilder()
-
builder
public static Faultcode.Builder<Void> builder()
-
copyOf
public static <_B> Faultcode.Builder<_B> copyOf(Faultcode _other)
-
copyTo
public <_B> void copyTo(Faultcode.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder. This method is used by thecopyOf(org.w3.soap.Faultcode)method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
public <_B> Faultcode.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
newCopyBuilder
public Faultcode.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyOf
public static <_B> Faultcode.Builder<_B> copyOf(Faultcode _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyExcept
public static Faultcode.Builder<Void> copyExcept(Faultcode _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
copyOnly
public static Faultcode.Builder<Void> copyOnly(Faultcode _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
-