|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinterfaceelements.ProcessStatus
interfaceelements.ExportStatus
public class ExportStatus
Reports the state of LexBIG export operations.
Field Summary | |
---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private org.apache.axis.types.URI |
destination
Indicates the destination of the information being exported; missing if no export is in progress. |
private static org.apache.axis.description.TypeDesc |
typeDesc
|
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 |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private org.apache.axis.types.URI destination
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public ExportStatus()
public ExportStatus(org.apache.axis.types.URI destination)
Method Detail |
---|
public org.apache.axis.types.URI getDestination()
public void setDestination(org.apache.axis.types.URI destination)
destination
- Indicates the destination of the information being exported; missing
if no export is in progress.public boolean equals(java.lang.Object obj)
equals
in class ProcessStatus
public int hashCode()
hashCode
in class ProcessStatus
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |