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