| Package | Description |
|---|---|
| org.w3.xmldsig |
| Modifier and Type | Method and Description |
|---|---|
TransformType.Builder<_B> |
TransformType.Builder.addContent(Iterable<?> content)
Adds the given items to the value of "content"
|
TransformType.Builder<_B> |
TransformType.Builder.addContent(Object... content)
Adds the given items to the value of "content"
|
TransformType.Builder<? extends TransformsType.Builder<_B>> |
TransformsType.Builder.addTransform()
Returns a new builder to build an additional value of the "Transform" property.
|
static TransformType.Builder<Void> |
TransformType.builder() |
static TransformType.Builder<Void> |
TransformType.copyExcept(TransformType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> TransformType.Builder<_B> |
TransformType.copyOf(TransformType _other) |
static <_B> TransformType.Builder<_B> |
TransformType.copyOf(TransformType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static TransformType.Builder<Void> |
TransformType.copyOnly(TransformType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> TransformType.Builder<_B> |
TransformType.newCopyBuilder(_B _parentBuilder) |
<_B> TransformType.Builder<_B> |
TransformType.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
TransformType.Builder<Void> |
TransformType.newCopyBuilder() |
TransformType.Builder<Void> |
TransformType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
TransformType.Builder<_B> |
TransformType.Builder.withAlgorithm(String algorithm)
Sets the new value of "algorithm" (any previous value will be replaced)
|
TransformType.Builder<_B> |
TransformType.Builder.withContent(Iterable<?> content)
Sets the new value of "content" (any previous value will be replaced)
|
TransformType.Builder<_B> |
TransformType.Builder.withContent(Object... content)
Sets the new value of "content" (any previous value will be replaced)
|
| Modifier and Type | Method and Description |
|---|---|
<_B> void |
TransformType.copyTo(TransformType.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
TransformType.copyTo(TransformType.Builder<_B> _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder.
|
Copyright © 2022 NorStella. All rights reserved.