org.deegree.services.jaxb.wms
Class FeatureInfoFormatsType

java.lang.Object
  extended by org.deegree.services.jaxb.wms.FeatureInfoFormatsType

public class FeatureInfoFormatsType
extends java.lang.Object

Java class for FeatureInfoFormatsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FeatureInfoFormatsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="GetFeatureInfoFormat" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="File" type="{http://www.w3.org/2001/XMLSchema}string"/>
                   <element name="Format" type="{http://www.w3.org/2001/XMLSchema}string"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class FeatureInfoFormatsType.GetFeatureInfoFormat
          Java class for anonymous complex type.
 
Field Summary
protected  java.util.List<FeatureInfoFormatsType.GetFeatureInfoFormat> getFeatureInfoFormat
           
 
Constructor Summary
FeatureInfoFormatsType()
           
 
Method Summary
 java.util.List<FeatureInfoFormatsType.GetFeatureInfoFormat> getGetFeatureInfoFormat()
          Gets the value of the getFeatureInfoFormat property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

getFeatureInfoFormat

protected java.util.List<FeatureInfoFormatsType.GetFeatureInfoFormat> getFeatureInfoFormat
Constructor Detail

FeatureInfoFormatsType

public FeatureInfoFormatsType()
Method Detail

getGetFeatureInfoFormat

public java.util.List<FeatureInfoFormatsType.GetFeatureInfoFormat> getGetFeatureInfoFormat()
Gets the value of the getFeatureInfoFormat property.

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 getFeatureInfoFormat property.

For example, to add a new item, do as follows:

    getGetFeatureInfoFormat().add(newItem);
 

Objects of the following type(s) are allowed in the list FeatureInfoFormatsType.GetFeatureInfoFormat



Copyright © 2011. All Rights Reserved.