org.gcube.execution.workflowengine.service.stubs
Class HADOOPOutputResource

java.lang.Object
  extended by org.gcube.execution.workflowengine.service.stubs.HADOOPOutputResource
All Implemented Interfaces:
Serializable

public class HADOOPOutputResource
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
HADOOPOutputResource()
           
HADOOPOutputResource(boolean cleanup, String resourceAccess, AccessInfo resourceAccessInfo, String resourceKey, String resourceReference)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getResourceAccess()
          Gets the resourceAccess value for this HADOOPOutputResource.
 AccessInfo getResourceAccessInfo()
          Gets the resourceAccessInfo value for this HADOOPOutputResource.
 String getResourceKey()
          Gets the resourceKey value for this HADOOPOutputResource.
 String getResourceReference()
          Gets the resourceReference value for this HADOOPOutputResource.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isCleanup()
          Gets the cleanup value for this HADOOPOutputResource.
 void setCleanup(boolean cleanup)
          Sets the cleanup value for this HADOOPOutputResource.
 void setResourceAccess(String resourceAccess)
          Sets the resourceAccess value for this HADOOPOutputResource.
 void setResourceAccessInfo(AccessInfo resourceAccessInfo)
          Sets the resourceAccessInfo value for this HADOOPOutputResource.
 void setResourceKey(String resourceKey)
          Sets the resourceKey value for this HADOOPOutputResource.
 void setResourceReference(String resourceReference)
          Sets the resourceReference value for this HADOOPOutputResource.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HADOOPOutputResource

public HADOOPOutputResource()

HADOOPOutputResource

public HADOOPOutputResource(boolean cleanup,
                            String resourceAccess,
                            AccessInfo resourceAccessInfo,
                            String resourceKey,
                            String resourceReference)
Method Detail

getResourceKey

public String getResourceKey()
Gets the resourceKey value for this HADOOPOutputResource.

Returns:
resourceKey

setResourceKey

public void setResourceKey(String resourceKey)
Sets the resourceKey value for this HADOOPOutputResource.

Parameters:
resourceKey -

getResourceAccess

public String getResourceAccess()
Gets the resourceAccess value for this HADOOPOutputResource.

Returns:
resourceAccess

setResourceAccess

public void setResourceAccess(String resourceAccess)
Sets the resourceAccess value for this HADOOPOutputResource.

Parameters:
resourceAccess -

getResourceAccessInfo

public AccessInfo getResourceAccessInfo()
Gets the resourceAccessInfo value for this HADOOPOutputResource.

Returns:
resourceAccessInfo

setResourceAccessInfo

public void setResourceAccessInfo(AccessInfo resourceAccessInfo)
Sets the resourceAccessInfo value for this HADOOPOutputResource.

Parameters:
resourceAccessInfo -

getResourceReference

public String getResourceReference()
Gets the resourceReference value for this HADOOPOutputResource.

Returns:
resourceReference

setResourceReference

public void setResourceReference(String resourceReference)
Sets the resourceReference value for this HADOOPOutputResource.

Parameters:
resourceReference -

isCleanup

public boolean isCleanup()
Gets the cleanup value for this HADOOPOutputResource.

Returns:
cleanup

setCleanup

public void setCleanup(boolean cleanup)
Sets the cleanup value for this HADOOPOutputResource.

Parameters:
cleanup -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

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


getSerializer

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


getDeserializer

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



Copyright © 2012. All Rights Reserved.