|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.feature.persistence.postgis.jaxb.AbstractPropertyDecl
public abstract class AbstractPropertyDecl
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/postgis}JoinedTable" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}QName" />
<attribute name="minOccurs" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="maxOccurs">
<simpleType>
<union memberTypes=" {http://www.w3.org/2001/XMLSchema}positiveInteger">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="unbounded"/>
</restriction>
</simpleType>
</union>
</simpleType>
</attribute>
<attribute name="mapping" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="nilMapping" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected JoinedTable |
joinedTable
|
protected java.lang.String |
mapping
|
protected java.lang.String |
maxOccurs
|
protected java.math.BigInteger |
minOccurs
|
protected javax.xml.namespace.QName |
name
|
protected java.lang.String |
nilMapping
|
| Constructor Summary | |
|---|---|
AbstractPropertyDecl()
|
|
| Method Summary | |
|---|---|
JoinedTable |
getJoinedTable()
Gets the value of the joinedTable property. |
java.lang.String |
getMapping()
Gets the value of the mapping property. |
java.lang.String |
getMaxOccurs()
Gets the value of the maxOccurs property. |
java.math.BigInteger |
getMinOccurs()
Gets the value of the minOccurs property. |
javax.xml.namespace.QName |
getName()
Gets the value of the name property. |
java.lang.String |
getNilMapping()
Gets the value of the nilMapping property. |
void |
setJoinedTable(JoinedTable value)
Sets the value of the joinedTable property. |
void |
setMapping(java.lang.String value)
Sets the value of the mapping property. |
void |
setMaxOccurs(java.lang.String value)
Sets the value of the maxOccurs property. |
void |
setMinOccurs(java.math.BigInteger value)
Sets the value of the minOccurs property. |
void |
setName(javax.xml.namespace.QName value)
Sets the value of the name property. |
void |
setNilMapping(java.lang.String value)
Sets the value of the nilMapping property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JoinedTable joinedTable
protected javax.xml.namespace.QName name
protected java.math.BigInteger minOccurs
protected java.lang.String maxOccurs
protected java.lang.String mapping
protected java.lang.String nilMapping
| Constructor Detail |
|---|
public AbstractPropertyDecl()
| Method Detail |
|---|
public JoinedTable getJoinedTable()
JoinedTablepublic void setJoinedTable(JoinedTable value)
value - allowed object is
JoinedTablepublic javax.xml.namespace.QName getName()
QNamepublic void setName(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic java.math.BigInteger getMinOccurs()
BigIntegerpublic void setMinOccurs(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getMaxOccurs()
Stringpublic void setMaxOccurs(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMapping()
Stringpublic void setMapping(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNilMapping()
Stringpublic void setNilMapping(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||