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

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

public class HADOOPJarResource
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
HADOOPJarResource()
           
HADOOPJarResource(boolean hdfsPresent, byte[] inMessageBytePayload, String inMessageStringPayload, String resourceAccess, 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
 byte[] getInMessageBytePayload()
          Gets the inMessageBytePayload value for this HADOOPJarResource.
 String getInMessageStringPayload()
          Gets the inMessageStringPayload value for this HADOOPJarResource.
 String getResourceAccess()
          Gets the resourceAccess value for this HADOOPJarResource.
 String getResourceKey()
          Gets the resourceKey value for this HADOOPJarResource.
 String getResourceReference()
          Gets the resourceReference value for this HADOOPJarResource.
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 isHdfsPresent()
          Gets the hdfsPresent value for this HADOOPJarResource.
 void setHdfsPresent(boolean hdfsPresent)
          Sets the hdfsPresent value for this HADOOPJarResource.
 void setInMessageBytePayload(byte[] inMessageBytePayload)
          Sets the inMessageBytePayload value for this HADOOPJarResource.
 void setInMessageStringPayload(String inMessageStringPayload)
          Sets the inMessageStringPayload value for this HADOOPJarResource.
 void setResourceAccess(String resourceAccess)
          Sets the resourceAccess value for this HADOOPJarResource.
 void setResourceKey(String resourceKey)
          Sets the resourceKey value for this HADOOPJarResource.
 void setResourceReference(String resourceReference)
          Sets the resourceReference value for this HADOOPJarResource.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HADOOPJarResource

public HADOOPJarResource()

HADOOPJarResource

public HADOOPJarResource(boolean hdfsPresent,
                         byte[] inMessageBytePayload,
                         String inMessageStringPayload,
                         String resourceAccess,
                         String resourceKey,
                         String resourceReference)
Method Detail

getResourceKey

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

Returns:
resourceKey

setResourceKey

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

Parameters:
resourceKey -

getResourceAccess

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

Returns:
resourceAccess

setResourceAccess

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

Parameters:
resourceAccess -

getResourceReference

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

Returns:
resourceReference

setResourceReference

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

Parameters:
resourceReference -

getInMessageBytePayload

public byte[] getInMessageBytePayload()
Gets the inMessageBytePayload value for this HADOOPJarResource.

Returns:
inMessageBytePayload

setInMessageBytePayload

public void setInMessageBytePayload(byte[] inMessageBytePayload)
Sets the inMessageBytePayload value for this HADOOPJarResource.

Parameters:
inMessageBytePayload -

getInMessageStringPayload

public String getInMessageStringPayload()
Gets the inMessageStringPayload value for this HADOOPJarResource.

Returns:
inMessageStringPayload

setInMessageStringPayload

public void setInMessageStringPayload(String inMessageStringPayload)
Sets the inMessageStringPayload value for this HADOOPJarResource.

Parameters:
inMessageStringPayload -

isHdfsPresent

public boolean isHdfsPresent()
Gets the hdfsPresent value for this HADOOPJarResource.

Returns:
hdfsPresent

setHdfsPresent

public void setHdfsPresent(boolean hdfsPresent)
Sets the hdfsPresent value for this HADOOPJarResource.

Parameters:
hdfsPresent -

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.