|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.vremanagement.executor.stubs.TaskDescription
public class TaskDescription
Constructor Summary | |
---|---|
TaskDescription()
|
|
TaskDescription(java.lang.String description,
java.lang.String name,
org.gcube.common.core.types.DescriptiveProperty[] property,
org.gcube.common.core.types.DescriptiveProperty[] sampleInput,
org.gcube.common.core.types.DescriptiveProperty[] sampleOutput)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDescription()
Gets the description value for this TaskDescription. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getName()
Gets the name value for this TaskDescription. |
org.gcube.common.core.types.DescriptiveProperty[] |
getProperty()
Gets the property value for this TaskDescription. |
org.gcube.common.core.types.DescriptiveProperty |
getProperty(int i)
|
org.gcube.common.core.types.DescriptiveProperty[] |
getSampleInput()
Gets the sampleInput value for this TaskDescription. |
org.gcube.common.core.types.DescriptiveProperty |
getSampleInput(int i)
|
org.gcube.common.core.types.DescriptiveProperty[] |
getSampleOutput()
Gets the sampleOutput value for this TaskDescription. |
org.gcube.common.core.types.DescriptiveProperty |
getSampleOutput(int i)
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setDescription(java.lang.String description)
Sets the description value for this TaskDescription. |
void |
setName(java.lang.String name)
Sets the name value for this TaskDescription. |
void |
setProperty(int i,
org.gcube.common.core.types.DescriptiveProperty _value)
|
void |
setProperty(org.gcube.common.core.types.DescriptiveProperty[] property)
Sets the property value for this TaskDescription. |
void |
setSampleInput(int i,
org.gcube.common.core.types.DescriptiveProperty _value)
|
void |
setSampleInput(org.gcube.common.core.types.DescriptiveProperty[] sampleInput)
Sets the sampleInput value for this TaskDescription. |
void |
setSampleOutput(int i,
org.gcube.common.core.types.DescriptiveProperty _value)
|
void |
setSampleOutput(org.gcube.common.core.types.DescriptiveProperty[] sampleOutput)
Sets the sampleOutput value for this TaskDescription. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaskDescription()
public TaskDescription(java.lang.String description, java.lang.String name, org.gcube.common.core.types.DescriptiveProperty[] property, org.gcube.common.core.types.DescriptiveProperty[] sampleInput, org.gcube.common.core.types.DescriptiveProperty[] sampleOutput)
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- public org.gcube.common.core.types.DescriptiveProperty[] getProperty()
public void setProperty(org.gcube.common.core.types.DescriptiveProperty[] property)
property
- public org.gcube.common.core.types.DescriptiveProperty getProperty(int i)
public void setProperty(int i, org.gcube.common.core.types.DescriptiveProperty _value)
public org.gcube.common.core.types.DescriptiveProperty[] getSampleInput()
public void setSampleInput(org.gcube.common.core.types.DescriptiveProperty[] sampleInput)
sampleInput
- public org.gcube.common.core.types.DescriptiveProperty getSampleInput(int i)
public void setSampleInput(int i, org.gcube.common.core.types.DescriptiveProperty _value)
public org.gcube.common.core.types.DescriptiveProperty[] getSampleOutput()
public void setSampleOutput(org.gcube.common.core.types.DescriptiveProperty[] sampleOutput)
sampleOutput
- public org.gcube.common.core.types.DescriptiveProperty getSampleOutput(int i)
public void setSampleOutput(int i, org.gcube.common.core.types.DescriptiveProperty _value)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |