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