| Package | Description |
|---|---|
| org.w3.xmldsig |
| Modifier and Type | Method and Description |
|---|---|
SignaturePropertyType.Builder<_B> |
SignaturePropertyType.Builder.addContent(Iterable<?> content)
Adds the given items to the value of "content"
|
SignaturePropertyType.Builder<_B> |
SignaturePropertyType.Builder.addContent(Object... content)
Adds the given items to the value of "content"
|
SignaturePropertyType.Builder<? extends SignaturePropertiesType.Builder<_B>> |
SignaturePropertiesType.Builder.addSignatureProperty()
Returns a new builder to build an additional value of the "SignatureProperty" property.
|
static SignaturePropertyType.Builder<Void> |
SignaturePropertyType.builder() |
static SignaturePropertyType.Builder<Void> |
SignaturePropertyType.copyExcept(SignaturePropertyType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> SignaturePropertyType.Builder<_B> |
SignaturePropertyType.copyOf(SignaturePropertyType _other) |
static <_B> SignaturePropertyType.Builder<_B> |
SignaturePropertyType.copyOf(SignaturePropertyType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static SignaturePropertyType.Builder<Void> |
SignaturePropertyType.copyOnly(SignaturePropertyType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> SignaturePropertyType.Builder<_B> |
SignaturePropertyType.newCopyBuilder(_B _parentBuilder) |
<_B> SignaturePropertyType.Builder<_B> |
SignaturePropertyType.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
SignaturePropertyType.Builder<Void> |
SignaturePropertyType.newCopyBuilder() |
SignaturePropertyType.Builder<Void> |
SignaturePropertyType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
SignaturePropertyType.Builder<_B> |
SignaturePropertyType.Builder.withContent(Iterable<?> content)
Sets the new value of "content" (any previous value will be replaced)
|
SignaturePropertyType.Builder<_B> |
SignaturePropertyType.Builder.withContent(Object... content)
Sets the new value of "content" (any previous value will be replaced)
|
SignaturePropertyType.Builder<_B> |
SignaturePropertyType.Builder.withId(String id)
Sets the new value of "id" (any previous value will be replaced)
|
SignaturePropertyType.Builder<_B> |
SignaturePropertyType.Builder.withTarget(String target)
Sets the new value of "target" (any previous value will be replaced)
|
| Modifier and Type | Method and Description |
|---|---|
<_B> void |
SignaturePropertyType.copyTo(SignaturePropertyType.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
SignaturePropertyType.copyTo(SignaturePropertyType.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 © 2021 NorStella. All rights reserved.