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

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

public class CoupledResourceInspector
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="throwConsistencyError" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </complexContent>
 </complexType>
 


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

Field Detail

throwConsistencyError

protected boolean throwConsistencyError
Constructor Detail

CoupledResourceInspector

public CoupledResourceInspector()
Method Detail

isThrowConsistencyError

public boolean isThrowConsistencyError()
Gets the value of the throwConsistencyError property.


setThrowConsistencyError

public void setThrowConsistencyError(boolean value)
Sets the value of the throwConsistencyError property.



Copyright © 2011. All Rights Reserved.