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.
|
public String getOnError()
String
public void setOnError(String value)
value
- allowed object is
String
public boolean isSetOnError()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0