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