public class ApiQueryFault extends ApiFault implements IApiQueryFault
| Constructor and Description |
|---|
ApiQueryFault()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
element : column of type {http://www.w3.org/2001/XMLSchema}int
java type: int
|
int |
getRow()
element : row of type {http://www.w3.org/2001/XMLSchema}int
java type: int
|
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setColumn(int column) |
protected void |
setColumn(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setRow(int row) |
protected void |
setRow(XmlInputStream __in,
TypeMapper __typeMapper) |
java.lang.String |
toString() |
void |
write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getExceptionCode, getExceptionMessage, getExtendedErrorDetails, setExceptionCode, setExceptionCode, setExceptionMessage, setExceptionMessage, setExtendedErrorDetails, setExtendedErrorDetailsgetFaultCode, setFaultCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExceptionCode, getExceptionMessage, getExtendedErrorDetails, setExceptionCode, setExceptionMessage, setExtendedErrorDetailspublic int getRow()
IApiQueryFaultgetRow in interface IApiQueryFaultpublic void setRow(int row)
setRow in interface IApiQueryFaultprotected void setRow(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic int getColumn()
IApiQueryFaultgetColumn in interface IApiQueryFaultpublic void setColumn(int column)
setColumn in interface IApiQueryFaultprotected void setColumn(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic void write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws java.io.IOException
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
writeFields in class ApiFaultjava.io.IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
load in interface XMLizableload in class ApiFaultjava.io.IOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
loadFields in class ApiFaultjava.io.IOExceptionConnectionExceptionCopyright © 2020. All Rights Reserved.