org.deegree.services.jaxb.csw
Class DeegreeCSW

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

public class DeegreeCSW
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>
         <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="MaxMatches" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
         <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"/>
         <element name="ExtendedCapabilities" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
       </sequence>
       <attribute name="configVersion" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="3.0.0"/>
             <enumeration value="3.1.0"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class DeegreeCSW.SupportedVersions
          Java class for anonymous complex type.
 
Field Summary
protected  String configVersion
           
protected  Object enableInspireExtensions
           
protected  Boolean enableTransactions
           
protected  String extendedCapabilities
           
protected  BigInteger maxMatches
           
protected  DeegreeCSW.SupportedVersions supportedVersions
           
 
Constructor Summary
DeegreeCSW()
           
 
Method Summary
 String getConfigVersion()
          Gets the value of the configVersion property.
 Object getEnableInspireExtensions()
          Gets the value of the enableInspireExtensions property.
 String getExtendedCapabilities()
          Gets the value of the extendedCapabilities property.
 BigInteger getMaxMatches()
          Gets the value of the maxMatches property.
 DeegreeCSW.SupportedVersions getSupportedVersions()
          Gets the value of the supportedVersions property.
 Boolean isEnableTransactions()
          Gets the value of the enableTransactions property.
 void setConfigVersion(String value)
          Sets the value of the configVersion property.
 void setEnableInspireExtensions(Object value)
          Sets the value of the enableInspireExtensions property.
 void setEnableTransactions(Boolean value)
          Sets the value of the enableTransactions property.
 void setExtendedCapabilities(String value)
          Sets the value of the extendedCapabilities property.
 void setMaxMatches(BigInteger value)
          Sets the value of the maxMatches 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

maxMatches

protected BigInteger maxMatches

enableTransactions

protected Boolean enableTransactions

enableInspireExtensions

protected Object enableInspireExtensions

extendedCapabilities

protected String extendedCapabilities

configVersion

protected 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

getMaxMatches

public BigInteger getMaxMatches()
Gets the value of the maxMatches property.

Returns:
possible object is BigInteger

setMaxMatches

public void setMaxMatches(BigInteger value)
Sets the value of the maxMatches property.

Parameters:
value - allowed object is BigInteger

isEnableTransactions

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

Returns:
possible object is Boolean

setEnableTransactions

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

Parameters:
value - allowed object is Boolean

getEnableInspireExtensions

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

Returns:
possible object is Object

setEnableInspireExtensions

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

Parameters:
value - allowed object is Object

getExtendedCapabilities

public String getExtendedCapabilities()
Gets the value of the extendedCapabilities property.

Returns:
possible object is String

setExtendedCapabilities

public void setExtendedCapabilities(String value)
Sets the value of the extendedCapabilities property.

Parameters:
value - allowed object is String

getConfigVersion

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

Returns:
possible object is String

setConfigVersion

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

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.