|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.jaxb.sos.ServiceConfiguration.Offering.Procedure
public static class ServiceConfiguration.Offering.Procedure
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Location"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="lat" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="lon" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> <element name="FeatureOfInterest"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="href" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> <element name="Sensor"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="href" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="href" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
ServiceConfiguration.Offering.Procedure.FeatureOfInterest
Java class for anonymous complex type. |
static class |
ServiceConfiguration.Offering.Procedure.Location
Java class for anonymous complex type. |
static class |
ServiceConfiguration.Offering.Procedure.Sensor
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected ServiceConfiguration.Offering.Procedure.FeatureOfInterest |
featureOfInterest
|
protected String |
href
|
protected ServiceConfiguration.Offering.Procedure.Location |
location
|
protected ServiceConfiguration.Offering.Procedure.Sensor |
sensor
|
Constructor Summary | |
---|---|
ServiceConfiguration.Offering.Procedure()
|
Method Summary | |
---|---|
ServiceConfiguration.Offering.Procedure.FeatureOfInterest |
getFeatureOfInterest()
Gets the value of the featureOfInterest property. |
String |
getHref()
Gets the value of the href property. |
ServiceConfiguration.Offering.Procedure.Location |
getLocation()
Gets the value of the location property. |
ServiceConfiguration.Offering.Procedure.Sensor |
getSensor()
Gets the value of the sensor property. |
void |
setFeatureOfInterest(ServiceConfiguration.Offering.Procedure.FeatureOfInterest value)
Sets the value of the featureOfInterest property. |
void |
setHref(String value)
Sets the value of the href property. |
void |
setLocation(ServiceConfiguration.Offering.Procedure.Location value)
Sets the value of the location property. |
void |
setSensor(ServiceConfiguration.Offering.Procedure.Sensor value)
Sets the value of the sensor property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ServiceConfiguration.Offering.Procedure.Location location
protected ServiceConfiguration.Offering.Procedure.FeatureOfInterest featureOfInterest
protected ServiceConfiguration.Offering.Procedure.Sensor sensor
protected String href
Constructor Detail |
---|
public ServiceConfiguration.Offering.Procedure()
Method Detail |
---|
public ServiceConfiguration.Offering.Procedure.Location getLocation()
ServiceConfiguration.Offering.Procedure.Location
public void setLocation(ServiceConfiguration.Offering.Procedure.Location value)
value
- allowed object is
ServiceConfiguration.Offering.Procedure.Location
public ServiceConfiguration.Offering.Procedure.FeatureOfInterest getFeatureOfInterest()
ServiceConfiguration.Offering.Procedure.FeatureOfInterest
public void setFeatureOfInterest(ServiceConfiguration.Offering.Procedure.FeatureOfInterest value)
value
- allowed object is
ServiceConfiguration.Offering.Procedure.FeatureOfInterest
public ServiceConfiguration.Offering.Procedure.Sensor getSensor()
ServiceConfiguration.Offering.Procedure.Sensor
public void setSensor(ServiceConfiguration.Offering.Procedure.Sensor value)
value
- allowed object is
ServiceConfiguration.Offering.Procedure.Sensor
public String getHref()
String
public void setHref(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |