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