org.deegree.feature.persistence.sql.jaxb
Class Href

java.lang.Object
  extended by org.deegree.feature.persistence.sql.jaxb.Href

public class Href
extends Object

Defines the storage for URIs that reference internal or external objects (e.g. '#FEATURE_1' or 'http://www.deegree.org/features#FEATURE_1'")

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="mapping" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String mapping
           
 
Constructor Summary
Href()
           
 
Method Summary
 String getMapping()
          Gets the value of the mapping property.
 void setMapping(String value)
          Sets the value of the mapping property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mapping

protected String mapping
Constructor Detail

Href

public Href()
Method Detail

getMapping

public String getMapping()
Gets the value of the mapping property.

Returns:
possible object is String

setMapping

public void setMapping(String value)
Sets the value of the mapping property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.