Package org.w3.xlink
Class TitleEltType.Builder<_B>
- java.lang.Object
-
- org.w3.xlink.TitleEltType.Builder<_B>
-
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- TitleEltType
public static class TitleEltType.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected TitleEltType_storedValue
-
Constructor Summary
Constructors Constructor Description Builder(_B _parentBuilder, TitleEltType _other, boolean _copy)Builder(_B _parentBuilder, TitleEltType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TitleEltType.Builder<_B>addContent(Iterable<?> content)Adds the given items to the value of "content"TitleEltType.Builder<_B>addContent(Object... content)Adds the given items to the value of "content"TitleEltTypebuild()TitleEltType.Builder<_B>copyOf(TitleEltType _other)TitleEltType.Builder<_B>copyOf(TitleEltType.Builder _other)_Bend()protected <_P extends TitleEltType>
_Pinit(_P _product)TitleEltType.Builder<_B>withContent(Iterable<?> content)Sets the new value of "content" (any previous value will be replaced)TitleEltType.Builder<_B>withContent(Object... content)Sets the new value of "content" (any previous value will be replaced)TitleEltType.Builder<_B>withLang(String lang)Sets the new value of "lang" (any previous value will be replaced)TitleEltType.Builder<_B>withType(TypeType type)Sets the new value of "type" (any previous value will be replaced)
-
-
-
Field Detail
-
_parentBuilder
protected final _B _parentBuilder
-
_storedValue
protected final TitleEltType _storedValue
-
-
Constructor Detail
-
Builder
public Builder(_B _parentBuilder, TitleEltType _other, boolean _copy)
-
Builder
public Builder(_B _parentBuilder, TitleEltType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Detail
-
end
public _B end()
-
init
protected <_P extends TitleEltType> _P init(_P _product)
-
addContent
public TitleEltType.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 TitleEltType.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 TitleEltType.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 TitleEltType.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 TitleEltType.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.
-
withLang
public TitleEltType.Builder<_B> withLang(String lang)
Sets the new value of "lang" (any previous value will be replaced)- Parameters:
lang- New value of the "lang" property.
-
build
public TitleEltType build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public TitleEltType.Builder<_B> copyOf(TitleEltType _other)
-
copyOf
public TitleEltType.Builder<_B> copyOf(TitleEltType.Builder _other)
-
-