org.deegree.feature.persistence.sql.jaxb
Class SQLFeatureStoreJAXB.NamespaceHint

java.lang.Object
  extended by org.deegree.feature.persistence.sql.jaxb.SQLFeatureStoreJAXB.NamespaceHint
Enclosing class:
SQLFeatureStoreJAXB

public static class SQLFeatureStoreJAXB.NamespaceHint
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="prefix" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="namespaceURI" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String namespaceURI
           
protected  String prefix
           
 
Constructor Summary
SQLFeatureStoreJAXB.NamespaceHint()
           
 
Method Summary
 String getNamespaceURI()
          Gets the value of the namespaceURI property.
 String getPrefix()
          Gets the value of the prefix property.
 void setNamespaceURI(String value)
          Sets the value of the namespaceURI property.
 void setPrefix(String value)
          Sets the value of the prefix property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prefix

protected String prefix

namespaceURI

protected String namespaceURI
Constructor Detail

SQLFeatureStoreJAXB.NamespaceHint

public SQLFeatureStoreJAXB.NamespaceHint()
Method Detail

getPrefix

public String getPrefix()
Gets the value of the prefix property.

Returns:
possible object is String

setPrefix

public void setPrefix(String value)
Sets the value of the prefix property.

Parameters:
value - allowed object is String

getNamespaceURI

public String getNamespaceURI()
Gets the value of the namespaceURI property.

Returns:
possible object is String

setNamespaceURI

public void setNamespaceURI(String value)
Sets the value of the namespaceURI property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.