org.deegree.feature.persistence.sql.jaxb
Class SimplePropertyJAXB

java.lang.Object
  extended by org.deegree.feature.persistence.sql.jaxb.AbstractPropertyJAXB
      extended by org.deegree.feature.persistence.sql.jaxb.SimplePropertyJAXB

public class SimplePropertyJAXB
extends AbstractPropertyJAXB

Declaration 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/datasource/feature/sql}AbstractPropertyType">
       <attribute name="type" type="{http://www.deegree.org/datasource/feature/sql}PrimitiveType" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  PrimitiveType type
           
 
Fields inherited from class org.deegree.feature.persistence.sql.jaxb.AbstractPropertyJAXB
join, mapping, name
 
Constructor Summary
SimplePropertyJAXB()
           
 
Method Summary
 PrimitiveType getType()
          Gets the value of the type property.
 void setType(PrimitiveType value)
          Sets the value of the type property.
 
Methods inherited from class org.deegree.feature.persistence.sql.jaxb.AbstractPropertyJAXB
getJoin, getMapping, getName, setJoin, setMapping, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected PrimitiveType type
Constructor Detail

SimplePropertyJAXB

public SimplePropertyJAXB()
Method Detail

getType

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

Returns:
possible object is PrimitiveType

setType

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

Parameters:
value - allowed object is PrimitiveType


Copyright © 2011. All Rights Reserved.