org.deegree.services.jaxb.sos
Class ServiceConfiguration.Offering.Procedure

java.lang.Object
  extended by org.deegree.services.jaxb.sos.ServiceConfiguration.Offering.Procedure
Enclosing class:
ServiceConfiguration.Offering

public static class ServiceConfiguration.Offering.Procedure
extends Object

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

location

protected ServiceConfiguration.Offering.Procedure.Location location

featureOfInterest

protected ServiceConfiguration.Offering.Procedure.FeatureOfInterest featureOfInterest

sensor

protected ServiceConfiguration.Offering.Procedure.Sensor sensor

href

protected String href
Constructor Detail

ServiceConfiguration.Offering.Procedure

public ServiceConfiguration.Offering.Procedure()
Method Detail

getLocation

public ServiceConfiguration.Offering.Procedure.Location getLocation()
Gets the value of the location property.

Returns:
possible object is ServiceConfiguration.Offering.Procedure.Location

setLocation

public void setLocation(ServiceConfiguration.Offering.Procedure.Location value)
Sets the value of the location property.

Parameters:
value - allowed object is ServiceConfiguration.Offering.Procedure.Location

getFeatureOfInterest

public ServiceConfiguration.Offering.Procedure.FeatureOfInterest getFeatureOfInterest()
Gets the value of the featureOfInterest property.

Returns:
possible object is ServiceConfiguration.Offering.Procedure.FeatureOfInterest

setFeatureOfInterest

public void setFeatureOfInterest(ServiceConfiguration.Offering.Procedure.FeatureOfInterest value)
Sets the value of the featureOfInterest property.

Parameters:
value - allowed object is ServiceConfiguration.Offering.Procedure.FeatureOfInterest

getSensor

public ServiceConfiguration.Offering.Procedure.Sensor getSensor()
Gets the value of the sensor property.

Returns:
possible object is ServiceConfiguration.Offering.Procedure.Sensor

setSensor

public void setSensor(ServiceConfiguration.Offering.Procedure.Sensor value)
Sets the value of the sensor property.

Parameters:
value - allowed object is ServiceConfiguration.Offering.Procedure.Sensor

getHref

public String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

public void setHref(String value)
Sets the value of the href property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.