org.deegree.services.jaxb.csw
Class DeegreeCSW

java.lang.Object
  extended by org.deegree.services.jaxb.csw.DeegreeCSW

public class DeegreeCSW
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 name="SupportedVersions" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Version" type="{http://www.deegree.org/services/csw}CSWVersionType" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="EnableTransactions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="EnableInspireExtensions" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
       </sequence>
       <attribute name="configVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="3.0.0" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class DeegreeCSW.SupportedVersions
          Java class for anonymous complex type.
 
Field Summary
protected  java.lang.String configVersion
           
protected  java.lang.Object enableInspireExtensions
           
protected  java.lang.Boolean enableTransactions
           
protected  DeegreeCSW.SupportedVersions supportedVersions
           
 
Constructor Summary
DeegreeCSW()
           
 
Method Summary
 java.lang.String getConfigVersion()
          Gets the value of the configVersion property.
 java.lang.Object getEnableInspireExtensions()
          Gets the value of the enableInspireExtensions property.
 DeegreeCSW.SupportedVersions getSupportedVersions()
          Gets the value of the supportedVersions property.
 java.lang.Boolean isEnableTransactions()
          Gets the value of the enableTransactions property.
 void setConfigVersion(java.lang.String value)
          Sets the value of the configVersion property.
 void setEnableInspireExtensions(java.lang.Object value)
          Sets the value of the enableInspireExtensions property.
 void setEnableTransactions(java.lang.Boolean value)
          Sets the value of the enableTransactions property.
 void setSupportedVersions(DeegreeCSW.SupportedVersions value)
          Sets the value of the supportedVersions property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

supportedVersions

protected DeegreeCSW.SupportedVersions supportedVersions

enableTransactions

protected java.lang.Boolean enableTransactions

enableInspireExtensions

protected java.lang.Object enableInspireExtensions

configVersion

protected java.lang.String configVersion
Constructor Detail

DeegreeCSW

public DeegreeCSW()
Method Detail

getSupportedVersions

public DeegreeCSW.SupportedVersions getSupportedVersions()
Gets the value of the supportedVersions property.

Returns:
possible object is DeegreeCSW.SupportedVersions

setSupportedVersions

public void setSupportedVersions(DeegreeCSW.SupportedVersions value)
Sets the value of the supportedVersions property.

Parameters:
value - allowed object is DeegreeCSW.SupportedVersions

isEnableTransactions

public java.lang.Boolean isEnableTransactions()
Gets the value of the enableTransactions property.

Returns:
possible object is Boolean

setEnableTransactions

public void setEnableTransactions(java.lang.Boolean value)
Sets the value of the enableTransactions property.

Parameters:
value - allowed object is Boolean

getEnableInspireExtensions

public java.lang.Object getEnableInspireExtensions()
Gets the value of the enableInspireExtensions property.

Returns:
possible object is Object

setEnableInspireExtensions

public void setEnableInspireExtensions(java.lang.Object value)
Sets the value of the enableInspireExtensions property.

Parameters:
value - allowed object is Object

getConfigVersion

public java.lang.String getConfigVersion()
Gets the value of the configVersion property.

Returns:
possible object is String

setConfigVersion

public void setConfigVersion(java.lang.String value)
Sets the value of the configVersion property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.