Package org.w3.xlink
Class ArcType.Builder<_B>
- java.lang.Object
-
- org.w3.xlink.ArcType.Builder<_B>
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected ArcType_storedValue
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TitleEltType.Builder<? extends ArcType.Builder<_B>>addTitle()Returns a new builder to build an additional value of the "Title" property.ArcType.Builder<_B>addTitle(Iterable<? extends TitleEltType> title)Adds the given items to the value of "title"ArcType.Builder<_B>addTitle(TitleEltType... title)Adds the given items to the value of "title"ArcTypebuild()ArcType.Builder<_B>copyOf(ArcType _other)ArcType.Builder<_B>copyOf(ArcType.Builder _other)_Bend()protected <_P extends ArcType>
_Pinit(_P _product)ArcType.Builder<_B>withActuate(ActuateType actuate)Sets the new value of "actuate" (any previous value will be replaced)ArcType.Builder<_B>withArcrole(String arcrole)Sets the new value of "arcrole" (any previous value will be replaced)ArcType.Builder<_B>withArcTitle(String arcTitle)Sets the new value of "arcTitle" (any previous value will be replaced)ArcType.Builder<_B>withFrom(String from)Sets the new value of "from" (any previous value will be replaced)ArcType.Builder<_B>withShow(ShowType show)Sets the new value of "show" (any previous value will be replaced)ArcType.Builder<_B>withTitle(Iterable<? extends TitleEltType> title)Sets the new value of "title" (any previous value will be replaced)ArcType.Builder<_B>withTitle(TitleEltType... title)Sets the new value of "title" (any previous value will be replaced)ArcType.Builder<_B>withTo(String to)Sets the new value of "to" (any previous value will be replaced)ArcType.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 ArcType> _P init(_P _product)
-
addTitle
public ArcType.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
-
withTitle
public ArcType.Builder<_B> withTitle(Iterable<? extends TitleEltType> title)
Sets the new value of "title" (any previous value will be replaced)- Parameters:
title- New value of the "title" property.
-
addTitle
public ArcType.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
-
withTitle
public ArcType.Builder<_B> withTitle(TitleEltType... title)
Sets the new value of "title" (any previous value will be replaced)- Parameters:
title- New value of the "title" property.
-
addTitle
public TitleEltType.Builder<? extends ArcType.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.
-
withType
public ArcType.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.
-
withArcrole
public ArcType.Builder<_B> withArcrole(String arcrole)
Sets the new value of "arcrole" (any previous value will be replaced)- Parameters:
arcrole- New value of the "arcrole" property.
-
withArcTitle
public ArcType.Builder<_B> withArcTitle(String arcTitle)
Sets the new value of "arcTitle" (any previous value will be replaced)- Parameters:
arcTitle- New value of the "arcTitle" property.
-
withShow
public ArcType.Builder<_B> withShow(ShowType show)
Sets the new value of "show" (any previous value will be replaced)- Parameters:
show- New value of the "show" property.
-
withActuate
public ArcType.Builder<_B> withActuate(ActuateType actuate)
Sets the new value of "actuate" (any previous value will be replaced)- Parameters:
actuate- New value of the "actuate" property.
-
withFrom
public ArcType.Builder<_B> withFrom(String from)
Sets the new value of "from" (any previous value will be replaced)- Parameters:
from- New value of the "from" property.
-
withTo
public ArcType.Builder<_B> withTo(String to)
Sets the new value of "to" (any previous value will be replaced)- Parameters:
to- New value of the "to" property.
-
build
public ArcType build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public ArcType.Builder<_B> copyOf(ArcType _other)
-
copyOf
public ArcType.Builder<_B> copyOf(ArcType.Builder _other)
-
-