Package org.w3.xlink
Class Extended.Builder<_B>
- java.lang.Object
-
- org.w3.xlink.Extended.Builder<_B>
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected Extended_storedValue
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArcType.Builder<? extends Extended.Builder<_B>>addArc()Returns a new builder to build an additional value of the "arc" property.Extended.Builder<_B>addArc(Iterable<? extends ArcType> arc_)Adds the given items to the value of "arc_"Extended.Builder<_B>addArc(ArcType... arc_)Adds the given items to the value of "arc_"Extended.Builder<_B>addExtendedModel(Iterable<?> extendedModel)Adds the given items to the value of "extendedModel"Extended.Builder<_B>addExtendedModel(Object... extendedModel)Adds the given items to the value of "extendedModel"LocatorType.Builder<? extends Extended.Builder<_B>>addLocator()Returns a new builder to build an additional value of the "locator" property.Extended.Builder<_B>addLocator(Iterable<? extends LocatorType> locator_)Adds the given items to the value of "locator_"Extended.Builder<_B>addLocator(LocatorType... locator_)Adds the given items to the value of "locator_"ResourceType.Builder<? extends Extended.Builder<_B>>addResource()Returns a new builder to build an additional value of the "resource" property.Extended.Builder<_B>addResource(Iterable<? extends ResourceType> resource_)Adds the given items to the value of "resource_"Extended.Builder<_B>addResource(ResourceType... resource_)Adds the given items to the value of "resource_"TitleEltType.Builder<? extends Extended.Builder<_B>>addTitle()Returns a new builder to build an additional value of the "title" property.Extended.Builder<_B>addTitle(Iterable<? extends TitleEltType> title_)Adds the given items to the value of "title_"Extended.Builder<_B>addTitle(TitleEltType... title_)Adds the given items to the value of "title_"Extendedbuild()Extended.Builder<_B>copyOf(Extended _other)Extended.Builder<_B>copyOf(Extended.Builder _other)_Bend()protected <_P extends Extended>
_Pinit(_P _product)Extended.Builder<_B>withExtendedModel(Iterable<?> extendedModel)Sets the new value of "extendedModel" (any previous value will be replaced)Extended.Builder<_B>withExtendedModel(Object... extendedModel)Sets the new value of "extendedModel" (any previous value will be replaced)Extended.Builder<_B>withRole(String role)Sets the new value of "role" (any previous value will be replaced)Extended.Builder<_B>withTitle(String title)Sets the new value of "title" (any previous value will be replaced)Extended.Builder<_B>withType(TypeType type)Sets the new value of "type" (any previous value will be replaced)
-
-
-
Method Detail
-
end
public _B end()
-
init
protected <_P extends Extended> _P init(_P _product)
-
addExtendedModel
public Extended.Builder<_B> addExtendedModel(Iterable<?> extendedModel)
Adds the given items to the value of "extendedModel"- Parameters:
extendedModel- Items to add to the value of the "extendedModel" property
-
withExtendedModel
public Extended.Builder<_B> withExtendedModel(Iterable<?> extendedModel)
Sets the new value of "extendedModel" (any previous value will be replaced)- Parameters:
extendedModel- New value of the "extendedModel" property.
-
addExtendedModel
public Extended.Builder<_B> addExtendedModel(Object... extendedModel)
Adds the given items to the value of "extendedModel"- Parameters:
extendedModel- Items to add to the value of the "extendedModel" property
-
withExtendedModel
public Extended.Builder<_B> withExtendedModel(Object... extendedModel)
Sets the new value of "extendedModel" (any previous value will be replaced)- Parameters:
extendedModel- New value of the "extendedModel" property.
-
addTitle
public Extended.Builder<_B> addTitle(Iterable<? extends TitleEltType> title_)
Adds the given items to the value of "title_"- Parameters:
title_- Items to add to the value of the "title_" property
-
addTitle
public Extended.Builder<_B> addTitle(TitleEltType... title_)
Adds the given items to the value of "title_"- Parameters:
title_- Items to add to the value of the "title_" property
-
addTitle
public TitleEltType.Builder<? extends Extended.Builder<_B>> addTitle()
Returns a new builder to build an additional value of the "title" property. UseTitleEltType.Builder.end()to return to the current builder.- Returns:
- a new builder to build an additional value of the "title" property.
Use
TitleEltType.Builder.end()to return to the current builder.
-
addResource
public Extended.Builder<_B> addResource(Iterable<? extends ResourceType> resource_)
Adds the given items to the value of "resource_"- Parameters:
resource_- Items to add to the value of the "resource_" property
-
addResource
public Extended.Builder<_B> addResource(ResourceType... resource_)
Adds the given items to the value of "resource_"- Parameters:
resource_- Items to add to the value of the "resource_" property
-
addResource
public ResourceType.Builder<? extends Extended.Builder<_B>> addResource()
Returns a new builder to build an additional value of the "resource" property. UseResourceType.Builder.end()to return to the current builder.- Returns:
- a new builder to build an additional value of the "resource" property.
Use
ResourceType.Builder.end()to return to the current builder.
-
addLocator
public Extended.Builder<_B> addLocator(Iterable<? extends LocatorType> locator_)
Adds the given items to the value of "locator_"- Parameters:
locator_- Items to add to the value of the "locator_" property
-
addLocator
public Extended.Builder<_B> addLocator(LocatorType... locator_)
Adds the given items to the value of "locator_"- Parameters:
locator_- Items to add to the value of the "locator_" property
-
addLocator
public LocatorType.Builder<? extends Extended.Builder<_B>> addLocator()
Returns a new builder to build an additional value of the "locator" property. UseLocatorType.Builder.end()to return to the current builder.- Returns:
- a new builder to build an additional value of the "locator" property.
Use
LocatorType.Builder.end()to return to the current builder.
-
addArc
public Extended.Builder<_B> addArc(Iterable<? extends ArcType> arc_)
Adds the given items to the value of "arc_"- Parameters:
arc_- Items to add to the value of the "arc_" property
-
addArc
public Extended.Builder<_B> addArc(ArcType... arc_)
Adds the given items to the value of "arc_"- Parameters:
arc_- Items to add to the value of the "arc_" property
-
addArc
public ArcType.Builder<? extends Extended.Builder<_B>> addArc()
Returns a new builder to build an additional value of the "arc" property. UseArcType.Builder.end()to return to the current builder.- Returns:
- a new builder to build an additional value of the "arc" property.
Use
ArcType.Builder.end()to return to the current builder.
-
withType
public Extended.Builder<_B> withType(TypeType type)
Sets the new value of "type" (any previous value will be replaced)- Parameters:
type- New value of the "type" property.
-
withRole
public Extended.Builder<_B> withRole(String role)
Sets the new value of "role" (any previous value will be replaced)- Parameters:
role- New value of the "role" property.
-
withTitle
public Extended.Builder<_B> withTitle(String title)
Sets the new value of "title" (any previous value will be replaced)- Parameters:
title- New value of the "title" property.
-
build
public Extended build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public Extended.Builder<_B> copyOf(Extended _other)
-
copyOf
public Extended.Builder<_B> copyOf(Extended.Builder _other)
-
-