Class LanguageFeatureList.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.resource.tap.LanguageFeatureList.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- LanguageFeatureList
public static class LanguageFeatureList.Builder<_B>
extends Object
implements com.kscs.util.jaxb.Buildable
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.kscs.util.jaxb.Buildable
com.kscs.util.jaxb.Buildable.PrimitiveBuildable -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBuilder(_B _parentBuilder, LanguageFeatureList _other, boolean _copy) Builder(_B _parentBuilder, LanguageFeatureList _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionLanguageFeature.Builder<? extends LanguageFeatureList.Builder<_B>>Returns a new builder to build an additional value of the "Features" property.addFeatures(Iterable<? extends LanguageFeature> features) Adds the given items to the value of "features"addFeatures(LanguageFeature... features) Adds the given items to the value of "features"build()copyOf(LanguageFeatureList _other) copyOf(LanguageFeatureList.Builder _other) end()protected <_P extends LanguageFeatureList>
_Pinit(_P _product) withFeatures(Iterable<? extends LanguageFeature> features) Sets the new value of "features" (any previous value will be replaced)withFeatures(LanguageFeature... features) Sets the new value of "features" (any previous value will be replaced)Sets the new value of "type" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, LanguageFeatureList _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
end
-
init
-
addFeatures
Adds the given items to the value of "features"- Parameters:
features- Items to add to the value of the "features" property
-
withFeatures
Sets the new value of "features" (any previous value will be replaced)- Parameters:
features- New value of the "features" property.
-
addFeatures
Adds the given items to the value of "features"- Parameters:
features- Items to add to the value of the "features" property
-
withFeatures
Sets the new value of "features" (any previous value will be replaced)- Parameters:
features- New value of the "features" property.
-
addFeatures
Returns a new builder to build an additional value of the "Features" property. UseLanguageFeature.Builder.end()to return to the current builder.- Returns:
- a new builder to build an additional value of the "Features" property.
Use
LanguageFeature.Builder.end()to return to the current builder.
-
withType
Sets the new value of "type" (any previous value will be replaced)- Parameters:
type- New value of the "type" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-