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

java.lang.Object
  extended by org.deegree.feature.persistence.sql.jaxb.AbstractPropertyJAXB
Direct Known Subclasses:
GeometryPropertyJAXB, SimplePropertyJAXB

public abstract class AbstractPropertyJAXB
extends Object

Declaration of a property of a feature type.

Java class for AbstractPropertyType complex type.

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

 <complexType name="AbstractPropertyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.deegree.org/datasource/feature/sql}Join" minOccurs="0"/>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <attribute name="mapping" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Join join
           
protected  String mapping
           
protected  QName name
           
 
Constructor Summary
AbstractPropertyJAXB()
           
 
Method Summary
 Join getJoin()
          Gets the value of the join property.
 String getMapping()
          Gets the value of the mapping property.
 QName getName()
          Gets the value of the name property.
 void setJoin(Join value)
          Sets the value of the join property.
 void setMapping(String value)
          Sets the value of the mapping property.
 void setName(QName value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

join

protected Join join

name

protected QName name

mapping

protected String mapping
Constructor Detail

AbstractPropertyJAXB

public AbstractPropertyJAXB()
Method Detail

getJoin

public Join getJoin()
Gets the value of the join property.

Returns:
possible object is Join

setJoin

public void setJoin(Join value)
Sets the value of the join property.

Parameters:
value - allowed object is Join

getName

public QName getName()
Gets the value of the name property.

Returns:
possible object is QName

setName

public void setName(QName value)
Sets the value of the name property.

Parameters:
value - allowed object is QName

getMapping

public String getMapping()
Gets the value of the mapping property.

Returns:
possible object is String

setMapping

public void setMapping(String value)
Sets the value of the mapping property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.