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

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

public class FileIdentifierInspector
extends AbstractInspector

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{http://www.deegree.org/datasource/metadata/iso19115}AbstractInspectorType">
       <attribute name="rejectEmpty" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  boolean rejectEmpty
           
 
Constructor Summary
FileIdentifierInspector()
           
 
Method Summary
 boolean isRejectEmpty()
          Gets the value of the rejectEmpty property.
 void setRejectEmpty(boolean value)
          Sets the value of the rejectEmpty property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rejectEmpty

protected boolean rejectEmpty
Constructor Detail

FileIdentifierInspector

public FileIdentifierInspector()
Method Detail

isRejectEmpty

public boolean isRejectEmpty()
Gets the value of the rejectEmpty property.


setRejectEmpty

public void setRejectEmpty(boolean value)
Sets the value of the rejectEmpty property.



Copyright © 2011. All Rights Reserved.