public class ExecuteAnonymousResult extends Object
Java class for ExecuteAnonymousResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExecuteAnonymousResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="column" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="compileProblem" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="compiled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="exceptionMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="exceptionStackTrace" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="line" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="success" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
column |
protected boolean |
compiled |
protected String |
compileProblem |
protected String |
exceptionMessage |
protected String |
exceptionStackTrace |
protected int |
line |
protected boolean |
success |
| Constructor and Description |
|---|
ExecuteAnonymousResult() |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
Gets the value of the column property.
|
String |
getCompileProblem()
Gets the value of the compileProblem property.
|
String |
getExceptionMessage()
Gets the value of the exceptionMessage property.
|
String |
getExceptionStackTrace()
Gets the value of the exceptionStackTrace property.
|
int |
getLine()
Gets the value of the line property.
|
boolean |
isCompiled()
Gets the value of the compiled property.
|
boolean |
isSuccess()
Gets the value of the success property.
|
void |
setColumn(int value)
Sets the value of the column property.
|
void |
setCompiled(boolean value)
Sets the value of the compiled property.
|
void |
setCompileProblem(String value)
Sets the value of the compileProblem property.
|
void |
setExceptionMessage(String value)
Sets the value of the exceptionMessage property.
|
void |
setExceptionStackTrace(String value)
Sets the value of the exceptionStackTrace property.
|
void |
setLine(int value)
Sets the value of the line property.
|
void |
setSuccess(boolean value)
Sets the value of the success property.
|
protected int column
protected String compileProblem
protected boolean compiled
protected String exceptionMessage
protected String exceptionStackTrace
protected int line
protected boolean success
public int getColumn()
public void setColumn(int value)
public String getCompileProblem()
Stringpublic void setCompileProblem(String value)
value - allowed object is
Stringpublic boolean isCompiled()
public void setCompiled(boolean value)
public String getExceptionMessage()
Stringpublic void setExceptionMessage(String value)
value - allowed object is
Stringpublic String getExceptionStackTrace()
Stringpublic void setExceptionStackTrace(String value)
value - allowed object is
Stringpublic int getLine()
public void setLine(int value)
public boolean isSuccess()
public void setSuccess(boolean value)
Copyright © 2016. All rights reserved.