public class Reasontext extends Object
Java class for reasontext complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="reasontext">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang use="required""/>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Reasontext.Builder<_B> |
static class |
Reasontext.Select |
static class |
Reasontext.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> |
| Modifier and Type | Field and Description |
|---|---|
protected String |
lang |
protected String |
value |
| Constructor and Description |
|---|
Reasontext() |
| Modifier and Type | Method and Description |
|---|---|
static Reasontext.Builder<Void> |
builder() |
static Reasontext.Builder<Void> |
copyExcept(Reasontext _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> Reasontext.Builder<_B> |
copyOf(Reasontext _other) |
static <_B> Reasontext.Builder<_B> |
copyOf(Reasontext _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static Reasontext.Builder<Void> |
copyOnly(Reasontext _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> void |
copyTo(Reasontext.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
copyTo(Reasontext.Builder<_B> _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder.
|
String |
getLang()
Gets the value of the lang property.
|
String |
getValue()
Gets the value of the value property.
|
<_B> Reasontext.Builder<_B> |
newCopyBuilder(_B _parentBuilder) |
<_B> Reasontext.Builder<_B> |
newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
Reasontext.Builder<Void> |
newCopyBuilder() |
Reasontext.Builder<Void> |
newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getLang()
Stringpublic void setLang(String value)
value - allowed object is
Stringpublic <_B> void copyTo(Reasontext.Builder<_B> _other)
copyOf(org.w3.soap.Reasontext) 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> Reasontext.Builder<_B> newCopyBuilder(_B _parentBuilder)
public Reasontext.Builder<Void> newCopyBuilder()
public static Reasontext.Builder<Void> builder()
public static <_B> Reasontext.Builder<_B> copyOf(Reasontext _other)
public <_B> void copyTo(Reasontext.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
copyOf(org.w3.soap.Reasontext) 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> Reasontext.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public Reasontext.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static <_B> Reasontext.Builder<_B> copyOf(Reasontext _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static Reasontext.Builder<Void> copyExcept(Reasontext _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static Reasontext.Builder<Void> copyOnly(Reasontext _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
Copyright © 2022 NorStella. All rights reserved.