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