public static class KeyInfoType.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
| Modifier and Type | Field and Description |
|---|---|
protected _B |
_parentBuilder |
protected KeyInfoType |
_storedValue |
| Constructor and Description |
|---|
Builder(_B _parentBuilder,
KeyInfoType _other,
boolean _copy) |
Builder(_B _parentBuilder,
KeyInfoType _other,
boolean _copy,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
| Modifier and Type | Method and Description |
|---|---|
KeyInfoType.Builder<_B> |
addContent(Iterable<?> content)
Adds the given items to the value of "content"
|
KeyInfoType.Builder<_B> |
addContent(Object... content)
Adds the given items to the value of "content"
|
KeyInfoType.Builder<_B> |
addKeyName(Iterable<? extends JAXBElement<String>> keyName_)
Adds the given items to the value of "keyName_"
|
KeyInfoType.Builder<_B> |
addKeyName(JAXBElement<String>... keyName_)
Adds the given items to the value of "keyName_"
|
KeyInfoType.Builder<_B> |
addKeyValue(Iterable<? extends JAXBElement<KeyValueType>> keyValue_)
Adds the given items to the value of "keyValue_"
|
KeyInfoType.Builder<_B> |
addKeyValue(JAXBElement<KeyValueType>... keyValue_)
Adds the given items to the value of "keyValue_"
|
KeyInfoType.Builder<_B> |
addMgmtData(Iterable<? extends JAXBElement<String>> mgmtData_)
Adds the given items to the value of "mgmtData_"
|
KeyInfoType.Builder<_B> |
addMgmtData(JAXBElement<String>... mgmtData_)
Adds the given items to the value of "mgmtData_"
|
KeyInfoType.Builder<_B> |
addPGPData(Iterable<? extends JAXBElement<PGPDataType>> pgpData_)
Adds the given items to the value of "pgpData_"
|
KeyInfoType.Builder<_B> |
addPGPData(JAXBElement<PGPDataType>... pgpData_)
Adds the given items to the value of "pgpData_"
|
KeyInfoType.Builder<_B> |
addRetrievalMethod(Iterable<? extends JAXBElement<RetrievalMethodType>> retrievalMethod_)
Adds the given items to the value of "retrievalMethod_"
|
KeyInfoType.Builder<_B> |
addRetrievalMethod(JAXBElement<RetrievalMethodType>... retrievalMethod_)
Adds the given items to the value of "retrievalMethod_"
|
KeyInfoType.Builder<_B> |
addSPKIData(Iterable<? extends JAXBElement<SPKIDataType>> spkiData_)
Adds the given items to the value of "spkiData_"
|
KeyInfoType.Builder<_B> |
addSPKIData(JAXBElement<SPKIDataType>... spkiData_)
Adds the given items to the value of "spkiData_"
|
KeyInfoType.Builder<_B> |
addX509Data(Iterable<? extends JAXBElement<X509DataType>> x509Data_)
Adds the given items to the value of "x509Data_"
|
KeyInfoType.Builder<_B> |
addX509Data(JAXBElement<X509DataType>... x509Data_)
Adds the given items to the value of "x509Data_"
|
KeyInfoType |
build() |
_B |
end() |
protected <_P extends KeyInfoType> |
init(_P _product) |
KeyInfoType.Builder<_B> |
withContent(Iterable<?> content)
Sets the new value of "content" (any previous value will be replaced)
|
KeyInfoType.Builder<_B> |
withContent(Object... content)
Sets the new value of "content" (any previous value will be replaced)
|
KeyInfoType.Builder<_B> |
withId(String id)
Sets the new value of "id" (any previous value will be replaced)
|
protected final _B _parentBuilder
protected final KeyInfoType _storedValue
public Builder(_B _parentBuilder, KeyInfoType _other, boolean _copy)
public Builder(_B _parentBuilder, KeyInfoType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public _B end()
protected <_P extends KeyInfoType> _P init(_P _product)
public KeyInfoType.Builder<_B> addContent(Iterable<?> content)
content - Items to add to the value of the "content" propertypublic KeyInfoType.Builder<_B> withContent(Iterable<?> content)
content - New value of the "content" property.public KeyInfoType.Builder<_B> addContent(Object... content)
content - Items to add to the value of the "content" propertypublic KeyInfoType.Builder<_B> withContent(Object... content)
content - New value of the "content" property.public KeyInfoType.Builder<_B> addPGPData(Iterable<? extends JAXBElement<PGPDataType>> pgpData_)
pgpData_ - Items to add to the value of the "pgpData_" propertypublic KeyInfoType.Builder<_B> addPGPData(JAXBElement<PGPDataType>... pgpData_)
pgpData_ - Items to add to the value of the "pgpData_" propertypublic KeyInfoType.Builder<_B> addX509Data(Iterable<? extends JAXBElement<X509DataType>> x509Data_)
x509Data_ - Items to add to the value of the "x509Data_" propertypublic KeyInfoType.Builder<_B> addX509Data(JAXBElement<X509DataType>... x509Data_)
x509Data_ - Items to add to the value of the "x509Data_" propertypublic KeyInfoType.Builder<_B> addRetrievalMethod(Iterable<? extends JAXBElement<RetrievalMethodType>> retrievalMethod_)
retrievalMethod_ - Items to add to the value of the "retrievalMethod_" propertypublic KeyInfoType.Builder<_B> addRetrievalMethod(JAXBElement<RetrievalMethodType>... retrievalMethod_)
retrievalMethod_ - Items to add to the value of the "retrievalMethod_" propertypublic KeyInfoType.Builder<_B> addMgmtData(Iterable<? extends JAXBElement<String>> mgmtData_)
mgmtData_ - Items to add to the value of the "mgmtData_" propertypublic KeyInfoType.Builder<_B> addMgmtData(JAXBElement<String>... mgmtData_)
mgmtData_ - Items to add to the value of the "mgmtData_" propertypublic KeyInfoType.Builder<_B> addSPKIData(Iterable<? extends JAXBElement<SPKIDataType>> spkiData_)
spkiData_ - Items to add to the value of the "spkiData_" propertypublic KeyInfoType.Builder<_B> addSPKIData(JAXBElement<SPKIDataType>... spkiData_)
spkiData_ - Items to add to the value of the "spkiData_" propertypublic KeyInfoType.Builder<_B> addKeyName(Iterable<? extends JAXBElement<String>> keyName_)
keyName_ - Items to add to the value of the "keyName_" propertypublic KeyInfoType.Builder<_B> addKeyName(JAXBElement<String>... keyName_)
keyName_ - Items to add to the value of the "keyName_" propertypublic KeyInfoType.Builder<_B> addKeyValue(Iterable<? extends JAXBElement<KeyValueType>> keyValue_)
keyValue_ - Items to add to the value of the "keyValue_" propertypublic KeyInfoType.Builder<_B> addKeyValue(JAXBElement<KeyValueType>... keyValue_)
keyValue_ - Items to add to the value of the "keyValue_" propertypublic KeyInfoType.Builder<_B> withId(String id)
id - New value of the "id" property.public KeyInfoType build()
build in interface com.kscs.util.jaxb.BuildableCopyright © 2021 NorStella. All rights reserved.