public class SMComputation extends SMOperation implements Serializable
| Constructor and Description |
|---|
SMComputation() |
SMComputation(String algorithm,
String category,
String infrastructure,
SMEntry[] parameters,
String title) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAlgorithm()
Gets the algorithm value for this SMComputation.
|
String |
getCategory()
Gets the category value for this SMComputation.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getInfrastructure()
Gets the infrastructure value for this SMComputation.
|
SMEntry[] |
getParameters()
Gets the parameters value for this SMComputation.
|
SMEntry |
getParameters(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getTitle()
Gets the title value for this SMComputation.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAlgorithm(String algorithm)
Sets the algorithm value for this SMComputation.
|
void |
setCategory(String category)
Sets the category value for this SMComputation.
|
void |
setInfrastructure(String infrastructure)
Sets the infrastructure value for this SMComputation.
|
void |
setParameters(int i,
SMEntry _value) |
void |
setParameters(SMEntry[] parameters)
Sets the parameters value for this SMComputation.
|
void |
setTitle(String title)
Sets the title value for this SMComputation.
|
getAbstractResource, getCompletedDate, getDescription, getOperationId, getOperationStatus, getOperationType, getPortalLogin, getSubmissionDate, setAbstractResource, setCompletedDate, setDescription, setOperationId, setOperationStatus, setOperationType, setPortalLogin, setSubmissionDatepublic String getTitle()
public void setTitle(String title)
title - public String getAlgorithm()
public void setAlgorithm(String algorithm)
algorithm - public String getCategory()
public void setCategory(String category)
category - public SMEntry[] getParameters()
public void setParameters(SMEntry[] parameters)
parameters - public SMEntry getParameters(int i)
public void setParameters(int i,
SMEntry _value)
public String getInfrastructure()
public void setInfrastructure(String infrastructure)
infrastructure - public boolean equals(Object obj)
equals in class SMOperationpublic int hashCode()
hashCode in class SMOperationpublic 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.