| Package | Description |
|---|---|
| org.w3.xlink |
| Modifier and Type | Method and Description |
|---|---|
Extended.Builder<_B> |
Extended.Builder.addArc(ArcType... arc_)
Adds the given items to the value of "arc_"
|
Extended.Builder<_B> |
Extended.Builder.addArc(Iterable<? extends 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) |
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) |
<_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() |
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)
|
| Modifier and Type | Method and Description |
|---|---|
ArcType.Builder<? extends Extended.Builder<_B>> |
Extended.Builder.addArc()
Returns a new builder to build an additional value of the "arc" property.
|
LocatorType.Builder<? extends Extended.Builder<_B>> |
Extended.Builder.addLocator()
Returns a new builder to build an additional value of the "locator" property.
|
ResourceType.Builder<? extends Extended.Builder<_B>> |
Extended.Builder.addResource()
Returns a new builder to build an additional value of the "resource" property.
|
TitleEltType.Builder<? extends Extended.Builder<_B>> |
Extended.Builder.addTitle()
Returns a new builder to build an additional value of the "title" property.
|
| Modifier and Type | Method and Description |
|---|---|
<_B> void |
Extended.copyTo(Extended.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
Extended.copyTo(Extended.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.