ArcType.Builder<? extends Extended.Builder<_B>> |
Extended.Builder.addArc() |
Returns a new builder to build an additional value of the "arc" property.
|
ArcType.Builder<_B> |
ArcType.Builder.addTitle(Iterable<? extends TitleEltType> title) |
Adds the given items to the value of "title"
|
ArcType.Builder<_B> |
ArcType.Builder.addTitle(TitleEltType... title) |
Adds the given items to the value of "title"
|
static ArcType.Builder<Void> |
ArcType.builder() |
|
static ArcType.Builder<Void> |
ArcType.copyExcept(ArcType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
ArcType.Builder<_B> |
ArcType.Builder.copyOf(ArcType _other) |
|
ArcType.Builder<_B> |
ArcType.Builder.copyOf(ArcType.Builder _other) |
|
static <_B> ArcType.Builder<_B> |
ArcType.copyOf(ArcType _other) |
|
static <_B> ArcType.Builder<_B> |
ArcType.copyOf(ArcType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
static ArcType.Builder<Void> |
ArcType.copyOnly(ArcType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
ArcType.Builder<Void> |
ArcType.newCopyBuilder() |
|
<_B> ArcType.Builder<_B> |
ArcType.newCopyBuilder(_B _parentBuilder) |
|
<_B> ArcType.Builder<_B> |
ArcType.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
ArcType.Builder<Void> |
ArcType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
ArcType.Builder<_B> |
ArcType.Builder.withActuate(ActuateType actuate) |
Sets the new value of "actuate" (any previous value will be replaced)
|
ArcType.Builder<_B> |
ArcType.Builder.withArcrole(String arcrole) |
Sets the new value of "arcrole" (any previous value will be replaced)
|
ArcType.Builder<_B> |
ArcType.Builder.withArcTitle(String arcTitle) |
Sets the new value of "arcTitle" (any previous value will be replaced)
|
ArcType.Builder<_B> |
ArcType.Builder.withFrom(String from) |
Sets the new value of "from" (any previous value will be replaced)
|
ArcType.Builder<_B> |
ArcType.Builder.withShow(ShowType show) |
Sets the new value of "show" (any previous value will be replaced)
|
ArcType.Builder<_B> |
ArcType.Builder.withTitle(Iterable<? extends TitleEltType> title) |
Sets the new value of "title" (any previous value will be replaced)
|
ArcType.Builder<_B> |
ArcType.Builder.withTitle(TitleEltType... title) |
Sets the new value of "title" (any previous value will be replaced)
|
ArcType.Builder<_B> |
ArcType.Builder.withTo(String to) |
Sets the new value of "to" (any previous value will be replaced)
|
ArcType.Builder<_B> |
ArcType.Builder.withType(TypeType type) |
Sets the new value of "type" (any previous value will be replaced)
|