interfaceelements
Class ExportStatus

java.lang.Object
  extended by interfaceelements.ProcessStatus
      extended by interfaceelements.ExportStatus
All Implemented Interfaces:
java.io.Serializable

public class ExportStatus
extends ProcessStatus
implements java.io.Serializable

Reports the state of LexBIG export operations.

See Also:
Serialized Form

Constructor Summary
ExportStatus()
           
ExportStatus(org.apache.axis.types.URI destination)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 org.apache.axis.types.URI getDestination()
          Gets the destination value for this ExportStatus.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDestination(org.apache.axis.types.URI destination)
          Sets the destination value for this ExportStatus.
 
Methods inherited from class interfaceelements.ProcessStatus
getEndTime, getMessage, getStartTime, getState, isErrorsLogged, isWarningsLogged, setEndTime, setErrorsLogged, setMessage, setStartTime, setState, setWarningsLogged
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportStatus

public ExportStatus()

ExportStatus

public ExportStatus(org.apache.axis.types.URI destination)
Method Detail

getDestination

public org.apache.axis.types.URI getDestination()
Gets the destination value for this ExportStatus.

Returns:
destination Indicates the destination of the information being exported; missing if no export is in progress.

setDestination

public void setDestination(org.apache.axis.types.URI destination)
Sets the destination value for this ExportStatus.

Parameters:
destination - Indicates the destination of the information being exported; missing if no export is in progress.

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class ProcessStatus

hashCode

public int hashCode()
Overrides:
hashCode in class ProcessStatus

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer