|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.jaxb.csw.DeegreeCSW
public class DeegreeCSW
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 |
---|
protected DeegreeCSW.SupportedVersions supportedVersions
protected java.lang.Boolean enableTransactions
protected java.lang.Object enableInspireExtensions
protected java.lang.String configVersion
Constructor Detail |
---|
public DeegreeCSW()
Method Detail |
---|
public DeegreeCSW.SupportedVersions getSupportedVersions()
DeegreeCSW.SupportedVersions
public void setSupportedVersions(DeegreeCSW.SupportedVersions value)
value
- allowed object is
DeegreeCSW.SupportedVersions
public java.lang.Boolean isEnableTransactions()
Boolean
public void setEnableTransactions(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Object getEnableInspireExtensions()
Object
public void setEnableInspireExtensions(java.lang.Object value)
value
- allowed object is
Object
public java.lang.String getConfigVersion()
String
public void setConfigVersion(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |