org.cogroo.tools.errorreport.model
Class IgnoreError

java.lang.Object
  extended by org.cogroo.tools.errorreport.model.IgnoreError

public class IgnoreError
extends Object

Java class for IgnoreError complex type.

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

 <complexType name="IgnoreError">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Span" type="{}Span"/>
         <element name="Rule" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
IgnoreError()
           
 
Method Summary
 int getRule()
          Gets the value of the rule property.
 Span getSpan()
          Gets the value of the span property.
 void setRule(int value)
          Sets the value of the rule property.
 void setSpan(Span value)
          Sets the value of the span property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IgnoreError

public IgnoreError()
Method Detail

getSpan

public Span getSpan()
Gets the value of the span property.

Returns:
possible object is Span

setSpan

public void setSpan(Span value)
Sets the value of the span property.

Parameters:
value - allowed object is Span

getRule

public int getRule()
Gets the value of the rule property.


setRule

public void setRule(int value)
Sets the value of the rule property.



Copyright © 2012-2013 CoGrOO. All Rights Reserved.