Package edu.sc.seis.seisFile.fdsnws
Class IRISWSVirtualNetworkQueryParams
java.lang.Object
edu.sc.seis.seisFile.fdsnws.AbstractQueryParams
edu.sc.seis.seisFile.fdsnws.IRISWSVirtualNetworkQueryParams
public class IRISWSVirtualNetworkQueryParams extends AbstractQueryParams
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CODE
static java.lang.String
DEFINITION
static java.lang.String
ENDTIME
static java.lang.String
FORMAT
static java.lang.String
STARTTIME
-
Constructor Summary
Constructors Constructor Description IRISWSVirtualNetworkQueryParams()
IRISWSVirtualNetworkQueryParams(java.lang.String host)
-
Method Summary
Modifier and Type Method Description IRISWSVirtualNetworkQueryParams
clearCode()
IRISWSVirtualNetworkQueryParams
clearDefinition()
IRISWSVirtualNetworkQueryParams
clearEndTime()
IRISWSVirtualNetworkQueryParams
clearFormat()
IRISWSVirtualNetworkQueryParams
clearStartTime()
java.lang.String
getServiceName()
Service name as defined by the fdsn, ie event, station or dataselect.IRISWSVirtualNetworkQueryParams
setCode(java.lang.String value)
Specify a magnitude type to use for testing the minimum and maximum limits.IRISWSVirtualNetworkQueryParams
setDefinition(boolean value)
Specify a magnitude type to use for testing the minimum and maximum limits.IRISWSVirtualNetworkQueryParams
setEndTime(java.util.Date value)
Limit to events on or before the specified end time.IRISWSVirtualNetworkQueryParams
setFormat(java.lang.String value)
Specify a magnitude type to use for testing the minimum and maximum limits.IRISWSVirtualNetworkQueryParams
setStartTime(java.util.Date value)
Limit to events on or after the specified start time.Methods inherited from class edu.sc.seis.seisFile.fdsnws.AbstractQueryParams
appendToParam, clear, clearParam, createDateFormat, formURI, getFDSNMajorVersion, getFdsnQueryStyle, getFdsnwsPath, getHost, getParam, getParams, getPort, getScheme, setFdsnwsPath, setParam, setParam, setParam, setParam, setParam, setPort, setScheme
-
Field Details
-
CODE
public static final java.lang.String CODE- See Also:
- Constant Field Values
-
FORMAT
public static final java.lang.String FORMAT- See Also:
- Constant Field Values
-
DEFINITION
public static final java.lang.String DEFINITION- See Also:
- Constant Field Values
-
STARTTIME
public static final java.lang.String STARTTIME- See Also:
- Constant Field Values
-
ENDTIME
public static final java.lang.String ENDTIME- See Also:
- Constant Field Values
-
-
Constructor Details
-
IRISWSVirtualNetworkQueryParams
public IRISWSVirtualNetworkQueryParams() -
IRISWSVirtualNetworkQueryParams
public IRISWSVirtualNetworkQueryParams(java.lang.String host)
-
-
Method Details
-
getServiceName
public java.lang.String getServiceName()Description copied from class:AbstractQueryParams
Service name as defined by the fdsn, ie event, station or dataselect.- Specified by:
getServiceName
in classAbstractQueryParams
-
setCode
Specify a magnitude type to use for testing the minimum and maximum limits. -
clearCode
-
setFormat
Specify a magnitude type to use for testing the minimum and maximum limits. -
clearFormat
-
setDefinition
Specify a magnitude type to use for testing the minimum and maximum limits. -
clearDefinition
-
setStartTime
Limit to events on or after the specified start time. -
clearStartTime
-
setEndTime
Limit to events on or before the specified end time. -
clearEndTime
-