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