public static class SignatureType.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
| Modifier and Type | Field and Description |
|---|---|
protected _B |
_parentBuilder |
protected SignatureType |
_storedValue |
| Constructor and Description |
|---|
Builder(_B _parentBuilder,
SignatureType _other,
boolean _copy) |
Builder(_B _parentBuilder,
SignatureType _other,
boolean _copy,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
| Modifier and Type | Method and Description |
|---|---|
ObjectType.Builder<? extends SignatureType.Builder<_B>> |
addObject()
Returns a new builder to build an additional value of the "Object" property.
|
SignatureType.Builder<_B> |
addObject(Iterable<? extends ObjectType> object)
Adds the given items to the value of "object"
|
SignatureType.Builder<_B> |
addObject(ObjectType... object)
Adds the given items to the value of "object"
|
SignatureType |
build() |
_B |
end() |
protected <_P extends SignatureType> |
init(_P _product) |
SignatureType.Builder<_B> |
withId(String id)
Sets the new value of "id" (any previous value will be replaced)
|
KeyInfoType.Builder<? extends SignatureType.Builder<_B>> |
withKeyInfo()
Returns a new builder to build the value of the "keyInfo" property (replacing previous value).
|
SignatureType.Builder<_B> |
withKeyInfo(KeyInfoType keyInfo)
Sets the new value of "keyInfo" (any previous value will be replaced)
|
SignatureType.Builder<_B> |
withObject(Iterable<? extends ObjectType> object)
Sets the new value of "object" (any previous value will be replaced)
|
SignatureType.Builder<_B> |
withObject(ObjectType... object)
Sets the new value of "object" (any previous value will be replaced)
|
SignatureValueType.Builder<? extends SignatureType.Builder<_B>> |
withSignatureValue()
Returns a new builder to build the value of the "signatureValue" property (replacing previous value).
|
SignatureType.Builder<_B> |
withSignatureValue(SignatureValueType signatureValue)
Sets the new value of "signatureValue" (any previous value will be replaced)
|
SignedInfoType.Builder<? extends SignatureType.Builder<_B>> |
withSignedInfo()
Returns a new builder to build the value of the "signedInfo" property (replacing previous value).
|
SignatureType.Builder<_B> |
withSignedInfo(SignedInfoType signedInfo)
Sets the new value of "signedInfo" (any previous value will be replaced)
|
protected final _B _parentBuilder
protected final SignatureType _storedValue
public Builder(_B _parentBuilder, SignatureType _other, boolean _copy)
public Builder(_B _parentBuilder, SignatureType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public _B end()
protected <_P extends SignatureType> _P init(_P _product)
public SignatureType.Builder<_B> withSignedInfo(SignedInfoType signedInfo)
signedInfo - New value of the "signedInfo" property.public SignedInfoType.Builder<? extends SignatureType.Builder<_B>> withSignedInfo()
SignedInfoType.Builder.end() to return to the current builder.SignedInfoType.Builder.end() to return to the current builder.public SignatureType.Builder<_B> withSignatureValue(SignatureValueType signatureValue)
signatureValue - New value of the "signatureValue" property.public SignatureValueType.Builder<? extends SignatureType.Builder<_B>> withSignatureValue()
SignatureValueType.Builder.end() to return to the current builder.SignatureValueType.Builder.end() to return to the current builder.public SignatureType.Builder<_B> withKeyInfo(KeyInfoType keyInfo)
keyInfo - New value of the "keyInfo" property.public KeyInfoType.Builder<? extends SignatureType.Builder<_B>> withKeyInfo()
KeyInfoType.Builder.end() to return to the current builder.KeyInfoType.Builder.end() to return to the current builder.public SignatureType.Builder<_B> addObject(Iterable<? extends ObjectType> object)
object - Items to add to the value of the "object" propertypublic SignatureType.Builder<_B> withObject(Iterable<? extends ObjectType> object)
object - New value of the "object" property.public SignatureType.Builder<_B> addObject(ObjectType... object)
object - Items to add to the value of the "object" propertypublic SignatureType.Builder<_B> withObject(ObjectType... object)
object - New value of the "object" property.public ObjectType.Builder<? extends SignatureType.Builder<_B>> addObject()
ObjectType.Builder.end() to return to the current builder.ObjectType.Builder.end() to return to the current builder.public SignatureType.Builder<_B> withId(String id)
id - New value of the "id" property.public SignatureType build()
build in interface com.kscs.util.jaxb.BuildableCopyright © 2021 NorStella. All rights reserved.