public static class MessageProperties.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
| Modifier and Type | Field and Description |
|---|---|
protected _B |
_parentBuilder |
protected MessageProperties |
_storedValue |
| Constructor and Description |
|---|
Builder(_B _parentBuilder,
MessageProperties _other,
boolean _copy) |
Builder(_B _parentBuilder,
MessageProperties _other,
boolean _copy,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
| Modifier and Type | Method and Description |
|---|---|
Property.Builder<? extends MessageProperties.Builder<_B>> |
addProperty()
Returns a new builder to build an additional value of the "Property" property.
|
MessageProperties.Builder<_B> |
addProperty(Iterable<? extends Property> property)
Adds the given items to the value of "property"
|
MessageProperties.Builder<_B> |
addProperty(Property... property)
Adds the given items to the value of "property"
|
MessageProperties |
build() |
_B |
end() |
protected <_P extends MessageProperties> |
init(_P _product) |
MessageProperties.Builder<_B> |
withProperty(Iterable<? extends Property> property)
Sets the new value of "property" (any previous value will be replaced)
|
MessageProperties.Builder<_B> |
withProperty(Property... property)
Sets the new value of "property" (any previous value will be replaced)
|
protected final _B _parentBuilder
protected final MessageProperties _storedValue
public Builder(_B _parentBuilder, MessageProperties _other, boolean _copy)
public Builder(_B _parentBuilder, MessageProperties _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public _B end()
protected <_P extends MessageProperties> _P init(_P _product)
public MessageProperties.Builder<_B> addProperty(Iterable<? extends Property> property)
property - Items to add to the value of the "property" propertypublic MessageProperties.Builder<_B> withProperty(Iterable<? extends Property> property)
property - New value of the "property" property.public MessageProperties.Builder<_B> addProperty(Property... property)
property - Items to add to the value of the "property" propertypublic MessageProperties.Builder<_B> withProperty(Property... property)
property - New value of the "property" property.public Property.Builder<? extends MessageProperties.Builder<_B>> addProperty()
Property.Builder.end() to return to the current builder.Property.Builder.end() to return to the current builder.public MessageProperties build()
build in interface com.kscs.util.jaxb.BuildableCopyright © 2021 NorStella. All rights reserved.