public class Faultreason extends Object
Java class for faultreason complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faultreason">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Text" type="{http://www.w3.org/2003/05/soap-envelope}reasontext" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Faultreason.Builder<_B> |
static class |
Faultreason.Select |
static class |
Faultreason.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> |
| Modifier and Type | Field and Description |
|---|---|
protected List<Reasontext> |
text |
| Constructor and Description |
|---|
Faultreason() |
| Modifier and Type | Method and Description |
|---|---|
static Faultreason.Builder<Void> |
builder() |
static Faultreason.Builder<Void> |
copyExcept(Faultreason _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> Faultreason.Builder<_B> |
copyOf(Faultreason _other) |
static <_B> Faultreason.Builder<_B> |
copyOf(Faultreason _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static Faultreason.Builder<Void> |
copyOnly(Faultreason _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> void |
copyTo(Faultreason.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
copyTo(Faultreason.Builder<_B> _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder.
|
List<Reasontext> |
getText()
Gets the value of the text property.
|
<_B> Faultreason.Builder<_B> |
newCopyBuilder(_B _parentBuilder) |
<_B> Faultreason.Builder<_B> |
newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
Faultreason.Builder<Void> |
newCopyBuilder() |
Faultreason.Builder<Void> |
newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
protected List<Reasontext> text
public List<Reasontext> getText()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the text property.
For example, to add a new item, do as follows:
getText().add(newItem);
Objects of the following type(s) are allowed in the list
Reasontext
public <_B> void copyTo(Faultreason.Builder<_B> _other)
copyOf(org.w3.soap.Faultreason) 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> Faultreason.Builder<_B> newCopyBuilder(_B _parentBuilder)
public Faultreason.Builder<Void> newCopyBuilder()
public static Faultreason.Builder<Void> builder()
public static <_B> Faultreason.Builder<_B> copyOf(Faultreason _other)
public <_B> void copyTo(Faultreason.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
copyOf(org.w3.soap.Faultreason) 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> Faultreason.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public Faultreason.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static <_B> Faultreason.Builder<_B> copyOf(Faultreason _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static Faultreason.Builder<Void> copyExcept(Faultreason _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static Faultreason.Builder<Void> copyOnly(Faultreason _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
Copyright © 2022 NorStella. All rights reserved.