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 javax.xml.bind.JAXBElement<DSAKeyValueType>> dsaKeyValue_) |
Adds the given items to the value of "dsaKeyValue_"
|
KeyValueType.Builder<_B> |
KeyValueType.Builder.addDSAKeyValue(javax.xml.bind.JAXBElement<DSAKeyValueType>... dsaKeyValue_) |
Adds the given items to the value of "dsaKeyValue_"
|
KeyValueType.Builder<_B> |
KeyValueType.Builder.addRSAKeyValue(Iterable<? extends javax.xml.bind.JAXBElement<RSAKeyValueType>> rsaKeyValue_) |
Adds the given items to the value of "rsaKeyValue_"
|
KeyValueType.Builder<_B> |
KeyValueType.Builder.addRSAKeyValue(javax.xml.bind.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) |
|
KeyValueType.Builder<_B> |
KeyValueType.Builder.copyOf(KeyValueType _other) |
|
KeyValueType.Builder<_B> |
KeyValueType.Builder.copyOf(KeyValueType.Builder _other) |
|
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) |
|
KeyValueType.Builder<Void> |
KeyValueType.newCopyBuilder() |
|
<_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(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)
|