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

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

public class JDLParams
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
JDLParams()
           
JDLParams(JDLConfig config, long executionLease, String jdlDescription, JDLResource[] jdlResources)
           
 
Method Summary
 boolean equals(Object obj)
           
 JDLConfig getConfig()
          Gets the config value for this JDLParams.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 long getExecutionLease()
          Gets the executionLease value for this JDLParams.
 String getJdlDescription()
          Gets the jdlDescription value for this JDLParams.
 JDLResource[] getJdlResources()
          Gets the jdlResources value for this JDLParams.
 JDLResource getJdlResources(int i)
           
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 setConfig(JDLConfig config)
          Sets the config value for this JDLParams.
 void setExecutionLease(long executionLease)
          Sets the executionLease value for this JDLParams.
 void setJdlDescription(String jdlDescription)
          Sets the jdlDescription value for this JDLParams.
 void setJdlResources(int i, JDLResource _value)
           
 void setJdlResources(JDLResource[] jdlResources)
          Sets the jdlResources value for this JDLParams.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDLParams

public JDLParams()

JDLParams

public JDLParams(JDLConfig config,
                 long executionLease,
                 String jdlDescription,
                 JDLResource[] jdlResources)
Method Detail

getExecutionLease

public long getExecutionLease()
Gets the executionLease value for this JDLParams.

Returns:
executionLease

setExecutionLease

public void setExecutionLease(long executionLease)
Sets the executionLease value for this JDLParams.

Parameters:
executionLease -

getJdlDescription

public String getJdlDescription()
Gets the jdlDescription value for this JDLParams.

Returns:
jdlDescription

setJdlDescription

public void setJdlDescription(String jdlDescription)
Sets the jdlDescription value for this JDLParams.

Parameters:
jdlDescription -

getJdlResources

public JDLResource[] getJdlResources()
Gets the jdlResources value for this JDLParams.

Returns:
jdlResources

setJdlResources

public void setJdlResources(JDLResource[] jdlResources)
Sets the jdlResources value for this JDLParams.

Parameters:
jdlResources -

getJdlResources

public JDLResource getJdlResources(int i)

setJdlResources

public void setJdlResources(int i,
                            JDLResource _value)

getConfig

public JDLConfig getConfig()
Gets the config value for this JDLParams.

Returns:
config

setConfig

public void setConfig(JDLConfig config)
Sets the config value for this JDLParams.

Parameters:
config -

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.