Class Query.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.resource.cone.Query.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- Query
-
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 TypeMethodDescriptionbuild()copyOf(Query.Builder _other) end()protected <_P extends Query>
_Pinit(_P _product) withCatalog(String catalog) Sets the new value of "catalog" (any previous value will be replaced)withDec(double dec) Sets the new value of "dec" (any previous value will be replaced)withExtras(String extras) Sets the new value of "extras" (any previous value will be replaced)withRa(double ra) Sets the new value of "ra" (any previous value will be replaced)withSr(double sr) Sets the new value of "sr" (any previous value will be replaced)withVerb(BigInteger verb) Sets the new value of "verb" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
-
-
Method Details
-
end
-
init
-
withRa
Sets the new value of "ra" (any previous value will be replaced)- Parameters:
ra- New value of the "ra" property.
-
withDec
Sets the new value of "dec" (any previous value will be replaced)- Parameters:
dec- New value of the "dec" property.
-
withSr
Sets the new value of "sr" (any previous value will be replaced)- Parameters:
sr- New value of the "sr" property.
-
withVerb
Sets the new value of "verb" (any previous value will be replaced)- Parameters:
verb- New value of the "verb" property.
-
withCatalog
Sets the new value of "catalog" (any previous value will be replaced)- Parameters:
catalog- New value of the "catalog" property.
-
withExtras
Sets the new value of "extras" (any previous value will be replaced)- Parameters:
extras- New value of the "extras" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-