Package org.w3.xmldsig
Class SignatureValueType.Builder<_B>
- java.lang.Object
-
- org.w3.xmldsig.SignatureValueType.Builder<_B>
-
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- SignatureValueType
public static class SignatureValueType.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected SignatureValueType_storedValue
-
Constructor Summary
Constructors Constructor Description Builder(_B _parentBuilder, SignatureValueType _other, boolean _copy)Builder(_B _parentBuilder, SignatureValueType _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 SignatureValueTypebuild()SignatureValueType.Builder<_B>copyOf(SignatureValueType _other)SignatureValueType.Builder<_B>copyOf(SignatureValueType.Builder _other)_Bend()protected <_P extends SignatureValueType>
_Pinit(_P _product)SignatureValueType.Builder<_B>withId(String id)Sets the new value of "id" (any previous value will be replaced)SignatureValueType.Builder<_B>withValue(byte[] value)Sets the new value of "value" (any previous value will be replaced)
-
-
-
Field Detail
-
_parentBuilder
protected final _B _parentBuilder
-
_storedValue
protected final SignatureValueType _storedValue
-
-
Constructor Detail
-
Builder
public Builder(_B _parentBuilder, SignatureValueType _other, boolean _copy)
-
Builder
public Builder(_B _parentBuilder, SignatureValueType _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 SignatureValueType> _P init(_P _product)
-
withValue
public SignatureValueType.Builder<_B> withValue(byte[] value)
Sets the new value of "value" (any previous value will be replaced)- Parameters:
value- New value of the "value" property.
-
withId
public SignatureValueType.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.
-
build
public SignatureValueType build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public SignatureValueType.Builder<_B> copyOf(SignatureValueType _other)
-
copyOf
public SignatureValueType.Builder<_B> copyOf(SignatureValueType.Builder _other)
-
-