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

java.lang.Object
  extended by org.deegree.metadata.persistence.iso19115.jaxb.ISOMetadataStoreConfig.Inspectors
Enclosing class:
ISOMetadataStoreConfig

public static class ISOMetadataStoreConfig.Inspectors
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 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>
 


Field Summary
protected  CoupledResourceInspector coupledResourceInspector
           
protected  FileIdentifierInspector fileIdentifierInspector
           
protected  InspireInspector inspireInspector
           
protected  SchemaValidator schemaValidator
           
 
Constructor Summary
ISOMetadataStoreConfig.Inspectors()
           
 
Method Summary
 CoupledResourceInspector getCoupledResourceInspector()
          Gets the value of the coupledResourceInspector property.
 FileIdentifierInspector getFileIdentifierInspector()
          Gets the value of the fileIdentifierInspector property.
 InspireInspector getInspireInspector()
          Gets the value of the inspireInspector property.
 SchemaValidator getSchemaValidator()
          Gets the value of the schemaValidator property.
 void setCoupledResourceInspector(CoupledResourceInspector value)
          Sets the value of the coupledResourceInspector property.
 void setFileIdentifierInspector(FileIdentifierInspector value)
          Sets the value of the fileIdentifierInspector property.
 void setInspireInspector(InspireInspector value)
          Sets the value of the inspireInspector property.
 void setSchemaValidator(SchemaValidator value)
          Sets the value of the schemaValidator property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileIdentifierInspector

protected FileIdentifierInspector fileIdentifierInspector

inspireInspector

protected InspireInspector inspireInspector

coupledResourceInspector

protected CoupledResourceInspector coupledResourceInspector

schemaValidator

protected SchemaValidator schemaValidator
Constructor Detail

ISOMetadataStoreConfig.Inspectors

public ISOMetadataStoreConfig.Inspectors()
Method Detail

getFileIdentifierInspector

public FileIdentifierInspector getFileIdentifierInspector()
Gets the value of the fileIdentifierInspector property.

Returns:
possible object is FileIdentifierInspector

setFileIdentifierInspector

public void setFileIdentifierInspector(FileIdentifierInspector value)
Sets the value of the fileIdentifierInspector property.

Parameters:
value - allowed object is FileIdentifierInspector

getInspireInspector

public InspireInspector getInspireInspector()
Gets the value of the inspireInspector property.

Returns:
possible object is InspireInspector

setInspireInspector

public void setInspireInspector(InspireInspector value)
Sets the value of the inspireInspector property.

Parameters:
value - allowed object is InspireInspector

getCoupledResourceInspector

public CoupledResourceInspector getCoupledResourceInspector()
Gets the value of the coupledResourceInspector property.

Returns:
possible object is CoupledResourceInspector

setCoupledResourceInspector

public void setCoupledResourceInspector(CoupledResourceInspector value)
Sets the value of the coupledResourceInspector property.

Parameters:
value - allowed object is CoupledResourceInspector

getSchemaValidator

public SchemaValidator getSchemaValidator()
Gets the value of the schemaValidator property.

Returns:
possible object is SchemaValidator

setSchemaValidator

public void setSchemaValidator(SchemaValidator value)
Sets the value of the schemaValidator property.

Parameters:
value - allowed object is SchemaValidator


Copyright © 2011. All Rights Reserved.