TitleEltType.Builder<_B> |
TitleEltType.Builder.addContent(Iterable<?> content) |
Adds the given items to the value of "content"
|
TitleEltType.Builder<_B> |
TitleEltType.Builder.addContent(Object... content) |
Adds the given items to the value of "content"
|
TitleEltType.Builder<? extends ArcType.Builder<_B>> |
ArcType.Builder.addTitle() |
Returns a new builder to build an additional value of the "Title" property.
|
TitleEltType.Builder<? extends Extended.Builder<_B>> |
Extended.Builder.addTitle() |
Returns a new builder to build an additional value of the "title" property.
|
TitleEltType.Builder<? extends LocatorType.Builder<_B>> |
LocatorType.Builder.addTitle() |
Returns a new builder to build an additional value of the "Title" property.
|
static TitleEltType.Builder<Void> |
TitleEltType.builder() |
|
static TitleEltType.Builder<Void> |
TitleEltType.copyExcept(TitleEltType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
TitleEltType.Builder<_B> |
TitleEltType.Builder.copyOf(TitleEltType _other) |
|
TitleEltType.Builder<_B> |
TitleEltType.Builder.copyOf(TitleEltType.Builder _other) |
|
static <_B> TitleEltType.Builder<_B> |
TitleEltType.copyOf(TitleEltType _other) |
|
static <_B> TitleEltType.Builder<_B> |
TitleEltType.copyOf(TitleEltType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
static TitleEltType.Builder<Void> |
TitleEltType.copyOnly(TitleEltType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
TitleEltType.Builder<Void> |
TitleEltType.newCopyBuilder() |
|
<_B> TitleEltType.Builder<_B> |
TitleEltType.newCopyBuilder(_B _parentBuilder) |
|
<_B> TitleEltType.Builder<_B> |
TitleEltType.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
TitleEltType.Builder<Void> |
TitleEltType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
TitleEltType.Builder<_B> |
TitleEltType.Builder.withContent(Iterable<?> content) |
Sets the new value of "content" (any previous value will be replaced)
|
TitleEltType.Builder<_B> |
TitleEltType.Builder.withContent(Object... content) |
Sets the new value of "content" (any previous value will be replaced)
|
TitleEltType.Builder<_B> |
TitleEltType.Builder.withLang(String lang) |
Sets the new value of "lang" (any previous value will be replaced)
|
TitleEltType.Builder<_B> |
TitleEltType.Builder.withType(TypeType type) |
Sets the new value of "type" (any previous value will be replaced)
|