org.globus.exec.generated
Class InvalidPathFaultType

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 byorg.oasis.wsrf.faults.BaseFaultType
                          extended byorg.globus.exec.generated.FaultType
                              extended byorg.globus.exec.generated.ServiceLevelAgreementFaultType
                                  extended byorg.globus.exec.generated.InvalidPathFaultType
All Implemented Interfaces:
java.io.Serializable

public class InvalidPathFaultType
extends ServiceLevelAgreementFaultType
implements java.io.Serializable

This fault indicates that a file or directory path referenced in the ServiceLevelAgreement contains an invalid path.

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String path
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Fields inherited from class org.globus.exec.generated.ServiceLevelAgreementFaultType
 
Fields inherited from class org.globus.exec.generated.FaultType
 
Fields inherited from class org.oasis.wsrf.faults.BaseFaultType
 
Fields inherited from class org.apache.axis.AxisFault
faultActor, faultCode, faultDetails, faultHeaders, faultNode, faultString, faultSubCode, log
 
Fields inherited from class java.rmi.RemoteException
detail
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
InvalidPathFaultType()
           
InvalidPathFaultType(java.lang.String path)
           
 
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
 java.lang.String getPath()
          Gets the path value for this InvalidPathFaultType.
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 setPath(java.lang.String path)
          Sets the path value for this InvalidPathFaultType.
 
Methods inherited from class org.globus.exec.generated.ServiceLevelAgreementFaultType
getAttribute, setAttribute
 
Methods inherited from class org.globus.exec.generated.FaultType
getCommand, getGt2ErrorCode, getStateWhenFailureOccurred, setCommand, setGt2ErrorCode, setStateWhenFailureOccurred
 
Methods inherited from class org.oasis.wsrf.faults.BaseFaultType
getDescription, getDescription, getErrorCode, getFaultCause, getFaultCause, getOriginator, getTimestamp, setDescription, setDescription, setErrorCode, setFaultCause, setFaultCause, setOriginator, setTimestamp, writeDetails
 
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
 

Field Detail

path

private java.lang.String path

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

InvalidPathFaultType

public InvalidPathFaultType()

InvalidPathFaultType

public InvalidPathFaultType(java.lang.String path)
Method Detail

getPath

public java.lang.String getPath()
Gets the path value for this InvalidPathFaultType.

Returns:
path

setPath

public void setPath(java.lang.String path)
Sets the path value for this InvalidPathFaultType.

Parameters:
path -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class ServiceLevelAgreementFaultType

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