|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
org.apache.axis.AxisFault
uk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel.DispositionReport
| Field Summary |
| Fields inherited from class org.apache.axis.AxisFault |
faultActor, faultCode, faultDetails, faultHeaders, faultNode, faultString, faultSubCode, log |
| Fields inherited from class java.rmi.RemoteException |
detail |
| Constructor Summary | |
DispositionReport()
|
|
DispositionReport(String generic,
String operator,
Truncated truncated,
Result[] result)
|
|
| Method Summary | |
boolean |
equals(Object obj)
|
String |
getGeneric()
Gets the generic value for this DispositionReport. |
String |
getOperator()
Gets the operator value for this DispositionReport. |
Result[] |
getResult()
Gets the result value for this DispositionReport. |
Result |
getResult(int i)
|
Truncated |
getTruncated()
Gets the truncated value for this DispositionReport. |
int |
hashCode()
|
void |
setGeneric(String generic)
Sets the generic value for this DispositionReport. |
void |
setOperator(String operator)
Sets the operator value for this DispositionReport. |
void |
setResult(int i,
Result _value)
|
void |
setResult(Result[] result)
Sets the result value for this DispositionReport. |
void |
setTruncated(Truncated truncated)
Sets the truncated value for this DispositionReport. |
void |
writeDetails(javax.xml.namespace.QName qname,
org.apache.axis.encoding.SerializationContext context)
Writes the exception data to the faultDetails |
| Methods inherited from class org.apache.axis.AxisFault |
addFaultDetail, addFaultDetail, addFaultDetailString, addFaultSubCode, addFaultSubCodeAsString, addHeader, addHostname, addHostnameIfNeeded, clearFaultDetails, clearFaultSubCodes, clearHeaders, dump, dumpToString, getFaultActor, getFaultCode, getFaultDetails, getFaultNode, getFaultReason, getFaultRole, getFaultString, getFaultSubCodes, getHeaders, initFaultSubCodes, lookupFaultDetail, makeFault, output, printStackTrace, printStackTrace, removeFaultDetail, removeHostname, setFaultActor, setFaultCode, setFaultCode, setFaultCodeAsString, setFaultDetail, setFaultDetailString, setFaultNode, setFaultReason, setFaultRole, setFaultString, toString |
| Methods inherited from class java.rmi.RemoteException |
getCause, getMessage |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DispositionReport()
public DispositionReport(String generic,
String operator,
Truncated truncated,
Result[] result)
| Method Detail |
public Result[] getResult()
public void setResult(Result[] result)
result - public Result getResult(int i)
public void setResult(int i,
Result _value)
public String getGeneric()
public void setGeneric(String generic)
generic - public String getOperator()
public void setOperator(String operator)
operator - public Truncated getTruncated()
public void setTruncated(Truncated truncated)
truncated - public boolean equals(Object obj)
public int hashCode()
public void writeDetails(javax.xml.namespace.QName qname,
org.apache.axis.encoding.SerializationContext context)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||