public static class ReferenceType.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
| Modifier and Type | Field and Description |
|---|---|
protected _B |
_parentBuilder |
protected ReferenceType |
_storedValue |
| Constructor and Description |
|---|
Builder(_B _parentBuilder,
ReferenceType _other,
boolean _copy) |
Builder(_B _parentBuilder,
ReferenceType _other,
boolean _copy,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
| Modifier and Type | Method and Description |
|---|---|
ReferenceType |
build() |
_B |
end() |
protected <_P extends ReferenceType> |
init(_P _product) |
DigestMethodType.Builder<? extends ReferenceType.Builder<_B>> |
withDigestMethod()
Returns a new builder to build the value of the "digestMethod" property (replacing previous value).
|
ReferenceType.Builder<_B> |
withDigestMethod(DigestMethodType digestMethod)
Sets the new value of "digestMethod" (any previous value will be replaced)
|
ReferenceType.Builder<_B> |
withDigestValue(byte[] digestValue)
Sets the new value of "digestValue" (any previous value will be replaced)
|
ReferenceType.Builder<_B> |
withId(String id)
Sets the new value of "id" (any previous value will be replaced)
|
TransformsType.Builder<? extends ReferenceType.Builder<_B>> |
withTransforms()
Returns a new builder to build the value of the "transforms" property (replacing previous value).
|
ReferenceType.Builder<_B> |
withTransforms(TransformsType transforms)
Sets the new value of "transforms" (any previous value will be replaced)
|
ReferenceType.Builder<_B> |
withType(String type)
Sets the new value of "type" (any previous value will be replaced)
|
ReferenceType.Builder<_B> |
withURI(String uri)
Sets the new value of "uri" (any previous value will be replaced)
|
protected final _B _parentBuilder
protected final ReferenceType _storedValue
public Builder(_B _parentBuilder, ReferenceType _other, boolean _copy)
public Builder(_B _parentBuilder, ReferenceType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public _B end()
protected <_P extends ReferenceType> _P init(_P _product)
public ReferenceType.Builder<_B> withTransforms(TransformsType transforms)
transforms - New value of the "transforms" property.public TransformsType.Builder<? extends ReferenceType.Builder<_B>> withTransforms()
TransformsType.Builder.end() to return to the current builder.TransformsType.Builder.end() to return to the current builder.public ReferenceType.Builder<_B> withDigestMethod(DigestMethodType digestMethod)
digestMethod - New value of the "digestMethod" property.public DigestMethodType.Builder<? extends ReferenceType.Builder<_B>> withDigestMethod()
DigestMethodType.Builder.end() to return to the current builder.DigestMethodType.Builder.end() to return to the current builder.public ReferenceType.Builder<_B> withDigestValue(byte[] digestValue)
digestValue - New value of the "digestValue" property.public ReferenceType.Builder<_B> withId(String id)
id - New value of the "id" property.public ReferenceType.Builder<_B> withURI(String uri)
uri - New value of the "uri" property.public ReferenceType.Builder<_B> withType(String type)
type - New value of the "type" property.public ReferenceType build()
build in interface com.kscs.util.jaxb.BuildableCopyright © 2022 NorStella. All rights reserved.