Package org.w3.soap
Class Reasontext
- java.lang.Object
-
- org.w3.soap.Reasontext
-
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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReasontext.Builder<_B>static classReasontext.Selectstatic classReasontext.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent>
-
Constructor Summary
Constructors Constructor Description Reasontext()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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> voidcopyTo(Reasontext.Builder<_B> _other)Copies all state of this object to a builder.<_B> voidcopyTo(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.StringgetLang()Gets the value of the lang property.StringgetValue()Gets the value of the value property.Reasontext.Builder<Void>newCopyBuilder()<_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(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)voidsetLang(String value)Sets the value of the lang property.voidsetValue(String value)Sets the value of the value property.
-
-
-
Method Detail
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getLang
public String getLang()
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
public void setLang(String value)
Sets the value of the lang property.- Parameters:
value- allowed object isString
-
copyTo
public <_B> void copyTo(Reasontext.Builder<_B> _other)
Copies all state of this object to a builder. This method is used by thecopyOf(org.w3.soap.Reasontext)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> Reasontext.Builder<_B> newCopyBuilder(_B _parentBuilder)
-
newCopyBuilder
public Reasontext.Builder<Void> newCopyBuilder()
-
builder
public static Reasontext.Builder<Void> builder()
-
copyOf
public static <_B> Reasontext.Builder<_B> copyOf(Reasontext _other)
-
copyTo
public <_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. This method is used by thecopyOf(org.w3.soap.Reasontext)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> Reasontext.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
newCopyBuilder
public Reasontext.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyOf
public static <_B> Reasontext.Builder<_B> copyOf(Reasontext _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyExcept
public static Reasontext.Builder<Void> copyExcept(Reasontext _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
copyOnly
public static Reasontext.Builder<Void> copyOnly(Reasontext _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
-