LocatorType.Builder<? extends Extended.Builder<_B>> |
Extended.Builder.addLocator() |
Returns a new builder to build an additional value of the "locator" property.
|
LocatorType.Builder<_B> |
LocatorType.Builder.addTitle(Iterable<? extends TitleEltType> title) |
Adds the given items to the value of "title"
|
LocatorType.Builder<_B> |
LocatorType.Builder.addTitle(TitleEltType... title) |
Adds the given items to the value of "title"
|
static LocatorType.Builder<Void> |
LocatorType.builder() |
|
static LocatorType.Builder<Void> |
LocatorType.copyExcept(LocatorType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
LocatorType.Builder<_B> |
LocatorType.Builder.copyOf(LocatorType _other) |
|
LocatorType.Builder<_B> |
LocatorType.Builder.copyOf(LocatorType.Builder _other) |
|
static <_B> LocatorType.Builder<_B> |
LocatorType.copyOf(LocatorType _other) |
|
static <_B> LocatorType.Builder<_B> |
LocatorType.copyOf(LocatorType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
static LocatorType.Builder<Void> |
LocatorType.copyOnly(LocatorType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
LocatorType.Builder<Void> |
LocatorType.newCopyBuilder() |
|
<_B> LocatorType.Builder<_B> |
LocatorType.newCopyBuilder(_B _parentBuilder) |
|
<_B> LocatorType.Builder<_B> |
LocatorType.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
LocatorType.Builder<Void> |
LocatorType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
LocatorType.Builder<_B> |
LocatorType.Builder.withHref(String href) |
Sets the new value of "href" (any previous value will be replaced)
|
LocatorType.Builder<_B> |
LocatorType.Builder.withLabel(String label) |
Sets the new value of "label" (any previous value will be replaced)
|
LocatorType.Builder<_B> |
LocatorType.Builder.withLocatorTitle(String locatorTitle) |
Sets the new value of "locatorTitle" (any previous value will be replaced)
|
LocatorType.Builder<_B> |
LocatorType.Builder.withRole(String role) |
Sets the new value of "role" (any previous value will be replaced)
|
LocatorType.Builder<_B> |
LocatorType.Builder.withTitle(Iterable<? extends TitleEltType> title) |
Sets the new value of "title" (any previous value will be replaced)
|
LocatorType.Builder<_B> |
LocatorType.Builder.withTitle(TitleEltType... title) |
Sets the new value of "title" (any previous value will be replaced)
|
LocatorType.Builder<_B> |
LocatorType.Builder.withType(TypeType type) |
Sets the new value of "type" (any previous value will be replaced)
|