public class JDLParams extends Object implements Serializable
| Constructor and Description |
|---|
JDLParams() |
JDLParams(JDLConfig config,
long executionLease,
String jdlDescription,
JDLResource[] jdlResources) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public JDLParams()
public JDLParams(JDLConfig config, long executionLease, String jdlDescription, JDLResource[] jdlResources)
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 static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.