|
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.SimplePropertyDecl
public class SimplePropertyDecl
Definition of a simple 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}SimplePropertyMapping"/>
</sequence>
<attribute name="type" type="{http://www.deegree.org/feature/featuretype}PrimitiveType" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected SimplePropertyMappingType |
simplePropertyMapping
|
protected PrimitiveType |
type
|
| Fields inherited from class org.deegree.feature.persistence.postgis.jaxbconfig.AbstractPropertyDecl |
|---|
maxOccurs, minOccurs, name |
| Constructor Summary | |
|---|---|
SimplePropertyDecl()
|
|
| Method Summary | |
|---|---|
SimplePropertyMappingType |
getSimplePropertyMapping()
Gets the value of the simplePropertyMapping property. |
PrimitiveType |
getType()
Gets the value of the type property. |
void |
setSimplePropertyMapping(SimplePropertyMappingType value)
Sets the value of the simplePropertyMapping property. |
void |
setType(PrimitiveType 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 SimplePropertyMappingType simplePropertyMapping
protected PrimitiveType type
| Constructor Detail |
|---|
public SimplePropertyDecl()
| Method Detail |
|---|
public SimplePropertyMappingType getSimplePropertyMapping()
SimplePropertyMappingTypepublic void setSimplePropertyMapping(SimplePropertyMappingType value)
value - allowed object is
SimplePropertyMappingTypepublic PrimitiveType getType()
PrimitiveTypepublic void setType(PrimitiveType value)
value - allowed object is
PrimitiveType
|
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 | |||||||||