public class RequestConfiguration extends Object
| Constructor and Description |
|---|
RequestConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static RequestConfiguration |
exampleConfig() |
String |
getNetworkSmlProcedure() |
String |
getSensorSmlProcedure() |
String |
getStationSmlProcedure() |
GetObservationConstellation |
getTimeSeriesConstellation() |
GetObservationConstellation |
getTimeSeriesProfileConstellation() |
int |
hashCode() |
static void |
main(String[] args) |
void |
setNetworkSmlProcedure(String networkSmlProcedure) |
void |
setSensorSmlProcedure(String sensorSmlProcedure) |
void |
setStationSmlProcedure(String stationSmlProcedure) |
void |
setTimeSeriesConstellation(GetObservationConstellation timeSeriesConstellation) |
void |
setTimeSeriesProfileConstellation(GetObservationConstellation timeSeriesProfileConstellation) |
public String getNetworkSmlProcedure()
public void setNetworkSmlProcedure(String networkSmlProcedure)
public String getStationSmlProcedure()
public void setStationSmlProcedure(String stationSmlProcedure)
public String getSensorSmlProcedure()
public void setSensorSmlProcedure(String sensorSmlProcedure)
public GetObservationConstellation getTimeSeriesConstellation()
public void setTimeSeriesConstellation(GetObservationConstellation timeSeriesConstellation)
public GetObservationConstellation getTimeSeriesProfileConstellation()
public void setTimeSeriesProfileConstellation(GetObservationConstellation timeSeriesProfileConstellation)
public static RequestConfiguration exampleConfig()
public static void main(String[] args)
Copyright © 2014. All Rights Reserved.