Extended.Builder<_B> |
Extended.Builder.addArc(Iterable<? extends ArcType> arc_) |
Adds the given items to the value of "arc_"
|
Extended.Builder<_B> |
Extended.Builder.addArc(ArcType... arc_) |
Adds the given items to the value of "arc_"
|
Extended.Builder<_B> |
Extended.Builder.addExtendedModel(Iterable<?> extendedModel) |
Adds the given items to the value of "extendedModel"
|
Extended.Builder<_B> |
Extended.Builder.addExtendedModel(Object... extendedModel) |
Adds the given items to the value of "extendedModel"
|
Extended.Builder<_B> |
Extended.Builder.addLocator(Iterable<? extends LocatorType> locator_) |
Adds the given items to the value of "locator_"
|
Extended.Builder<_B> |
Extended.Builder.addLocator(LocatorType... locator_) |
Adds the given items to the value of "locator_"
|
Extended.Builder<_B> |
Extended.Builder.addResource(Iterable<? extends ResourceType> resource_) |
Adds the given items to the value of "resource_"
|
Extended.Builder<_B> |
Extended.Builder.addResource(ResourceType... resource_) |
Adds the given items to the value of "resource_"
|
Extended.Builder<_B> |
Extended.Builder.addTitle(Iterable<? extends TitleEltType> title_) |
Adds the given items to the value of "title_"
|
Extended.Builder<_B> |
Extended.Builder.addTitle(TitleEltType... title_) |
Adds the given items to the value of "title_"
|
static Extended.Builder<Void> |
Extended.builder() |
|
static Extended.Builder<Void> |
Extended.copyExcept(Extended _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
Extended.Builder<_B> |
Extended.Builder.copyOf(Extended _other) |
|
Extended.Builder<_B> |
Extended.Builder.copyOf(Extended.Builder _other) |
|
static <_B> Extended.Builder<_B> |
Extended.copyOf(Extended _other) |
|
static <_B> Extended.Builder<_B> |
Extended.copyOf(Extended _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
static Extended.Builder<Void> |
Extended.copyOnly(Extended _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
Extended.Builder<Void> |
Extended.newCopyBuilder() |
|
<_B> Extended.Builder<_B> |
Extended.newCopyBuilder(_B _parentBuilder) |
|
<_B> Extended.Builder<_B> |
Extended.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
Extended.Builder<Void> |
Extended.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
Extended.Builder<_B> |
Extended.Builder.withExtendedModel(Iterable<?> extendedModel) |
Sets the new value of "extendedModel" (any previous value will be replaced)
|
Extended.Builder<_B> |
Extended.Builder.withExtendedModel(Object... extendedModel) |
Sets the new value of "extendedModel" (any previous value will be replaced)
|
Extended.Builder<_B> |
Extended.Builder.withRole(String role) |
Sets the new value of "role" (any previous value will be replaced)
|
Extended.Builder<_B> |
Extended.Builder.withTitle(String title) |
Sets the new value of "title" (any previous value will be replaced)
|
Extended.Builder<_B> |
Extended.Builder.withType(TypeType type) |
Sets the new value of "type" (any previous value will be replaced)
|