org.deegree.metadata.persistence.iso19115.jaxb
Class FileIdentifierInspector
java.lang.Object
org.deegree.metadata.persistence.iso19115.jaxb.AbstractInspector
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>
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 |
rejectEmpty
protected boolean rejectEmpty
FileIdentifierInspector
public FileIdentifierInspector()
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.