public class Property extends Object
Java class for Property complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Property">
<simpleContent>
<extension base="<http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/>non-empty-string">
<attribute name="name" use="required" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}non-empty-string" />
<attribute name="type" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}non-empty-string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Property.Builder<_B> |
static class |
Property.Select |
static class |
Property.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> |
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
type |
protected String |
value |
| Constructor and Description |
|---|
Property() |
| Modifier and Type | Method and Description |
|---|---|
static Property.Builder<Void> |
builder() |
static Property.Builder<Void> |
copyExcept(Property _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> Property.Builder<_B> |
copyOf(Property _other) |
static <_B> Property.Builder<_B> |
copyOf(Property _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static Property.Builder<Void> |
copyOnly(Property _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> void |
copyTo(Property.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
copyTo(Property.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 |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
<_B> Property.Builder<_B> |
newCopyBuilder(_B _parentBuilder) |
<_B> Property.Builder<_B> |
newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
Property.Builder<Void> |
newCopyBuilder() |
Property.Builder<Void> |
newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type 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 getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic <_B> void copyTo(Property.Builder<_B> _other)
copyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.Property) 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> Property.Builder<_B> newCopyBuilder(_B _parentBuilder)
public Property.Builder<Void> newCopyBuilder()
public static Property.Builder<Void> builder()
public static <_B> Property.Builder<_B> copyOf(Property _other)
public <_B> void copyTo(Property.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.Property) 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> Property.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public Property.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static <_B> Property.Builder<_B> copyOf(Property _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static Property.Builder<Void> copyExcept(Property _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static Property.Builder<Void> copyOnly(Property _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
Copyright © 2021 NorStella. All rights reserved.