public static class LocatorType.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
| Modifier and Type | Field and Description |
|---|---|
protected _B |
_parentBuilder |
protected LocatorType |
_storedValue |
| Constructor and Description |
|---|
Builder(_B _parentBuilder,
LocatorType _other,
boolean _copy) |
Builder(_B _parentBuilder,
LocatorType _other,
boolean _copy,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
| Modifier and Type | Method and Description |
|---|---|
TitleEltType.Builder<? extends LocatorType.Builder<_B>> |
addTitle()
Returns a new builder to build an additional value of the "Title" property.
|
LocatorType.Builder<_B> |
addTitle(Iterable<? extends TitleEltType> title)
Adds the given items to the value of "title"
|
LocatorType.Builder<_B> |
addTitle(TitleEltType... title)
Adds the given items to the value of "title"
|
LocatorType |
build() |
_B |
end() |
protected <_P extends LocatorType> |
init(_P _product) |
LocatorType.Builder<_B> |
withHref(String href)
Sets the new value of "href" (any previous value will be replaced)
|
LocatorType.Builder<_B> |
withLabel(String label)
Sets the new value of "label" (any previous value will be replaced)
|
LocatorType.Builder<_B> |
withLocatorTitle(String locatorTitle)
Sets the new value of "locatorTitle" (any previous value will be replaced)
|
LocatorType.Builder<_B> |
withRole(String role)
Sets the new value of "role" (any previous value will be replaced)
|
LocatorType.Builder<_B> |
withTitle(Iterable<? extends TitleEltType> title)
Sets the new value of "title" (any previous value will be replaced)
|
LocatorType.Builder<_B> |
withTitle(TitleEltType... title)
Sets the new value of "title" (any previous value will be replaced)
|
LocatorType.Builder<_B> |
withType(TypeType type)
Sets the new value of "type" (any previous value will be replaced)
|
protected final _B _parentBuilder
protected final LocatorType _storedValue
public Builder(_B _parentBuilder, LocatorType _other, boolean _copy)
public Builder(_B _parentBuilder, LocatorType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public _B end()
protected <_P extends LocatorType> _P init(_P _product)
public LocatorType.Builder<_B> addTitle(Iterable<? extends TitleEltType> title)
title - Items to add to the value of the "title" propertypublic LocatorType.Builder<_B> withTitle(Iterable<? extends TitleEltType> title)
title - New value of the "title" property.public LocatorType.Builder<_B> addTitle(TitleEltType... title)
title - Items to add to the value of the "title" propertypublic LocatorType.Builder<_B> withTitle(TitleEltType... title)
title - New value of the "title" property.public TitleEltType.Builder<? extends LocatorType.Builder<_B>> addTitle()
TitleEltType.Builder.end() to return to the current builder.TitleEltType.Builder.end() to return to the current builder.public LocatorType.Builder<_B> withType(TypeType type)
type - New value of the "type" property.public LocatorType.Builder<_B> withHref(String href)
href - New value of the "href" property.public LocatorType.Builder<_B> withRole(String role)
role - New value of the "role" property.public LocatorType.Builder<_B> withLocatorTitle(String locatorTitle)
locatorTitle - New value of the "locatorTitle" property.public LocatorType.Builder<_B> withLabel(String label)
label - New value of the "label" property.public LocatorType build()
build in interface com.kscs.util.jaxb.BuildableCopyright © 2021 NorStella. All rights reserved.