deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

org.deegree.feature.persistence.postgis.jaxbconfig
Class ApplicationSchemaDecl

java.lang.Object
  extended by org.deegree.feature.persistence.postgis.jaxbconfig.ApplicationSchemaDecl

public class ApplicationSchemaDecl
extends Object

Root element (container for all feature type declarations)

Java class for ApplicationSchema element declaration.

The following schema fragment specifies the expected content contained within this class.

 <element name="ApplicationSchema">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{http://www.deegree.org/feature/featuretype}GlobalMappingHints"/>
           <element ref="{http://www.deegree.org/feature/featuretype}FeatureType" maxOccurs="unbounded"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Field Summary
protected  List<FeatureTypeDecl> featureType
           
protected  GlobalMappingHints globalMappingHints
           
 
Constructor Summary
ApplicationSchemaDecl()
           
 
Method Summary
 List<FeatureTypeDecl> getFeatureType()
          Gets the value of the featureType property.
 GlobalMappingHints getGlobalMappingHints()
          Gets the value of the globalMappingHints property.
 void setGlobalMappingHints(GlobalMappingHints value)
          Sets the value of the globalMappingHints property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

globalMappingHints

protected GlobalMappingHints globalMappingHints

featureType

protected List<FeatureTypeDecl> featureType
Constructor Detail

ApplicationSchemaDecl

public ApplicationSchemaDecl()
Method Detail

getGlobalMappingHints

public GlobalMappingHints getGlobalMappingHints()
Gets the value of the globalMappingHints property.

Returns:
possible object is GlobalMappingHints

setGlobalMappingHints

public void setGlobalMappingHints(GlobalMappingHints value)
Sets the value of the globalMappingHints property.

Parameters:
value - allowed object is GlobalMappingHints

getFeatureType

public List<FeatureTypeDecl> getFeatureType()
Gets the value of the featureType property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the featureType property.

For example, to add a new item, do as follows:

    getFeatureType().add(newItem);
 

Objects of the following type(s) are allowed in the list FeatureTypeDecl


deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>