public static class X509DataType.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
| Modifier and Type | Field and Description |
|---|---|
protected _B |
_parentBuilder |
protected X509DataType |
_storedValue |
| Constructor and Description |
|---|
Builder(_B _parentBuilder,
X509DataType _other,
boolean _copy) |
Builder(_B _parentBuilder,
X509DataType _other,
boolean _copy,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
| Modifier and Type | Method and Description |
|---|---|
X509DataType.Builder<_B> |
addX509Certificate(Iterable<? extends JAXBElement<byte[]>> x509Certificate_)
Adds the given items to the value of "x509Certificate_"
|
X509DataType.Builder<_B> |
addX509Certificate(JAXBElement<byte[]>... x509Certificate_)
Adds the given items to the value of "x509Certificate_"
|
X509DataType.Builder<_B> |
addX509CRL(Iterable<? extends JAXBElement<byte[]>> x509CRL_)
Adds the given items to the value of "x509CRL_"
|
X509DataType.Builder<_B> |
addX509CRL(JAXBElement<byte[]>... x509CRL_)
Adds the given items to the value of "x509CRL_"
|
X509DataType.Builder<_B> |
addX509IssuerSerial(Iterable<? extends JAXBElement<X509IssuerSerialType>> x509IssuerSerial_)
Adds the given items to the value of "x509IssuerSerial_"
|
X509DataType.Builder<_B> |
addX509IssuerSerial(JAXBElement<X509IssuerSerialType>... x509IssuerSerial_)
Adds the given items to the value of "x509IssuerSerial_"
|
X509DataType.Builder<_B> |
addX509IssuerSerialOrX509SKIOrX509SubjectName(Iterable<?> x509IssuerSerialOrX509SKIOrX509SubjectName)
Adds the given items to the value of "x509IssuerSerialOrX509SKIOrX509SubjectName"
|
X509DataType.Builder<_B> |
addX509IssuerSerialOrX509SKIOrX509SubjectName(Object... x509IssuerSerialOrX509SKIOrX509SubjectName)
Adds the given items to the value of "x509IssuerSerialOrX509SKIOrX509SubjectName"
|
X509DataType.Builder<_B> |
addX509SKI(Iterable<? extends JAXBElement<byte[]>> x509SKI_)
Adds the given items to the value of "x509SKI_"
|
X509DataType.Builder<_B> |
addX509SKI(JAXBElement<byte[]>... x509SKI_)
Adds the given items to the value of "x509SKI_"
|
X509DataType.Builder<_B> |
addX509SubjectName(Iterable<? extends JAXBElement<String>> x509SubjectName_)
Adds the given items to the value of "x509SubjectName_"
|
X509DataType.Builder<_B> |
addX509SubjectName(JAXBElement<String>... x509SubjectName_)
Adds the given items to the value of "x509SubjectName_"
|
X509DataType |
build() |
_B |
end() |
protected <_P extends X509DataType> |
init(_P _product) |
X509DataType.Builder<_B> |
withX509IssuerSerialOrX509SKIOrX509SubjectName(Iterable<?> x509IssuerSerialOrX509SKIOrX509SubjectName)
Sets the new value of "x509IssuerSerialOrX509SKIOrX509SubjectName" (any previous value will be replaced)
|
X509DataType.Builder<_B> |
withX509IssuerSerialOrX509SKIOrX509SubjectName(Object... x509IssuerSerialOrX509SKIOrX509SubjectName)
Sets the new value of "x509IssuerSerialOrX509SKIOrX509SubjectName" (any previous value will be replaced)
|
protected final _B _parentBuilder
protected final X509DataType _storedValue
public Builder(_B _parentBuilder, X509DataType _other, boolean _copy)
public Builder(_B _parentBuilder, X509DataType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public _B end()
protected <_P extends X509DataType> _P init(_P _product)
public X509DataType.Builder<_B> addX509IssuerSerialOrX509SKIOrX509SubjectName(Iterable<?> x509IssuerSerialOrX509SKIOrX509SubjectName)
x509IssuerSerialOrX509SKIOrX509SubjectName - Items to add to the value of the "x509IssuerSerialOrX509SKIOrX509SubjectName" propertypublic X509DataType.Builder<_B> withX509IssuerSerialOrX509SKIOrX509SubjectName(Iterable<?> x509IssuerSerialOrX509SKIOrX509SubjectName)
x509IssuerSerialOrX509SKIOrX509SubjectName - New value of the "x509IssuerSerialOrX509SKIOrX509SubjectName" property.public X509DataType.Builder<_B> addX509IssuerSerialOrX509SKIOrX509SubjectName(Object... x509IssuerSerialOrX509SKIOrX509SubjectName)
x509IssuerSerialOrX509SKIOrX509SubjectName - Items to add to the value of the "x509IssuerSerialOrX509SKIOrX509SubjectName" propertypublic X509DataType.Builder<_B> withX509IssuerSerialOrX509SKIOrX509SubjectName(Object... x509IssuerSerialOrX509SKIOrX509SubjectName)
x509IssuerSerialOrX509SKIOrX509SubjectName - New value of the "x509IssuerSerialOrX509SKIOrX509SubjectName" property.public X509DataType.Builder<_B> addX509SKI(Iterable<? extends JAXBElement<byte[]>> x509SKI_)
x509SKI_ - Items to add to the value of the "x509SKI_" propertypublic X509DataType.Builder<_B> addX509SKI(JAXBElement<byte[]>... x509SKI_)
x509SKI_ - Items to add to the value of the "x509SKI_" propertypublic X509DataType.Builder<_B> addX509CRL(Iterable<? extends JAXBElement<byte[]>> x509CRL_)
x509CRL_ - Items to add to the value of the "x509CRL_" propertypublic X509DataType.Builder<_B> addX509CRL(JAXBElement<byte[]>... x509CRL_)
x509CRL_ - Items to add to the value of the "x509CRL_" propertypublic X509DataType.Builder<_B> addX509Certificate(Iterable<? extends JAXBElement<byte[]>> x509Certificate_)
x509Certificate_ - Items to add to the value of the "x509Certificate_" propertypublic X509DataType.Builder<_B> addX509Certificate(JAXBElement<byte[]>... x509Certificate_)
x509Certificate_ - Items to add to the value of the "x509Certificate_" propertypublic X509DataType.Builder<_B> addX509IssuerSerial(Iterable<? extends JAXBElement<X509IssuerSerialType>> x509IssuerSerial_)
x509IssuerSerial_ - Items to add to the value of the "x509IssuerSerial_" propertypublic X509DataType.Builder<_B> addX509IssuerSerial(JAXBElement<X509IssuerSerialType>... x509IssuerSerial_)
x509IssuerSerial_ - Items to add to the value of the "x509IssuerSerial_" propertypublic X509DataType.Builder<_B> addX509SubjectName(Iterable<? extends JAXBElement<String>> x509SubjectName_)
x509SubjectName_ - Items to add to the value of the "x509SubjectName_" propertypublic X509DataType.Builder<_B> addX509SubjectName(JAXBElement<String>... x509SubjectName_)
x509SubjectName_ - Items to add to the value of the "x509SubjectName_" propertypublic X509DataType build()
build in interface com.kscs.util.jaxb.BuildableCopyright © 2022 NorStella. All rights reserved.