|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.jaxb.wfs.DeegreeWFS.ExtendedCapabilities
public static class DeegreeWFS.ExtendedCapabilities
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any processContents='lax'/> </sequence> <attribute name="wfsVersions"> <simpleType> <list itemType="{http://www.deegree.org/services/wfs}WFSVersionType" /> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Element |
any
|
protected List<String> |
wfsVersions
|
Constructor Summary | |
---|---|
DeegreeWFS.ExtendedCapabilities()
|
Method Summary | |
---|---|
Element |
getAny()
Gets the value of the any property. |
List<String> |
getWfsVersions()
Gets the value of the wfsVersions property. |
void |
setAny(Element value)
Sets the value of the any property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Element any
protected List<String> wfsVersions
Constructor Detail |
---|
public DeegreeWFS.ExtendedCapabilities()
Method Detail |
---|
public Element getAny()
Element
public void setAny(Element value)
value
- allowed object is
Element
public List<String> getWfsVersions()
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 wfsVersions property.
For example, to add a new item, do as follows:
getWfsVersions().add(newItem);
Objects of the following type(s) are allowed in the list
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |