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) |
|
ObjectType.Builder<_B> |
ObjectType.Builder.copyOf(ObjectType _other) |
|
ObjectType.Builder<_B> |
ObjectType.Builder.copyOf(ObjectType.Builder _other) |
|
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) |
|
ObjectType.Builder<Void> |
ObjectType.newCopyBuilder() |
|
<_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(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)
|