|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.metadata.persistence.iso19115.jaxb.ISOMetadataStoreConfig
public class ISOMetadataStoreConfig
Java class for ISOMetadataStore element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="ISOMetadataStore"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="JDBCConnId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Inspectors" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.deegree.org/datasource/metadata/iso19115}FileIdentifierInspector" minOccurs="0"/> <element ref="{http://www.deegree.org/datasource/metadata/iso19115}InspireInspector" minOccurs="0"/> <element ref="{http://www.deegree.org/datasource/metadata/iso19115}CoupledResourceInspector" minOccurs="0"/> <element ref="{http://www.deegree.org/datasource/metadata/iso19115}SchemaValidator" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="AnyText" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="All" type="{http://www.w3.org/2001/XMLSchema}anyType"/> <element name="Core" type="{http://www.w3.org/2001/XMLSchema}anyType"/> <element name="Custom"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="XPath" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </choice> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="configVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="3.0.0" /> </restriction> </complexContent> </complexType> </element>
Nested Class Summary | |
---|---|
static class |
ISOMetadataStoreConfig.AnyText
Java class for anonymous complex type. |
static class |
ISOMetadataStoreConfig.Inspectors
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected ISOMetadataStoreConfig.AnyText |
anyText
|
protected String |
configVersion
|
protected ISOMetadataStoreConfig.Inspectors |
inspectors
|
protected String |
jdbcConnId
|
Constructor Summary | |
---|---|
ISOMetadataStoreConfig()
|
Method Summary | |
---|---|
ISOMetadataStoreConfig.AnyText |
getAnyText()
Gets the value of the anyText property. |
String |
getConfigVersion()
Gets the value of the configVersion property. |
ISOMetadataStoreConfig.Inspectors |
getInspectors()
Gets the value of the inspectors property. |
String |
getJDBCConnId()
Gets the value of the jdbcConnId property. |
void |
setAnyText(ISOMetadataStoreConfig.AnyText value)
Sets the value of the anyText property. |
void |
setConfigVersion(String value)
Sets the value of the configVersion property. |
void |
setInspectors(ISOMetadataStoreConfig.Inspectors value)
Sets the value of the inspectors property. |
void |
setJDBCConnId(String value)
Sets the value of the jdbcConnId property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String jdbcConnId
protected ISOMetadataStoreConfig.Inspectors inspectors
protected ISOMetadataStoreConfig.AnyText anyText
protected String configVersion
Constructor Detail |
---|
public ISOMetadataStoreConfig()
Method Detail |
---|
public String getJDBCConnId()
String
public void setJDBCConnId(String value)
value
- allowed object is
String
public ISOMetadataStoreConfig.Inspectors getInspectors()
ISOMetadataStoreConfig.Inspectors
public void setInspectors(ISOMetadataStoreConfig.Inspectors value)
value
- allowed object is
ISOMetadataStoreConfig.Inspectors
public ISOMetadataStoreConfig.AnyText getAnyText()
ISOMetadataStoreConfig.AnyText
public void setAnyText(ISOMetadataStoreConfig.AnyText value)
value
- allowed object is
ISOMetadataStoreConfig.AnyText
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 |