Class Capabilities.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.vosi.capabilities.Capabilities.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- Capabilities
-
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, Capabilities _other, boolean _copy) Builder(_B _parentBuilder, Capabilities _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionCapability.Builder<? extends Capabilities.Builder<_B>>Returns a new builder to build an additional value of the "Capabilities" property.addCapabilities(Iterable<? extends Capability> capabilities) Adds the given items to the value of "capabilities"addCapabilities(Capability... capabilities) Adds the given items to the value of "capabilities"build()copyOf(Capabilities _other) copyOf(Capabilities.Builder _other) end()protected <_P extends Capabilities>
_Pinit(_P _product) withCapabilities(Iterable<? extends Capability> capabilities) Sets the new value of "capabilities" (any previous value will be replaced)withCapabilities(Capability... capabilities) Sets the new value of "capabilities" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, Capabilities _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
end
-
init
-
addCapabilities
Adds the given items to the value of "capabilities"- Parameters:
capabilities- Items to add to the value of the "capabilities" property
-
withCapabilities
Sets the new value of "capabilities" (any previous value will be replaced)- Parameters:
capabilities- New value of the "capabilities" property.
-
addCapabilities
Adds the given items to the value of "capabilities"- Parameters:
capabilities- Items to add to the value of the "capabilities" property
-
withCapabilities
Sets the new value of "capabilities" (any previous value will be replaced)- Parameters:
capabilities- New value of the "capabilities" property.
-
addCapabilities
Returns a new builder to build an additional value of the "Capabilities" property. UseCapability.Builder.end()to return to the current builder.- Returns:
- a new builder to build an additional value of the "Capabilities" property.
Use
Capability.Builder.end()to return to the current builder.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-