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 and Description |
|---|
IgnoreError() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2012–2017 CoGrOO. All rights reserved.