|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.execution.workflowengine.service.stubs.JDLParams
public class JDLParams
| 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 |
|---|
public JDLParams()
public JDLParams(JDLConfig config,
long executionLease,
String jdlDescription,
JDLResource[] jdlResources)
| Method Detail |
|---|
public long getExecutionLease()
public void setExecutionLease(long executionLease)
executionLease - public String getJdlDescription()
public void setJdlDescription(String jdlDescription)
jdlDescription - public JDLResource[] getJdlResources()
public void setJdlResources(JDLResource[] jdlResources)
jdlResources - public JDLResource getJdlResources(int i)
public void setJdlResources(int i,
JDLResource _value)
public JDLConfig getConfig()
public void setConfig(JDLConfig config)
config - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||