|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cogroo.tools.errorreport.model.IgnoreError
public class IgnoreError
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 |
---|
public IgnoreError()
Method Detail |
---|
public Span getSpan()
Span
public void setSpan(Span value)
value
- allowed object is
Span
public int getRule()
public void setRule(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |