uk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel
Class DispositionReport

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.rmi.RemoteException
                  extended byorg.apache.axis.AxisFault
                      extended byuk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel.DispositionReport
All Implemented Interfaces:
Serializable

public class DispositionReport
extends org.apache.axis.AxisFault
implements Serializable

See Also:
Serialized Form

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

DispositionReport

public DispositionReport()

DispositionReport

public DispositionReport(String generic,
                         String operator,
                         Truncated truncated,
                         Result[] result)
Method Detail

getResult

public Result[] getResult()
Gets the result value for this DispositionReport.

Returns:
result

setResult

public void setResult(Result[] result)
Sets the result value for this DispositionReport.

Parameters:
result -

getResult

public Result getResult(int i)

setResult

public void setResult(int i,
                      Result _value)

getGeneric

public String getGeneric()
Gets the generic value for this DispositionReport.

Returns:
generic

setGeneric

public void setGeneric(String generic)
Sets the generic value for this DispositionReport.

Parameters:
generic -

getOperator

public String getOperator()
Gets the operator value for this DispositionReport.

Returns:
operator

setOperator

public void setOperator(String operator)
Sets the operator value for this DispositionReport.

Parameters:
operator -

getTruncated

public Truncated getTruncated()
Gets the truncated value for this DispositionReport.

Returns:
truncated

setTruncated

public void setTruncated(Truncated truncated)
Sets the truncated value for this DispositionReport.

Parameters:
truncated -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

writeDetails

public void writeDetails(javax.xml.namespace.QName qname,
                         org.apache.axis.encoding.SerializationContext context)
                  throws IOException
Writes the exception data to the faultDetails

Throws:
IOException