|
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.types.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">
<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>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
maxOccurs
|
protected BigInteger |
minOccurs
|
protected QName |
name
|
| Constructor Summary | |
|---|---|
AbstractPropertyDecl()
|
|
| Method Summary | |
|---|---|
String |
getMaxOccurs()
Gets the value of the maxOccurs property. |
BigInteger |
getMinOccurs()
Gets the value of the minOccurs property. |
QName |
getName()
Gets the value of the name property. |
void |
setMaxOccurs(String value)
Sets the value of the maxOccurs property. |
void |
setMinOccurs(BigInteger value)
Sets the value of the minOccurs 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 QName name
protected BigInteger minOccurs
protected String maxOccurs
| Constructor Detail |
|---|
public AbstractPropertyDecl()
| Method Detail |
|---|
public QName getName()
QNamepublic void setName(QName value)
value - allowed object is
QNamepublic BigInteger getMinOccurs()
BigIntegerpublic void setMinOccurs(BigInteger value)
value - allowed object is
BigIntegerpublic String getMaxOccurs()
Stringpublic void setMaxOccurs(String value)
value - allowed object is
String
|
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 | |||||||||