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

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

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

public class FeaturePropertyDecl
extends AbstractPropertyDecl

Definition of a feature-valued property of a feature type.

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{http://www.deegree.org/feature/featuretype}AbstractPropertyType">
       <sequence>
         <element ref="{http://www.deegree.org/feature/featuretype}FeaturePropertyMapping"/>
       </sequence>
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}QName" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  FeaturePropertyMappingType featurePropertyMapping
           
protected  QName type
           
 
Fields inherited from class org.deegree.feature.persistence.postgis.jaxbconfig.AbstractPropertyDecl
maxOccurs, minOccurs, name
 
Constructor Summary
FeaturePropertyDecl()
           
 
Method Summary
 FeaturePropertyMappingType getFeaturePropertyMapping()
          Gets the value of the featurePropertyMapping property.
 QName getType()
          Gets the value of the type property.
 void setFeaturePropertyMapping(FeaturePropertyMappingType value)
          Sets the value of the featurePropertyMapping property.
 void setType(QName value)
          Sets the value of the type property.
 
Methods inherited from class org.deegree.feature.persistence.postgis.jaxbconfig.AbstractPropertyDecl
getMaxOccurs, getMinOccurs, getName, setMaxOccurs, setMinOccurs, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

featurePropertyMapping

protected FeaturePropertyMappingType featurePropertyMapping

type

protected QName type
Constructor Detail

FeaturePropertyDecl

public FeaturePropertyDecl()
Method Detail

getFeaturePropertyMapping

public FeaturePropertyMappingType getFeaturePropertyMapping()
Gets the value of the featurePropertyMapping property.

Returns:
possible object is FeaturePropertyMappingType

setFeaturePropertyMapping

public void setFeaturePropertyMapping(FeaturePropertyMappingType value)
Sets the value of the featurePropertyMapping property.

Parameters:
value - allowed object is FeaturePropertyMappingType

getType

public QName getType()
Gets the value of the type property.

Returns:
possible object is QName

setType

public void setType(QName value)
Sets the value of the type property.

Parameters:
value - allowed object is QName

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

]]>