|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.feature.persistence.sql.jaxb.SQLFeatureStoreJAXB.BLOBMapping
public static class SQLFeatureStoreJAXB.BLOBMapping
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">
<sequence>
<element name="BlobTable" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FeatureTypeTable" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
blobTable
|
protected String |
featureTypeTable
|
| Constructor Summary | |
|---|---|
SQLFeatureStoreJAXB.BLOBMapping()
|
|
| Method Summary | |
|---|---|
String |
getBlobTable()
Gets the value of the blobTable property. |
String |
getFeatureTypeTable()
Gets the value of the featureTypeTable property. |
void |
setBlobTable(String value)
Sets the value of the blobTable property. |
void |
setFeatureTypeTable(String value)
Sets the value of the featureTypeTable property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String blobTable
protected String featureTypeTable
| Constructor Detail |
|---|
public SQLFeatureStoreJAXB.BLOBMapping()
| Method Detail |
|---|
public String getBlobTable()
Stringpublic void setBlobTable(String value)
value - allowed object is
Stringpublic String getFeatureTypeTable()
Stringpublic void setFeatureTypeTable(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||