org.deegree.services.jaxb.wms
Class FeatureInfoFormatsType.GetFeatureInfoFormat

java.lang.Object
  extended by org.deegree.services.jaxb.wms.FeatureInfoFormatsType.GetFeatureInfoFormat
Enclosing class:
FeatureInfoFormatsType

public static class FeatureInfoFormatsType.GetFeatureInfoFormat
extends 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>
         <choice>
           <element name="File" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="XSLTFile">
             <complexType>
               <simpleContent>
                 <extension base="<http://www.w3.org/2001/XMLSchema>string">
                   <attribute name="gmlVersion" type="{http://www.deegree.org/services/wms}GMLVersionType" default="GML_32" />
                 </extension>
               </simpleContent>
             </complexType>
           </element>
         </choice>
         <element name="Format" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class FeatureInfoFormatsType.GetFeatureInfoFormat.XSLTFile
          Java class for anonymous complex type.
 
Field Summary
protected  String file
           
protected  String format
           
protected  FeatureInfoFormatsType.GetFeatureInfoFormat.XSLTFile xsltFile
           
 
Constructor Summary
FeatureInfoFormatsType.GetFeatureInfoFormat()
           
 
Method Summary
 String getFile()
          Gets the value of the file property.
 String getFormat()
          Gets the value of the format property.
 FeatureInfoFormatsType.GetFeatureInfoFormat.XSLTFile getXSLTFile()
          Gets the value of the xsltFile property.
 void setFile(String value)
          Sets the value of the file property.
 void setFormat(String value)
          Sets the value of the format property.
 void setXSLTFile(FeatureInfoFormatsType.GetFeatureInfoFormat.XSLTFile value)
          Sets the value of the xsltFile property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file

protected String file

xsltFile

protected FeatureInfoFormatsType.GetFeatureInfoFormat.XSLTFile xsltFile

format

protected String format
Constructor Detail

FeatureInfoFormatsType.GetFeatureInfoFormat

public FeatureInfoFormatsType.GetFeatureInfoFormat()
Method Detail

getFile

public String getFile()
Gets the value of the file property.

Returns:
possible object is String

setFile

public void setFile(String value)
Sets the value of the file property.

Parameters:
value - allowed object is String

getXSLTFile

public FeatureInfoFormatsType.GetFeatureInfoFormat.XSLTFile getXSLTFile()
Gets the value of the xsltFile property.

Returns:
possible object is FeatureInfoFormatsType.GetFeatureInfoFormat.XSLTFile

setXSLTFile

public void setXSLTFile(FeatureInfoFormatsType.GetFeatureInfoFormat.XSLTFile value)
Sets the value of the xsltFile property.

Parameters:
value - allowed object is FeatureInfoFormatsType.GetFeatureInfoFormat.XSLTFile

getFormat

public String getFormat()
Gets the value of the format property.

Returns:
possible object is String

setFormat

public void setFormat(String value)
Sets the value of the format property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.