|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.feature.persistence.sql.jaxb.AbstractPropertyJAXB
public abstract class AbstractPropertyJAXB
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 |
---|
protected Join join
protected QName name
protected String mapping
Constructor Detail |
---|
public AbstractPropertyJAXB()
Method Detail |
---|
public Join getJoin()
Join
public void setJoin(Join value)
value
- allowed object is
Join
public QName getName()
QName
public void setName(QName value)
value
- allowed object is
QName
public String getMapping()
String
public void setMapping(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |