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
IRISWS_PATH
static java.lang.String
STARTTIME
static java.lang.String
VIRTUALNETWORK_SERVICE
Fields inherited from class edu.sc.seis.seisFile.fdsnws.AbstractQueryParams
DEFAULT_HOST, IRIS_HOST, NEWLINE, NO_DATA, nodata
-
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.time.Instant 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
setHost(java.lang.String host)
IRISWSVirtualNetworkQueryParams
setPort(int port)
IRISWSVirtualNetworkQueryParams
setStartTime(java.time.Instant 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, setBaseURL, setFdsnwsPath, setParam, setParam, setParam, setParam, setParam, setScheme
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
VIRTUALNETWORK_SERVICE
public static final java.lang.String VIRTUALNETWORK_SERVICE- See Also:
- Constant Field Values
-
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
-
IRISWS_PATH
public static final java.lang.String IRISWS_PATH- 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
-
setHost
-
setPort
-
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
-