|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.execution.workflowengine.service.stubs.HADOOPResource
public class HADOOPResource
| Constructor Summary | |
|---|---|
HADOOPResource()
|
|
HADOOPResource(HADOOPArchiveResource[] archives,
HADOOPArgumentResource[] arguments,
HADOOPConfigurationResource configuration,
HADOOPFileResource[] files,
HADOOPInputResource[] inputs,
HADOOPJarResource jar,
HADOOPLibResource[] libs,
HADOOPMainResource main,
HADOOPOutputResource[] outputs,
HADOOPPropertyResource[] properties)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
HADOOPArchiveResource[] |
getArchives()
Gets the archives value for this HADOOPResource. |
HADOOPArchiveResource |
getArchives(int i)
|
HADOOPArgumentResource[] |
getArguments()
Gets the arguments value for this HADOOPResource. |
HADOOPArgumentResource |
getArguments(int i)
|
HADOOPConfigurationResource |
getConfiguration()
Gets the configuration value for this HADOOPResource. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
HADOOPFileResource[] |
getFiles()
Gets the files value for this HADOOPResource. |
HADOOPFileResource |
getFiles(int i)
|
HADOOPInputResource[] |
getInputs()
Gets the inputs value for this HADOOPResource. |
HADOOPInputResource |
getInputs(int i)
|
HADOOPJarResource |
getJar()
Gets the jar value for this HADOOPResource. |
HADOOPLibResource[] |
getLibs()
Gets the libs value for this HADOOPResource. |
HADOOPLibResource |
getLibs(int i)
|
HADOOPMainResource |
getMain()
Gets the main value for this HADOOPResource. |
HADOOPOutputResource[] |
getOutputs()
Gets the outputs value for this HADOOPResource. |
HADOOPOutputResource |
getOutputs(int i)
|
HADOOPPropertyResource[] |
getProperties()
Gets the properties value for this HADOOPResource. |
HADOOPPropertyResource |
getProperties(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 |
setArchives(HADOOPArchiveResource[] archives)
Sets the archives value for this HADOOPResource. |
void |
setArchives(int i,
HADOOPArchiveResource _value)
|
void |
setArguments(HADOOPArgumentResource[] arguments)
Sets the arguments value for this HADOOPResource. |
void |
setArguments(int i,
HADOOPArgumentResource _value)
|
void |
setConfiguration(HADOOPConfigurationResource configuration)
Sets the configuration value for this HADOOPResource. |
void |
setFiles(HADOOPFileResource[] files)
Sets the files value for this HADOOPResource. |
void |
setFiles(int i,
HADOOPFileResource _value)
|
void |
setInputs(HADOOPInputResource[] inputs)
Sets the inputs value for this HADOOPResource. |
void |
setInputs(int i,
HADOOPInputResource _value)
|
void |
setJar(HADOOPJarResource jar)
Sets the jar value for this HADOOPResource. |
void |
setLibs(HADOOPLibResource[] libs)
Sets the libs value for this HADOOPResource. |
void |
setLibs(int i,
HADOOPLibResource _value)
|
void |
setMain(HADOOPMainResource main)
Sets the main value for this HADOOPResource. |
void |
setOutputs(HADOOPOutputResource[] outputs)
Sets the outputs value for this HADOOPResource. |
void |
setOutputs(int i,
HADOOPOutputResource _value)
|
void |
setProperties(HADOOPPropertyResource[] properties)
Sets the properties value for this HADOOPResource. |
void |
setProperties(int i,
HADOOPPropertyResource _value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HADOOPResource()
public HADOOPResource(HADOOPArchiveResource[] archives,
HADOOPArgumentResource[] arguments,
HADOOPConfigurationResource configuration,
HADOOPFileResource[] files,
HADOOPInputResource[] inputs,
HADOOPJarResource jar,
HADOOPLibResource[] libs,
HADOOPMainResource main,
HADOOPOutputResource[] outputs,
HADOOPPropertyResource[] properties)
| Method Detail |
|---|
public HADOOPArchiveResource[] getArchives()
public void setArchives(HADOOPArchiveResource[] archives)
archives - public HADOOPArchiveResource getArchives(int i)
public void setArchives(int i,
HADOOPArchiveResource _value)
public HADOOPJarResource getJar()
public void setJar(HADOOPJarResource jar)
jar - public HADOOPConfigurationResource getConfiguration()
public void setConfiguration(HADOOPConfigurationResource configuration)
configuration - public HADOOPLibResource[] getLibs()
public void setLibs(HADOOPLibResource[] libs)
libs - public HADOOPLibResource getLibs(int i)
public void setLibs(int i,
HADOOPLibResource _value)
public HADOOPFileResource[] getFiles()
public void setFiles(HADOOPFileResource[] files)
files - public HADOOPFileResource getFiles(int i)
public void setFiles(int i,
HADOOPFileResource _value)
public HADOOPArgumentResource[] getArguments()
public void setArguments(HADOOPArgumentResource[] arguments)
arguments - public HADOOPArgumentResource getArguments(int i)
public void setArguments(int i,
HADOOPArgumentResource _value)
public HADOOPPropertyResource[] getProperties()
public void setProperties(HADOOPPropertyResource[] properties)
properties - public HADOOPPropertyResource getProperties(int i)
public void setProperties(int i,
HADOOPPropertyResource _value)
public HADOOPMainResource getMain()
public void setMain(HADOOPMainResource main)
main - public HADOOPInputResource[] getInputs()
public void setInputs(HADOOPInputResource[] inputs)
inputs - public HADOOPInputResource getInputs(int i)
public void setInputs(int i,
HADOOPInputResource _value)
public HADOOPOutputResource[] getOutputs()
public void setOutputs(HADOOPOutputResource[] outputs)
outputs - public HADOOPOutputResource getOutputs(int i)
public void setOutputs(int i,
HADOOPOutputResource _value)
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 | |||||||||