Package org.javastro.ivoa.entities.uws
Class Results.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.uws.Results.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- Results
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionResultReference.Builder<? extends Results.Builder<_B>>Returns a new builder to build an additional value of the "Results" property.addResults(Iterable<? extends ResultReference> results) Adds the given items to the value of "results"addResults(ResultReference... results) Adds the given items to the value of "results"build()copyOf(Results.Builder _other) end()protected <_P extends Results>
_Pinit(_P _product) withResults(Iterable<? extends ResultReference> results) Sets the new value of "results" (any previous value will be replaced)withResults(ResultReference... results) Sets the new value of "results" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
-
-
Method Details
-
end
-
init
-
addResults
Adds the given items to the value of "results"- Parameters:
results- Items to add to the value of the "results" property
-
withResults
Sets the new value of "results" (any previous value will be replaced)- Parameters:
results- New value of the "results" property.
-
addResults
Adds the given items to the value of "results"- Parameters:
results- Items to add to the value of the "results" property
-
withResults
Sets the new value of "results" (any previous value will be replaced)- Parameters:
results- New value of the "results" property.
-
addResults
Returns a new builder to build an additional value of the "Results" property. UseResultReference.Builder.end()to return to the current builder.- Returns:
- a new builder to build an additional value of the "Results" property.
Use
ResultReference.Builder.end()to return to the current builder.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-