Package org.w3.xmldsig
Class SignatureMethodType.Builder<_B>
- java.lang.Object
-
- org.w3.xmldsig.SignatureMethodType.Builder<_B>
-
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- SignatureMethodType
public static class SignatureMethodType.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected SignatureMethodType_storedValue
-
Constructor Summary
Constructors Constructor Description Builder(_B _parentBuilder, SignatureMethodType _other, boolean _copy)Builder(_B _parentBuilder, SignatureMethodType _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 SignatureMethodType.Builder<_B>addContent(Iterable<?> content)Adds the given items to the value of "content"SignatureMethodType.Builder<_B>addContent(Object... content)Adds the given items to the value of "content"SignatureMethodTypebuild()SignatureMethodType.Builder<_B>copyOf(SignatureMethodType _other)SignatureMethodType.Builder<_B>copyOf(SignatureMethodType.Builder _other)_Bend()protected <_P extends SignatureMethodType>
_Pinit(_P _product)SignatureMethodType.Builder<_B>withAlgorithm(String algorithm)Sets the new value of "algorithm" (any previous value will be replaced)SignatureMethodType.Builder<_B>withContent(Iterable<?> content)Sets the new value of "content" (any previous value will be replaced)SignatureMethodType.Builder<_B>withContent(Object... content)Sets the new value of "content" (any previous value will be replaced)
-
-
-
Field Detail
-
_parentBuilder
protected final _B _parentBuilder
-
_storedValue
protected final SignatureMethodType _storedValue
-
-
Constructor Detail
-
Builder
public Builder(_B _parentBuilder, SignatureMethodType _other, boolean _copy)
-
Builder
public Builder(_B _parentBuilder, SignatureMethodType _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 SignatureMethodType> _P init(_P _product)
-
addContent
public SignatureMethodType.Builder<_B> addContent(Iterable<?> content)
Adds the given items to the value of "content"- Parameters:
content- Items to add to the value of the "content" property
-
withContent
public SignatureMethodType.Builder<_B> withContent(Iterable<?> content)
Sets the new value of "content" (any previous value will be replaced)- Parameters:
content- New value of the "content" property.
-
addContent
public SignatureMethodType.Builder<_B> addContent(Object... content)
Adds the given items to the value of "content"- Parameters:
content- Items to add to the value of the "content" property
-
withContent
public SignatureMethodType.Builder<_B> withContent(Object... content)
Sets the new value of "content" (any previous value will be replaced)- Parameters:
content- New value of the "content" property.
-
withAlgorithm
public SignatureMethodType.Builder<_B> withAlgorithm(String algorithm)
Sets the new value of "algorithm" (any previous value will be replaced)- Parameters:
algorithm- New value of the "algorithm" property.
-
build
public SignatureMethodType build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public SignatureMethodType.Builder<_B> copyOf(SignatureMethodType _other)
-
copyOf
public SignatureMethodType.Builder<_B> copyOf(SignatureMethodType.Builder _other)
-
-