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

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

public class HADOOPResource
extends Object
implements Serializable

See Also:
Serialized Form

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

HADOOPResource

public HADOOPResource()

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

getArchives

public HADOOPArchiveResource[] getArchives()
Gets the archives value for this HADOOPResource.

Returns:
archives

setArchives

public void setArchives(HADOOPArchiveResource[] archives)
Sets the archives value for this HADOOPResource.

Parameters:
archives -

getArchives

public HADOOPArchiveResource getArchives(int i)

setArchives

public void setArchives(int i,
                        HADOOPArchiveResource _value)

getJar

public HADOOPJarResource getJar()
Gets the jar value for this HADOOPResource.

Returns:
jar

setJar

public void setJar(HADOOPJarResource jar)
Sets the jar value for this HADOOPResource.

Parameters:
jar -

getConfiguration

public HADOOPConfigurationResource getConfiguration()
Gets the configuration value for this HADOOPResource.

Returns:
configuration

setConfiguration

public void setConfiguration(HADOOPConfigurationResource configuration)
Sets the configuration value for this HADOOPResource.

Parameters:
configuration -

getLibs

public HADOOPLibResource[] getLibs()
Gets the libs value for this HADOOPResource.

Returns:
libs

setLibs

public void setLibs(HADOOPLibResource[] libs)
Sets the libs value for this HADOOPResource.

Parameters:
libs -

getLibs

public HADOOPLibResource getLibs(int i)

setLibs

public void setLibs(int i,
                    HADOOPLibResource _value)

getFiles

public HADOOPFileResource[] getFiles()
Gets the files value for this HADOOPResource.

Returns:
files

setFiles

public void setFiles(HADOOPFileResource[] files)
Sets the files value for this HADOOPResource.

Parameters:
files -

getFiles

public HADOOPFileResource getFiles(int i)

setFiles

public void setFiles(int i,
                     HADOOPFileResource _value)

getArguments

public HADOOPArgumentResource[] getArguments()
Gets the arguments value for this HADOOPResource.

Returns:
arguments

setArguments

public void setArguments(HADOOPArgumentResource[] arguments)
Sets the arguments value for this HADOOPResource.

Parameters:
arguments -

getArguments

public HADOOPArgumentResource getArguments(int i)

setArguments

public void setArguments(int i,
                         HADOOPArgumentResource _value)

getProperties

public HADOOPPropertyResource[] getProperties()
Gets the properties value for this HADOOPResource.

Returns:
properties

setProperties

public void setProperties(HADOOPPropertyResource[] properties)
Sets the properties value for this HADOOPResource.

Parameters:
properties -

getProperties

public HADOOPPropertyResource getProperties(int i)

setProperties

public void setProperties(int i,
                          HADOOPPropertyResource _value)

getMain

public HADOOPMainResource getMain()
Gets the main value for this HADOOPResource.

Returns:
main

setMain

public void setMain(HADOOPMainResource main)
Sets the main value for this HADOOPResource.

Parameters:
main -

getInputs

public HADOOPInputResource[] getInputs()
Gets the inputs value for this HADOOPResource.

Returns:
inputs

setInputs

public void setInputs(HADOOPInputResource[] inputs)
Sets the inputs value for this HADOOPResource.

Parameters:
inputs -

getInputs

public HADOOPInputResource getInputs(int i)

setInputs

public void setInputs(int i,
                      HADOOPInputResource _value)

getOutputs

public HADOOPOutputResource[] getOutputs()
Gets the outputs value for this HADOOPResource.

Returns:
outputs

setOutputs

public void setOutputs(HADOOPOutputResource[] outputs)
Sets the outputs value for this HADOOPResource.

Parameters:
outputs -

getOutputs

public HADOOPOutputResource getOutputs(int i)

setOutputs

public void setOutputs(int i,
                       HADOOPOutputResource _value)

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.