org.deegree.metadata.persistence.iso19115.jaxb
Class ISOMetadataStoreConfig

java.lang.Object
  extended by org.deegree.metadata.persistence.iso19115.jaxb.ISOMetadataStoreConfig

public class ISOMetadataStoreConfig
extends Object

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

jdbcConnId

protected String jdbcConnId

inspectors

protected ISOMetadataStoreConfig.Inspectors inspectors

anyText

protected ISOMetadataStoreConfig.AnyText anyText

configVersion

protected String configVersion
Constructor Detail

ISOMetadataStoreConfig

public ISOMetadataStoreConfig()
Method Detail

getJDBCConnId

public String getJDBCConnId()
Gets the value of the jdbcConnId property.

Returns:
possible object is String

setJDBCConnId

public void setJDBCConnId(String value)
Sets the value of the jdbcConnId property.

Parameters:
value - allowed object is String

getInspectors

public ISOMetadataStoreConfig.Inspectors getInspectors()
Gets the value of the inspectors property.

Returns:
possible object is ISOMetadataStoreConfig.Inspectors

setInspectors

public void setInspectors(ISOMetadataStoreConfig.Inspectors value)
Sets the value of the inspectors property.

Parameters:
value - allowed object is ISOMetadataStoreConfig.Inspectors

getAnyText

public ISOMetadataStoreConfig.AnyText getAnyText()
Gets the value of the anyText property.

Returns:
possible object is ISOMetadataStoreConfig.AnyText

setAnyText

public void setAnyText(ISOMetadataStoreConfig.AnyText value)
Sets the value of the anyText property.

Parameters:
value - allowed object is ISOMetadataStoreConfig.AnyText

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.