Package org.w3.xmldsig
Class PGPDataType.Builder<_B>
- java.lang.Object
-
- org.w3.xmldsig.PGPDataType.Builder<_B>
-
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- PGPDataType
public static class PGPDataType.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected PGPDataType_storedValue
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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 javax.xml.bind.JAXBElement<byte[]>> pgpKeyID_)Adds the given items to the value of "pgpKeyID_"PGPDataType.Builder<_B>addPGPKeyID(javax.xml.bind.JAXBElement<byte[]>... pgpKeyID_)Adds the given items to the value of "pgpKeyID_"PGPDataType.Builder<_B>addPGPKeyPacket(Iterable<? extends javax.xml.bind.JAXBElement<byte[]>> pgpKeyPacket_)Adds the given items to the value of "pgpKeyPacket_"PGPDataType.Builder<_B>addPGPKeyPacket(javax.xml.bind.JAXBElement<byte[]>... pgpKeyPacket_)Adds the given items to the value of "pgpKeyPacket_"PGPDataTypebuild()PGPDataType.Builder<_B>copyOf(PGPDataType _other)PGPDataType.Builder<_B>copyOf(PGPDataType.Builder _other)_Bend()protected <_P extends PGPDataType>
_Pinit(_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)
-
-
-
Field Detail
-
_parentBuilder
protected final _B _parentBuilder
-
_storedValue
protected final PGPDataType _storedValue
-
-
Constructor Detail
-
Builder
public Builder(_B _parentBuilder, PGPDataType _other, boolean _copy)
-
Builder
public Builder(_B _parentBuilder, PGPDataType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Detail
-
end
public _B end()
-
init
protected <_P extends PGPDataType> _P init(_P _product)
-
addContent
public PGPDataType.Builder<_B> addContent(Iterable<?> content)
Adds the given items to the value of "content"- Parameters:
content- Items to add to the value of the "content" property
-
withContent
public PGPDataType.Builder<_B> withContent(Iterable<?> content)
Sets the new value of "content" (any previous value will be replaced)- Parameters:
content- New value of the "content" property.
-
addContent
public PGPDataType.Builder<_B> addContent(Object... content)
Adds the given items to the value of "content"- Parameters:
content- Items to add to the value of the "content" property
-
withContent
public PGPDataType.Builder<_B> withContent(Object... content)
Sets the new value of "content" (any previous value will be replaced)- Parameters:
content- New value of the "content" property.
-
addPGPKeyID
public PGPDataType.Builder<_B> addPGPKeyID(Iterable<? extends javax.xml.bind.JAXBElement<byte[]>> pgpKeyID_)
Adds the given items to the value of "pgpKeyID_"- Parameters:
pgpKeyID_- Items to add to the value of the "pgpKeyID_" property
-
addPGPKeyID
public PGPDataType.Builder<_B> addPGPKeyID(javax.xml.bind.JAXBElement<byte[]>... pgpKeyID_)
Adds the given items to the value of "pgpKeyID_"- Parameters:
pgpKeyID_- Items to add to the value of the "pgpKeyID_" property
-
addPGPKeyPacket
public PGPDataType.Builder<_B> addPGPKeyPacket(Iterable<? extends javax.xml.bind.JAXBElement<byte[]>> pgpKeyPacket_)
Adds the given items to the value of "pgpKeyPacket_"- Parameters:
pgpKeyPacket_- Items to add to the value of the "pgpKeyPacket_" property
-
addPGPKeyPacket
public PGPDataType.Builder<_B> addPGPKeyPacket(javax.xml.bind.JAXBElement<byte[]>... pgpKeyPacket_)
Adds the given items to the value of "pgpKeyPacket_"- Parameters:
pgpKeyPacket_- Items to add to the value of the "pgpKeyPacket_" property
-
build
public PGPDataType build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public PGPDataType.Builder<_B> copyOf(PGPDataType _other)
-
copyOf
public PGPDataType.Builder<_B> copyOf(PGPDataType.Builder _other)
-
-