|
||||||||||
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.Inspectors
public static class ISOMetadataStoreConfig.Inspectors
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 |
---|
protected FileIdentifierInspector fileIdentifierInspector
protected InspireInspector inspireInspector
protected CoupledResourceInspector coupledResourceInspector
protected SchemaValidator schemaValidator
Constructor Detail |
---|
public ISOMetadataStoreConfig.Inspectors()
Method Detail |
---|
public FileIdentifierInspector getFileIdentifierInspector()
FileIdentifierInspector
public void setFileIdentifierInspector(FileIdentifierInspector value)
value
- allowed object is
FileIdentifierInspector
public InspireInspector getInspireInspector()
InspireInspector
public void setInspireInspector(InspireInspector value)
value
- allowed object is
InspireInspector
public CoupledResourceInspector getCoupledResourceInspector()
CoupledResourceInspector
public void setCoupledResourceInspector(CoupledResourceInspector value)
value
- allowed object is
CoupledResourceInspector
public SchemaValidator getSchemaValidator()
SchemaValidator
public void setSchemaValidator(SchemaValidator value)
value
- allowed object is
SchemaValidator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |