|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.feature.persistence.memory.jaxb.MemoryFeatureStoreConfig.NamespaceHint
public static class MemoryFeatureStoreConfig.NamespaceHint
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 | |
---|---|
MemoryFeatureStoreConfig.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 |
---|
protected String prefix
protected String namespaceURI
Constructor Detail |
---|
public MemoryFeatureStoreConfig.NamespaceHint()
Method Detail |
---|
public String getPrefix()
String
public void setPrefix(String value)
value
- allowed object is
String
public String getNamespaceURI()
String
public void setNamespaceURI(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |