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