Package org.w3.xmldsig
Class ReferenceType.Builder<_B>
- java.lang.Object
-
- org.w3.xmldsig.ReferenceType.Builder<_B>
-
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- ReferenceType
public static class ReferenceType.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected ReferenceType_storedValue
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReferenceTypebuild()ReferenceType.Builder<_B>copyOf(ReferenceType _other)ReferenceType.Builder<_B>copyOf(ReferenceType.Builder _other)_Bend()protected <_P extends ReferenceType>
_Pinit(_P _product)DigestMethodType.Builder<? extends ReferenceType.Builder<_B>>withDigestMethod()Returns the existing builder or a new builder to build the value of the "digestMethod" property.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 the existing builder or a new builder to build the value of the "transforms" property.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)
-
-
-
Field Detail
-
_parentBuilder
protected final _B _parentBuilder
-
_storedValue
protected final ReferenceType _storedValue
-
-
Constructor Detail
-
Builder
public Builder(_B _parentBuilder, ReferenceType _other, boolean _copy)
-
Builder
public Builder(_B _parentBuilder, ReferenceType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Detail
-
end
public _B end()
-
init
protected <_P extends ReferenceType> _P init(_P _product)
-
withTransforms
public ReferenceType.Builder<_B> withTransforms(TransformsType transforms)
Sets the new value of "transforms" (any previous value will be replaced)- Parameters:
transforms- New value of the "transforms" property.
-
withTransforms
public TransformsType.Builder<? extends ReferenceType.Builder<_B>> withTransforms()
Returns the existing builder or a new builder to build the value of the "transforms" property. UseTransformsType.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "transforms" property.
Use
TransformsType.Builder.end()to return to the current builder.
-
withDigestMethod
public ReferenceType.Builder<_B> withDigestMethod(DigestMethodType digestMethod)
Sets the new value of "digestMethod" (any previous value will be replaced)- Parameters:
digestMethod- New value of the "digestMethod" property.
-
withDigestMethod
public DigestMethodType.Builder<? extends ReferenceType.Builder<_B>> withDigestMethod()
Returns the existing builder or a new builder to build the value of the "digestMethod" property. UseDigestMethodType.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "digestMethod" property.
Use
DigestMethodType.Builder.end()to return to the current builder.
-
withDigestValue
public ReferenceType.Builder<_B> withDigestValue(byte[] digestValue)
Sets the new value of "digestValue" (any previous value will be replaced)- Parameters:
digestValue- New value of the "digestValue" property.
-
withId
public ReferenceType.Builder<_B> withId(String id)
Sets the new value of "id" (any previous value will be replaced)- Parameters:
id- New value of the "id" property.
-
withURI
public ReferenceType.Builder<_B> withURI(String uri)
Sets the new value of "uri" (any previous value will be replaced)- Parameters:
uri- New value of the "uri" property.
-
withType
public ReferenceType.Builder<_B> withType(String type)
Sets the new value of "type" (any previous value will be replaced)- Parameters:
type- New value of the "type" property.
-
build
public ReferenceType build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public ReferenceType.Builder<_B> copyOf(ReferenceType _other)
-
copyOf
public ReferenceType.Builder<_B> copyOf(ReferenceType.Builder _other)
-
-