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

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

public class GRIDResource
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GRIDResource()
           
GRIDResource(byte[] inMessageBytePayload, String inMessageStringPayload, String resourceAccess, AccessInfo resourceAccessInfo, String resourceKey, String resourceReference, String resourceType)
           
 
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 GRIDResource.
 String getInMessageStringPayload()
          Gets the inMessageStringPayload value for this GRIDResource.
 String getResourceAccess()
          Gets the resourceAccess value for this GRIDResource.
 AccessInfo getResourceAccessInfo()
          Gets the resourceAccessInfo value for this GRIDResource.
 String getResourceKey()
          Gets the resourceKey value for this GRIDResource.
 String getResourceReference()
          Gets the resourceReference value for this GRIDResource.
 String getResourceType()
          Gets the resourceType value for this GRIDResource.
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()
           
 void setInMessageBytePayload(byte[] inMessageBytePayload)
          Sets the inMessageBytePayload value for this GRIDResource.
 void setInMessageStringPayload(String inMessageStringPayload)
          Sets the inMessageStringPayload value for this GRIDResource.
 void setResourceAccess(String resourceAccess)
          Sets the resourceAccess value for this GRIDResource.
 void setResourceAccessInfo(AccessInfo resourceAccessInfo)
          Sets the resourceAccessInfo value for this GRIDResource.
 void setResourceKey(String resourceKey)
          Sets the resourceKey value for this GRIDResource.
 void setResourceReference(String resourceReference)
          Sets the resourceReference value for this GRIDResource.
 void setResourceType(String resourceType)
          Sets the resourceType value for this GRIDResource.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GRIDResource

public GRIDResource()

GRIDResource

public GRIDResource(byte[] inMessageBytePayload,
                    String inMessageStringPayload,
                    String resourceAccess,
                    AccessInfo resourceAccessInfo,
                    String resourceKey,
                    String resourceReference,
                    String resourceType)
Method Detail

getResourceType

public String getResourceType()
Gets the resourceType value for this GRIDResource.

Returns:
resourceType

setResourceType

public void setResourceType(String resourceType)
Sets the resourceType value for this GRIDResource.

Parameters:
resourceType -

getResourceKey

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

Returns:
resourceKey

setResourceKey

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

Parameters:
resourceKey -

getResourceAccess

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

Returns:
resourceAccess

setResourceAccess

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

Parameters:
resourceAccess -

getResourceAccessInfo

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

Returns:
resourceAccessInfo

setResourceAccessInfo

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

Parameters:
resourceAccessInfo -

getResourceReference

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

Returns:
resourceReference

setResourceReference

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

Parameters:
resourceReference -

getInMessageBytePayload

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

Returns:
inMessageBytePayload

setInMessageBytePayload

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

Parameters:
inMessageBytePayload -

getInMessageStringPayload

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

Returns:
inMessageStringPayload

setInMessageStringPayload

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

Parameters:
inMessageStringPayload -

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.