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

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

public static class ServiceConfiguration.Offering.Procedure.FeatureOfInterest
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">
       <attribute name="href" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String href
           
 
Constructor Summary
ServiceConfiguration.Offering.Procedure.FeatureOfInterest()
           
 
Method Summary
 String getHref()
          Gets the value of the href property.
 void setHref(String value)
          Sets the value of the href property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

href

protected String href
Constructor Detail

ServiceConfiguration.Offering.Procedure.FeatureOfInterest

public ServiceConfiguration.Offering.Procedure.FeatureOfInterest()
Method Detail

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.