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

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

public static class SQLFeatureStoreJAXB.BLOBMapping
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">
       <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

blobTable

protected String blobTable

featureTypeTable

protected String featureTypeTable
Constructor Detail

SQLFeatureStoreJAXB.BLOBMapping

public SQLFeatureStoreJAXB.BLOBMapping()
Method Detail

getBlobTable

public String getBlobTable()
Gets the value of the blobTable property.

Returns:
possible object is String

setBlobTable

public void setBlobTable(String value)
Sets the value of the blobTable property.

Parameters:
value - allowed object is String

getFeatureTypeTable

public String getFeatureTypeTable()
Gets the value of the featureTypeTable property.

Returns:
possible object is String

setFeatureTypeTable

public void setFeatureTypeTable(String value)
Sets the value of the featureTypeTable property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.