| Package | Description |
|---|---|
| org.w3.xmldsig |
| Modifier and Type | Method and Description |
|---|---|
KeyValueType.Builder<_B> |
KeyValueType.Builder.addContent(Iterable<?> content)
Adds the given items to the value of "content"
|
KeyValueType.Builder<_B> |
KeyValueType.Builder.addContent(Object... content)
Adds the given items to the value of "content"
|
KeyValueType.Builder<_B> |
KeyValueType.Builder.addDSAKeyValue(Iterable<? extends JAXBElement<DSAKeyValueType>> dsaKeyValue_)
Adds the given items to the value of "dsaKeyValue_"
|
KeyValueType.Builder<_B> |
KeyValueType.Builder.addDSAKeyValue(JAXBElement<DSAKeyValueType>... dsaKeyValue_)
Adds the given items to the value of "dsaKeyValue_"
|
KeyValueType.Builder<_B> |
KeyValueType.Builder.addRSAKeyValue(Iterable<? extends JAXBElement<RSAKeyValueType>> rsaKeyValue_)
Adds the given items to the value of "rsaKeyValue_"
|
KeyValueType.Builder<_B> |
KeyValueType.Builder.addRSAKeyValue(JAXBElement<RSAKeyValueType>... rsaKeyValue_)
Adds the given items to the value of "rsaKeyValue_"
|
static KeyValueType.Builder<Void> |
KeyValueType.builder() |
static KeyValueType.Builder<Void> |
KeyValueType.copyExcept(KeyValueType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> KeyValueType.Builder<_B> |
KeyValueType.copyOf(KeyValueType _other) |
static <_B> KeyValueType.Builder<_B> |
KeyValueType.copyOf(KeyValueType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static KeyValueType.Builder<Void> |
KeyValueType.copyOnly(KeyValueType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> KeyValueType.Builder<_B> |
KeyValueType.newCopyBuilder(_B _parentBuilder) |
<_B> KeyValueType.Builder<_B> |
KeyValueType.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
KeyValueType.Builder<Void> |
KeyValueType.newCopyBuilder() |
KeyValueType.Builder<Void> |
KeyValueType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
KeyValueType.Builder<_B> |
KeyValueType.Builder.withContent(Iterable<?> content)
Sets the new value of "content" (any previous value will be replaced)
|
KeyValueType.Builder<_B> |
KeyValueType.Builder.withContent(Object... content)
Sets the new value of "content" (any previous value will be replaced)
|
| Modifier and Type | Method and Description |
|---|---|
<_B> void |
KeyValueType.copyTo(KeyValueType.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
KeyValueType.copyTo(KeyValueType.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.