|
||||||||||
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="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 |
---|
protected DeegreeCSW.SupportedVersions supportedVersions
protected BigInteger maxMatches
protected Boolean enableTransactions
protected Object enableInspireExtensions
protected String extendedCapabilities
protected 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 BigInteger getMaxMatches()
BigInteger
public void setMaxMatches(BigInteger value)
value
- allowed object is
BigInteger
public Boolean isEnableTransactions()
Boolean
public void setEnableTransactions(Boolean value)
value
- allowed object is
Boolean
public Object getEnableInspireExtensions()
Object
public void setEnableInspireExtensions(Object value)
value
- allowed object is
Object
public String getExtendedCapabilities()
String
public void setExtendedCapabilities(String value)
value
- allowed object is
String
public String getConfigVersion()
String
public void setConfigVersion(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |