Class Query
java.lang.Object
org.javastro.ivoa.entities.resource.cone.Query
- All Implemented Interfaces:
org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.4",
date="2024-08-01T13:15:43+01:00")
public class Query
extends Object
implements org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
A query to be sent to the service
Java class for Query complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="Query">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ra" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="dec" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="sr" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="verb" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
<element name="catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="extras" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringWhen the service can access more than one catalog, this input parameter, if available, is used to indicate which service to access.protected doublethe declination of the search cone's center in decimal degrees.protected Stringthis value should be in the form of name=value pairs delimited with ampersands (&).protected doublethe right ascension of the search cone's center in decimal degrees.protected doublethe radius of the search cone in decimal degrees.protected BigIntegerthe verbosity level to use where 1 means the bare minimum set of columns and 3 means the full set of available columns. -
Constructor Summary
ConstructorsConstructorDescriptionQuery()Default no-arg constructorQuery(double ra, double dec, double sr, BigInteger verb, String catalog, String extras) Fully-initialising value constructor -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) booleanWhen the service can access more than one catalog, this input parameter, if available, is used to indicate which service to access.doublegetDec()the declination of the search cone's center in decimal degrees.this value should be in the form of name=value pairs delimited with ampersands (&).doublegetRa()the right ascension of the search cone's center in decimal degrees.doublegetSr()the radius of the search cone in decimal degrees.getVerb()the verbosity level to use where 1 means the bare minimum set of columns and 3 means the full set of available columns.inthashCode()voidvoidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy) voidsetCatalog(String value) Sets the value of the catalog property.voidsetDec(double value) Sets the value of the dec property.voidSets the value of the extras property.voidsetRa(double value) Sets the value of the ra property.voidsetSr(double value) Sets the value of the sr property.voidsetVerb(BigInteger value) Sets the value of the verb property.toString()withCatalog(String value) withDec(double value) withExtras(String value) withRa(double value) withSr(double value) withVerb(BigInteger value)
-
Field Details
-
ra
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected double rathe right ascension of the search cone's center in decimal degrees. -
dec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected double decthe declination of the search cone's center in decimal degrees. -
sr
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected double srthe radius of the search cone in decimal degrees. -
verb
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected BigInteger verbthe verbosity level to use where 1 means the bare minimum set of columns and 3 means the full set of available columns. -
catalog
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected String catalogWhen the service can access more than one catalog, this input parameter, if available, is used to indicate which service to access. -
extras
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected String extrasthis value should be in the form of name=value pairs delimited with ampersands (&).
-
-
Constructor Details
-
Query
public Query()Default no-arg constructor -
Query
Fully-initialising value constructor
-
-
Method Details
-
getRa
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public double getRa()the right ascension of the search cone's center in decimal degrees. -
setRa
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setRa(double value) Sets the value of the ra property. -
getDec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public double getDec()the declination of the search cone's center in decimal degrees. -
setDec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setDec(double value) Sets the value of the dec property. -
getSr
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public double getSr()the radius of the search cone in decimal degrees. -
setSr
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setSr(double value) Sets the value of the sr property. -
getVerb
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public BigInteger getVerb()the verbosity level to use where 1 means the bare minimum set of columns and 3 means the full set of available columns.- Returns:
- possible object is
BigInteger
-
setVerb
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setVerb(BigInteger value) Sets the value of the verb property.- Parameters:
value- allowed object isBigInteger- See Also:
-
getCatalog
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public String getCatalog()When the service can access more than one catalog, this input parameter, if available, is used to indicate which service to access.- Returns:
- possible object is
String
-
setCatalog
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setCatalog(String value) Sets the value of the catalog property.- Parameters:
value- allowed object isString- See Also:
-
getExtras
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public String getExtras()this value should be in the form of name=value pairs delimited with ampersands (&).- Returns:
- possible object is
String
-
setExtras
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setExtras(String value) Sets the value of the extras property.- Parameters:
value- allowed object isString- See Also:
-
equals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public boolean equals(Object object) -
hashCode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public int hashCode() -
toString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public String toString() -
append
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-
withRa
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Query withRa(double value) -
withDec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Query withDec(double value) -
withSr
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Query withSr(double value) -
withVerb
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Query withVerb(BigInteger value) -
withCatalog
-
withExtras
-
mergeFrom
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void mergeFrom(Object left, Object right) - Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy) - Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom
-
createNewInstance
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Object createNewInstance()- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom
-