org.deegree.feature.persistence.sql.jaxb
Class Href
java.lang.Object
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>
Constructor Summary |
Href()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mapping
protected String mapping
Href
public Href()
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.