Package org.w3.xlink
Class Simple.Builder<_B>
- java.lang.Object
-
- org.w3.xlink.Simple.Builder<_B>
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected Simple_storedValue
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Simple.Builder<_B>addContent(Iterable<?> content)Adds the given items to the value of "content"Simple.Builder<_B>addContent(Object... content)Adds the given items to the value of "content"Simplebuild()Simple.Builder<_B>copyOf(Simple _other)Simple.Builder<_B>copyOf(Simple.Builder _other)_Bend()protected <_P extends Simple>
_Pinit(_P _product)Simple.Builder<_B>withActuate(ActuateType actuate)Sets the new value of "actuate" (any previous value will be replaced)Simple.Builder<_B>withArcrole(String arcrole)Sets the new value of "arcrole" (any previous value will be replaced)Simple.Builder<_B>withContent(Iterable<?> content)Sets the new value of "content" (any previous value will be replaced)Simple.Builder<_B>withContent(Object... content)Sets the new value of "content" (any previous value will be replaced)Simple.Builder<_B>withHref(String href)Sets the new value of "href" (any previous value will be replaced)Simple.Builder<_B>withRole(String role)Sets the new value of "role" (any previous value will be replaced)Simple.Builder<_B>withShow(ShowType show)Sets the new value of "show" (any previous value will be replaced)Simple.Builder<_B>withTitle(String title)Sets the new value of "title" (any previous value will be replaced)Simple.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 Simple> _P init(_P _product)
-
addContent
public Simple.Builder<_B> addContent(Iterable<?> content)
Adds the given items to the value of "content"- Parameters:
content- Items to add to the value of the "content" property
-
withContent
public Simple.Builder<_B> withContent(Iterable<?> content)
Sets the new value of "content" (any previous value will be replaced)- Parameters:
content- New value of the "content" property.
-
addContent
public Simple.Builder<_B> addContent(Object... content)
Adds the given items to the value of "content"- Parameters:
content- Items to add to the value of the "content" property
-
withContent
public Simple.Builder<_B> withContent(Object... content)
Sets the new value of "content" (any previous value will be replaced)- Parameters:
content- New value of the "content" property.
-
withType
public Simple.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.
-
withHref
public Simple.Builder<_B> withHref(String href)
Sets the new value of "href" (any previous value will be replaced)- Parameters:
href- New value of the "href" property.
-
withRole
public Simple.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.
-
withArcrole
public Simple.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.
-
withTitle
public Simple.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.
-
withShow
public Simple.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 Simple.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.
-
build
public Simple build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public Simple.Builder<_B> copyOf(Simple _other)
-
copyOf
public Simple.Builder<_B> copyOf(Simple.Builder _other)
-
-