|
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.ApplicationSchemaDecl
public class ApplicationSchemaDecl
Root element (container for all feature type declarations)
Java class for ApplicationSchema element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="ApplicationSchema">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.deegree.org/feature/featuretype}FeatureType" maxOccurs="unbounded"/>
</sequence>
<attribute name="targetNamespace" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
</element>
| Field Summary | |
|---|---|
protected List<FeatureTypeDecl> |
featureType
|
protected String |
targetNamespace
|
| Constructor Summary | |
|---|---|
ApplicationSchemaDecl()
|
|
| Method Summary | |
|---|---|
List<FeatureTypeDecl> |
getFeatureType()
Gets the value of the featureType property. |
String |
getTargetNamespace()
Gets the value of the targetNamespace property. |
void |
setTargetNamespace(String value)
Sets the value of the targetNamespace property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<FeatureTypeDecl> featureType
protected String targetNamespace
| Constructor Detail |
|---|
public ApplicationSchemaDecl()
| Method Detail |
|---|
public List<FeatureTypeDecl> getFeatureType()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the featureType property.
For example, to add a new item, do as follows:
getFeatureType().add(newItem);
Objects of the following type(s) are allowed in the list
FeatureTypeDecl
public String getTargetNamespace()
Stringpublic void setTargetNamespace(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 | |||||||||