public static class SignedInfoType.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
| Modifier and Type | Field and Description |
|---|---|
protected _B |
_parentBuilder |
protected SignedInfoType |
_storedValue |
| Constructor and Description |
|---|
Builder(_B _parentBuilder,
SignedInfoType _other,
boolean _copy) |
Builder(_B _parentBuilder,
SignedInfoType _other,
boolean _copy,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
| Modifier and Type | Method and Description |
|---|---|
ReferenceType.Builder<? extends SignedInfoType.Builder<_B>> |
addReference()
Returns a new builder to build an additional value of the "Reference" property.
|
SignedInfoType.Builder<_B> |
addReference(Iterable<? extends ReferenceType> reference)
Adds the given items to the value of "reference"
|
SignedInfoType.Builder<_B> |
addReference(ReferenceType... reference)
Adds the given items to the value of "reference"
|
SignedInfoType |
build() |
_B |
end() |
protected <_P extends SignedInfoType> |
init(_P _product) |
CanonicalizationMethodType.Builder<? extends SignedInfoType.Builder<_B>> |
withCanonicalizationMethod()
Returns a new builder to build the value of the "canonicalizationMethod" property (replacing previous value).
|
SignedInfoType.Builder<_B> |
withCanonicalizationMethod(CanonicalizationMethodType canonicalizationMethod)
Sets the new value of "canonicalizationMethod" (any previous value will be replaced)
|
SignedInfoType.Builder<_B> |
withId(String id)
Sets the new value of "id" (any previous value will be replaced)
|
SignedInfoType.Builder<_B> |
withReference(Iterable<? extends ReferenceType> reference)
Sets the new value of "reference" (any previous value will be replaced)
|
SignedInfoType.Builder<_B> |
withReference(ReferenceType... reference)
Sets the new value of "reference" (any previous value will be replaced)
|
SignatureMethodType.Builder<? extends SignedInfoType.Builder<_B>> |
withSignatureMethod()
Returns a new builder to build the value of the "signatureMethod" property (replacing previous value).
|
SignedInfoType.Builder<_B> |
withSignatureMethod(SignatureMethodType signatureMethod)
Sets the new value of "signatureMethod" (any previous value will be replaced)
|
protected final _B _parentBuilder
protected final SignedInfoType _storedValue
public Builder(_B _parentBuilder, SignedInfoType _other, boolean _copy)
public Builder(_B _parentBuilder, SignedInfoType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public _B end()
protected <_P extends SignedInfoType> _P init(_P _product)
public SignedInfoType.Builder<_B> withCanonicalizationMethod(CanonicalizationMethodType canonicalizationMethod)
canonicalizationMethod - New value of the "canonicalizationMethod" property.public CanonicalizationMethodType.Builder<? extends SignedInfoType.Builder<_B>> withCanonicalizationMethod()
CanonicalizationMethodType.Builder.end() to return to the current builder.CanonicalizationMethodType.Builder.end() to return to the current builder.public SignedInfoType.Builder<_B> withSignatureMethod(SignatureMethodType signatureMethod)
signatureMethod - New value of the "signatureMethod" property.public SignatureMethodType.Builder<? extends SignedInfoType.Builder<_B>> withSignatureMethod()
SignatureMethodType.Builder.end() to return to the current builder.SignatureMethodType.Builder.end() to return to the current builder.public SignedInfoType.Builder<_B> addReference(Iterable<? extends ReferenceType> reference)
reference - Items to add to the value of the "reference" propertypublic SignedInfoType.Builder<_B> withReference(Iterable<? extends ReferenceType> reference)
reference - New value of the "reference" property.public SignedInfoType.Builder<_B> addReference(ReferenceType... reference)
reference - Items to add to the value of the "reference" propertypublic SignedInfoType.Builder<_B> withReference(ReferenceType... reference)
reference - New value of the "reference" property.public ReferenceType.Builder<? extends SignedInfoType.Builder<_B>> addReference()
ReferenceType.Builder.end() to return to the current builder.ReferenceType.Builder.end() to return to the current builder.public SignedInfoType.Builder<_B> withId(String id)
id - New value of the "id" property.public SignedInfoType build()
build in interface com.kscs.util.jaxb.BuildableCopyright © 2022 NorStella. All rights reserved.