|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.feature.persistence.postgis.jaxbconfig.AbstractPropertyDecl
org.deegree.feature.persistence.postgis.jaxbconfig.FeaturePropertyDecl
public class FeaturePropertyDecl
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 |
|---|
protected FeaturePropertyMappingType featurePropertyMapping
protected QName type
| Constructor Detail |
|---|
public FeaturePropertyDecl()
| Method Detail |
|---|
public FeaturePropertyMappingType getFeaturePropertyMapping()
FeaturePropertyMappingTypepublic void setFeaturePropertyMapping(FeaturePropertyMappingType value)
value - allowed object is
FeaturePropertyMappingTypepublic QName getType()
QNamepublic void setType(QName value)
value - allowed object is
QName
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||