public class Description extends Object
Java class for Description complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Description">
<simpleContent>
<extension base="<http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/>non-empty-string">
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang use="required""/>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Description.Builder<_B> |
static class |
Description.Select |
static class |
Description.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 |
|---|
Description() |
| Modifier and Type | Method and Description |
|---|---|
static Description.Builder<Void> |
builder() |
static Description.Builder<Void> |
copyExcept(Description _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> Description.Builder<_B> |
copyOf(Description _other) |
static <_B> Description.Builder<_B> |
copyOf(Description _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static Description.Builder<Void> |
copyOnly(Description _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> void |
copyTo(Description.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
copyTo(Description.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> Description.Builder<_B> |
newCopyBuilder(_B _parentBuilder) |
<_B> Description.Builder<_B> |
newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
Description.Builder<Void> |
newCopyBuilder() |
Description.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(Description.Builder<_B> _other)
copyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.Description) 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> Description.Builder<_B> newCopyBuilder(_B _parentBuilder)
public Description.Builder<Void> newCopyBuilder()
public static Description.Builder<Void> builder()
public static <_B> Description.Builder<_B> copyOf(Description _other)
public <_B> void copyTo(Description.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
copyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.Description) 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> Description.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public Description.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static <_B> Description.Builder<_B> copyOf(Description _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static Description.Builder<Void> copyExcept(Description _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static Description.Builder<Void> copyOnly(Description _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
Copyright © 2021 NorStella. All rights reserved.