public class GetFeatureInfo
extends java.lang.Object
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>
<element ref="{}Format" maxOccurs="unbounded"/>
<element ref="{}DCPType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<DCPType> |
dcpTypes |
protected java.util.List<java.lang.String> |
formats |
| Constructor and Description |
|---|
GetFeatureInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DCPType> |
getDCPTypes()
Gets the value of the dcpTypes property.
|
java.util.List<java.lang.String> |
getFormats()
Gets the value of the formats property.
|
protected java.util.List<java.lang.String> formats
protected java.util.List<DCPType> dcpTypes
public java.util.List<java.lang.String> getFormats()
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 formats property.
For example, to add a new item, do as follows:
getFormats().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<DCPType> getDCPTypes()
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 dcpTypes property.
For example, to add a new item, do as follows:
getDCPTypes().add(newItem);
Objects of the following type(s) are allowed in the list
DCPType
Copyright © 2013. All Rights Reserved.