| Package | Description |
|---|---|
| org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 |
| Modifier and Type | Field and Description |
|---|---|
protected Property |
Property.Builder._storedValue |
| Modifier and Type | Field and Description |
|---|---|
protected List<Property> |
PartProperties.property |
protected List<Property> |
MessageProperties.property |
| Modifier and Type | Method and Description |
|---|---|
protected <_P extends Property> |
Property.Builder.init(_P _product) |
| Modifier and Type | Method and Description |
|---|---|
Property |
Property.Builder.build() |
Property |
ObjectFactory.createProperty()
Create an instance of
Property |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
PartProperties.getProperty()
Gets the value of the property property.
|
List<Property> |
MessageProperties.getProperty()
Gets the value of the property property.
|
| Modifier and Type | Method and Description |
|---|---|
PartProperties.Builder<_B> |
PartProperties.Builder.addProperty(Property... property)
Adds the given items to the value of "property"
|
MessageProperties.Builder<_B> |
MessageProperties.Builder.addProperty(Property... property)
Adds the given items to the value of "property"
|
static Property.Builder<Void> |
Property.copyExcept(Property _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> Property.Builder<_B> |
Property.copyOf(Property _other) |
static <_B> Property.Builder<_B> |
Property.copyOf(Property _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static Property.Builder<Void> |
Property.copyOnly(Property _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
PartProperties.Builder<_B> |
PartProperties.Builder.withProperty(Property... property)
Sets the new value of "property" (any previous value will be replaced)
|
MessageProperties.Builder<_B> |
MessageProperties.Builder.withProperty(Property... property)
Sets the new value of "property" (any previous value will be replaced)
|
| Modifier and Type | Method and Description |
|---|---|
PartProperties.Builder<_B> |
PartProperties.Builder.addProperty(Iterable<? extends Property> property)
Adds the given items to the value of "property"
|
MessageProperties.Builder<_B> |
MessageProperties.Builder.addProperty(Iterable<? extends Property> property)
Adds the given items to the value of "property"
|
PartProperties.Builder<_B> |
PartProperties.Builder.withProperty(Iterable<? extends Property> property)
Sets the new value of "property" (any previous value will be replaced)
|
MessageProperties.Builder<_B> |
MessageProperties.Builder.withProperty(Iterable<? extends Property> property)
Sets the new value of "property" (any previous value will be replaced)
|
| Constructor and Description |
|---|
Builder(_B _parentBuilder,
Property _other,
boolean _copy) |
Builder(_B _parentBuilder,
Property _other,
boolean _copy,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
Copyright © 2021 NorStella. All rights reserved.