public class TaskDescription extends Object implements Serializable
| Constructor and Description |
|---|
TaskDescription() |
TaskDescription(String description,
String name,
org.gcube.common.core.types.DescriptiveProperty[] property,
org.gcube.common.core.types.DescriptiveProperty[] sampleInput,
org.gcube.common.core.types.DescriptiveProperty[] sampleOutput) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Gets the description value for this TaskDescription.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
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(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setDescription(String description)
Sets the description value for this TaskDescription.
|
void |
setName(String name)
Sets the name value for this TaskDescription.
|
void |
setProperty(org.gcube.common.core.types.DescriptiveProperty[] property)
Sets the property value for this TaskDescription.
|
void |
setProperty(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 |
setSampleInput(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.
|
void |
setSampleOutput(int i,
org.gcube.common.core.types.DescriptiveProperty _value) |
public String getName()
public void setName(String name)
name - public String getDescription()
public void setDescription(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 static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.