| Package | Description |
|---|---|
| org.w3.xmldsig |
| Modifier and Type | Method and Description |
|---|---|
TransformsType.Builder<_B> |
TransformsType.Builder.addTransform(Iterable<? extends TransformType> transform)
Adds the given items to the value of "transform"
|
TransformsType.Builder<_B> |
TransformsType.Builder.addTransform(TransformType... transform)
Adds the given items to the value of "transform"
|
static TransformsType.Builder<Void> |
TransformsType.builder() |
static TransformsType.Builder<Void> |
TransformsType.copyExcept(TransformsType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> TransformsType.Builder<_B> |
TransformsType.copyOf(TransformsType _other) |
static <_B> TransformsType.Builder<_B> |
TransformsType.copyOf(TransformsType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static TransformsType.Builder<Void> |
TransformsType.copyOnly(TransformsType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> TransformsType.Builder<_B> |
TransformsType.newCopyBuilder(_B _parentBuilder) |
<_B> TransformsType.Builder<_B> |
TransformsType.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
TransformsType.Builder<Void> |
TransformsType.newCopyBuilder() |
TransformsType.Builder<Void> |
TransformsType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
TransformsType.Builder<_B> |
TransformsType.Builder.withTransform(Iterable<? extends TransformType> transform)
Sets the new value of "transform" (any previous value will be replaced)
|
TransformsType.Builder<_B> |
TransformsType.Builder.withTransform(TransformType... transform)
Sets the new value of "transform" (any previous value will be replaced)
|
TransformsType.Builder<? extends ReferenceType.Builder<_B>> |
ReferenceType.Builder.withTransforms()
Returns a new builder to build the value of the "transforms" property (replacing previous value).
|
TransformsType.Builder<? extends RetrievalMethodType.Builder<_B>> |
RetrievalMethodType.Builder.withTransforms()
Returns a new builder to build the value of the "transforms" property (replacing previous value).
|
| Modifier and Type | Method and Description |
|---|---|
TransformType.Builder<? extends TransformsType.Builder<_B>> |
TransformsType.Builder.addTransform()
Returns a new builder to build an additional value of the "Transform" property.
|
| Modifier and Type | Method and Description |
|---|---|
<_B> void |
TransformsType.copyTo(TransformsType.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
TransformsType.copyTo(TransformsType.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.