|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.exec.generated.FaultResourcePropertyType
| Field Summary | |
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private CredentialSerializationFaultType |
credentialSerializationFault
|
private ExecutionFailedFaultType |
executionFailedFault
|
private FaultType |
fault
|
private FilePermissionsFaultType |
filePermissionsFault
|
private InsufficientCredentialsFaultType |
insufficientCredentialsFault
|
private InternalFaultType |
internalFault
|
private InvalidCredentialsFaultType |
invalidCredentialsFault
|
private InvalidPathFaultType |
invalidPathFault
|
private ServiceLevelAgreementFaultType |
serviceLevelAgreementFault
|
private StagingFaultType |
stagingFault
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
private UnsupportedFeatureFaultType |
unsupportedFeatureFault
|
| Constructor Summary | |
FaultResourcePropertyType()
|
|
FaultResourcePropertyType(CredentialSerializationFaultType credentialSerializationFault,
ExecutionFailedFaultType executionFailedFault,
FaultType fault,
FilePermissionsFaultType filePermissionsFault,
InsufficientCredentialsFaultType insufficientCredentialsFault,
InternalFaultType internalFault,
InvalidCredentialsFaultType invalidCredentialsFault,
InvalidPathFaultType invalidPathFault,
ServiceLevelAgreementFaultType serviceLevelAgreementFault,
StagingFaultType stagingFault,
UnsupportedFeatureFaultType unsupportedFeatureFault)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
CredentialSerializationFaultType |
getCredentialSerializationFault()
Gets the credentialSerializationFault value for this FaultResourcePropertyType. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
ExecutionFailedFaultType |
getExecutionFailedFault()
Gets the executionFailedFault value for this FaultResourcePropertyType. |
FaultType |
getFault()
Gets the fault value for this FaultResourcePropertyType. |
FilePermissionsFaultType |
getFilePermissionsFault()
Gets the filePermissionsFault value for this FaultResourcePropertyType. |
InsufficientCredentialsFaultType |
getInsufficientCredentialsFault()
Gets the insufficientCredentialsFault value for this FaultResourcePropertyType. |
InternalFaultType |
getInternalFault()
Gets the internalFault value for this FaultResourcePropertyType. |
InvalidCredentialsFaultType |
getInvalidCredentialsFault()
Gets the invalidCredentialsFault value for this FaultResourcePropertyType. |
InvalidPathFaultType |
getInvalidPathFault()
Gets the invalidPathFault value for this FaultResourcePropertyType. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
ServiceLevelAgreementFaultType |
getServiceLevelAgreementFault()
Gets the serviceLevelAgreementFault value for this FaultResourcePropertyType. |
StagingFaultType |
getStagingFault()
Gets the stagingFault value for this FaultResourcePropertyType. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
UnsupportedFeatureFaultType |
getUnsupportedFeatureFault()
Gets the unsupportedFeatureFault value for this FaultResourcePropertyType. |
int |
hashCode()
|
void |
setCredentialSerializationFault(CredentialSerializationFaultType credentialSerializationFault)
Sets the credentialSerializationFault value for this FaultResourcePropertyType. |
void |
setExecutionFailedFault(ExecutionFailedFaultType executionFailedFault)
Sets the executionFailedFault value for this FaultResourcePropertyType. |
void |
setFault(FaultType fault)
Sets the fault value for this FaultResourcePropertyType. |
void |
setFilePermissionsFault(FilePermissionsFaultType filePermissionsFault)
Sets the filePermissionsFault value for this FaultResourcePropertyType. |
void |
setInsufficientCredentialsFault(InsufficientCredentialsFaultType insufficientCredentialsFault)
Sets the insufficientCredentialsFault value for this FaultResourcePropertyType. |
void |
setInternalFault(InternalFaultType internalFault)
Sets the internalFault value for this FaultResourcePropertyType. |
void |
setInvalidCredentialsFault(InvalidCredentialsFaultType invalidCredentialsFault)
Sets the invalidCredentialsFault value for this FaultResourcePropertyType. |
void |
setInvalidPathFault(InvalidPathFaultType invalidPathFault)
Sets the invalidPathFault value for this FaultResourcePropertyType. |
void |
setServiceLevelAgreementFault(ServiceLevelAgreementFaultType serviceLevelAgreementFault)
Sets the serviceLevelAgreementFault value for this FaultResourcePropertyType. |
void |
setStagingFault(StagingFaultType stagingFault)
Sets the stagingFault value for this FaultResourcePropertyType. |
void |
setUnsupportedFeatureFault(UnsupportedFeatureFaultType unsupportedFeatureFault)
Sets the unsupportedFeatureFault value for this FaultResourcePropertyType. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private FaultType fault
private CredentialSerializationFaultType credentialSerializationFault
private InsufficientCredentialsFaultType insufficientCredentialsFault
private InternalFaultType internalFault
private InvalidCredentialsFaultType invalidCredentialsFault
private ServiceLevelAgreementFaultType serviceLevelAgreementFault
private ExecutionFailedFaultType executionFailedFault
private FilePermissionsFaultType filePermissionsFault
private InvalidPathFaultType invalidPathFault
private StagingFaultType stagingFault
private UnsupportedFeatureFaultType unsupportedFeatureFault
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
| Constructor Detail |
public FaultResourcePropertyType()
public FaultResourcePropertyType(CredentialSerializationFaultType credentialSerializationFault,
ExecutionFailedFaultType executionFailedFault,
FaultType fault,
FilePermissionsFaultType filePermissionsFault,
InsufficientCredentialsFaultType insufficientCredentialsFault,
InternalFaultType internalFault,
InvalidCredentialsFaultType invalidCredentialsFault,
InvalidPathFaultType invalidPathFault,
ServiceLevelAgreementFaultType serviceLevelAgreementFault,
StagingFaultType stagingFault,
UnsupportedFeatureFaultType unsupportedFeatureFault)
| Method Detail |
public FaultType getFault()
public void setFault(FaultType fault)
fault - public CredentialSerializationFaultType getCredentialSerializationFault()
public void setCredentialSerializationFault(CredentialSerializationFaultType credentialSerializationFault)
credentialSerializationFault - public InsufficientCredentialsFaultType getInsufficientCredentialsFault()
public void setInsufficientCredentialsFault(InsufficientCredentialsFaultType insufficientCredentialsFault)
insufficientCredentialsFault - public InternalFaultType getInternalFault()
public void setInternalFault(InternalFaultType internalFault)
internalFault - public InvalidCredentialsFaultType getInvalidCredentialsFault()
public void setInvalidCredentialsFault(InvalidCredentialsFaultType invalidCredentialsFault)
invalidCredentialsFault - public ServiceLevelAgreementFaultType getServiceLevelAgreementFault()
public void setServiceLevelAgreementFault(ServiceLevelAgreementFaultType serviceLevelAgreementFault)
serviceLevelAgreementFault - public ExecutionFailedFaultType getExecutionFailedFault()
public void setExecutionFailedFault(ExecutionFailedFaultType executionFailedFault)
executionFailedFault - public FilePermissionsFaultType getFilePermissionsFault()
public void setFilePermissionsFault(FilePermissionsFaultType filePermissionsFault)
filePermissionsFault - public InvalidPathFaultType getInvalidPathFault()
public void setInvalidPathFault(InvalidPathFaultType invalidPathFault)
invalidPathFault - public StagingFaultType getStagingFault()
public void setStagingFault(StagingFaultType stagingFault)
stagingFault - public UnsupportedFeatureFaultType getUnsupportedFeatureFault()
public void setUnsupportedFeatureFault(UnsupportedFeatureFaultType unsupportedFeatureFault)
unsupportedFeatureFault - public boolean equals(java.lang.Object obj)
public int hashCode()
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 | ||||||||||