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