public class ErrorHandling extends Object
Java class for ErrorHandling complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ErrorHandling">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="on_error" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ErrorHandling() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOnError()
Gets the value of the onError property.
|
boolean |
isSetOnError() |
void |
setOnError(String value)
Sets the value of the onError property.
|
protected String onError
public String getOnError()
Stringpublic void setOnError(String value)
value - allowed object is
Stringpublic boolean isSetOnError()
Copyright © 2012. All Rights Reserved.