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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Faultcode.Builder<_B> |
static class |
Faultcode.Select |
static class |
Faultcode.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> |
| Modifier and Type | Field and Description |
|---|---|
protected Subcode |
subcode |
protected QName |
value |
| Constructor and Description |
|---|
Faultcode() |
| Modifier and Type | Method and 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> void |
copyTo(Faultcode.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_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.
|
Subcode |
getSubcode()
Gets the value of the subcode property.
|
QName |
getValue()
Gets the value of the value property.
|
<_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() |
Faultcode.Builder<Void> |
newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
void |
setSubcode(Subcode value)
Sets the value of the subcode property.
|
void |
setValue(QName value)
Sets the value of the value property.
|
public QName getValue()
QNamepublic void setValue(QName value)
value - allowed object is
QNamepublic Subcode getSubcode()
Subcodepublic void setSubcode(Subcode value)
value - allowed object is
Subcodepublic <_B> void copyTo(Faultcode.Builder<_B> _other)
copyOf(org.w3.soap.Faultcode) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> Faultcode.Builder<_B> newCopyBuilder(_B _parentBuilder)
public Faultcode.Builder<Void> newCopyBuilder()
public static Faultcode.Builder<Void> builder()
public static <_B> Faultcode.Builder<_B> copyOf(Faultcode _other)
public <_B> void copyTo(Faultcode.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
copyOf(org.w3.soap.Faultcode) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> Faultcode.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public Faultcode.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static <_B> Faultcode.Builder<_B> copyOf(Faultcode _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static Faultcode.Builder<Void> copyExcept(Faultcode _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static Faultcode.Builder<Void> copyOnly(Faultcode _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
Copyright © 2022 NorStella. All rights reserved.