org.deegree.services.jaxb.wfs
Class GMLFormat.GetFeatureResponse.DisableDynamicSchema

java.lang.Object
  extended by org.deegree.services.jaxb.wfs.GMLFormat.GetFeatureResponse.DisableDynamicSchema
Enclosing class:
GMLFormat.GetFeatureResponse

public static class GMLFormat.GetFeatureResponse.DisableDynamicSchema
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>boolean">
       <attribute name="baseURL" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String baseURL
           
protected  boolean value
           
 
Constructor Summary
GMLFormat.GetFeatureResponse.DisableDynamicSchema()
           
 
Method Summary
 String getBaseURL()
          Gets the value of the baseURL property.
 boolean isValue()
          Gets the value of the value property.
 void setBaseURL(String value)
          Sets the value of the baseURL property.
 void setValue(boolean value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected boolean value

baseURL

protected String baseURL
Constructor Detail

GMLFormat.GetFeatureResponse.DisableDynamicSchema

public GMLFormat.GetFeatureResponse.DisableDynamicSchema()
Method Detail

isValue

public boolean isValue()
Gets the value of the value property.


setValue

public void setValue(boolean value)
Sets the value of the value property.


getBaseURL

public String getBaseURL()
Gets the value of the baseURL property.

Returns:
possible object is String

setBaseURL

public void setBaseURL(String value)
Sets the value of the baseURL property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.