Class Query.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.resource.ssap.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) PosParam.Builder<? extends Query.Builder<_B>>withPos()Returns the existing builder or a new builder to build the value of the "pos" property.Sets the new value of "pos" (any previous value will be replaced)withQueryDataCmd(String queryDataCmd) Sets the new value of "queryDataCmd" (any previous value will be replaced)Sets the new value of "size" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
-
-
Method Details
-
end
-
init
-
withPos
Sets the new value of "pos" (any previous value will be replaced)- Parameters:
pos- New value of the "pos" property.
-
withPos
Returns the existing builder or a new builder to build the value of the "pos" property. UsePosParam.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "pos" property.
Use
PosParam.Builder.end()to return to the current builder.
-
withSize
Sets the new value of "size" (any previous value will be replaced)- Parameters:
size- New value of the "size" property.
-
withQueryDataCmd
Sets the new value of "queryDataCmd" (any previous value will be replaced)- Parameters:
queryDataCmd- New value of the "queryDataCmd" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-