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