| Package | Description |
|---|---|
| org.w3.xlink |
| Modifier and Type | Method and Description |
|---|---|
Simple.Builder<_B> |
Simple.Builder.addContent(Iterable<?> content)
Adds the given items to the value of "content"
|
Simple.Builder<_B> |
Simple.Builder.addContent(Object... content)
Adds the given items to the value of "content"
|
static Simple.Builder<Void> |
Simple.builder() |
static Simple.Builder<Void> |
Simple.copyExcept(Simple _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> Simple.Builder<_B> |
Simple.copyOf(Simple _other) |
static <_B> Simple.Builder<_B> |
Simple.copyOf(Simple _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static Simple.Builder<Void> |
Simple.copyOnly(Simple _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> Simple.Builder<_B> |
Simple.newCopyBuilder(_B _parentBuilder) |
<_B> Simple.Builder<_B> |
Simple.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
Simple.Builder<Void> |
Simple.newCopyBuilder() |
Simple.Builder<Void> |
Simple.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
Simple.Builder<_B> |
Simple.Builder.withActuate(ActuateType actuate)
Sets the new value of "actuate" (any previous value will be replaced)
|
Simple.Builder<_B> |
Simple.Builder.withArcrole(String arcrole)
Sets the new value of "arcrole" (any previous value will be replaced)
|
Simple.Builder<_B> |
Simple.Builder.withContent(Iterable<?> content)
Sets the new value of "content" (any previous value will be replaced)
|
Simple.Builder<_B> |
Simple.Builder.withContent(Object... content)
Sets the new value of "content" (any previous value will be replaced)
|
Simple.Builder<_B> |
Simple.Builder.withHref(String href)
Sets the new value of "href" (any previous value will be replaced)
|
Simple.Builder<_B> |
Simple.Builder.withRole(String role)
Sets the new value of "role" (any previous value will be replaced)
|
Simple.Builder<_B> |
Simple.Builder.withShow(ShowType show)
Sets the new value of "show" (any previous value will be replaced)
|
Simple.Builder<_B> |
Simple.Builder.withTitle(String title)
Sets the new value of "title" (any previous value will be replaced)
|
Simple.Builder<_B> |
Simple.Builder.withType(TypeType type)
Sets the new value of "type" (any previous value will be replaced)
|
| Modifier and Type | Method and Description |
|---|---|
<_B> void |
Simple.copyTo(Simple.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
Simple.copyTo(Simple.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.