|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.cagrid.metadata.service.Operation
public class Operation
This represents a method/operation/function in a service context. Its input parameters are described by its InputParameter associations, its output by its Output association, and any errors it produces by its Fault associations. This is manifested as an operation of a service in the grid.
Constructor Summary | |
---|---|
Operation()
|
|
Operation(java.lang.String description,
OperationFaultCollection faultCollection,
OperationInputParameterCollection inputParameterCollection,
java.lang.String name,
Output output,
SemanticMetadata[] semanticMetadata)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDescription()
Gets the description value for this Operation. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
OperationFaultCollection |
getFaultCollection()
Gets the faultCollection value for this Operation. |
OperationInputParameterCollection |
getInputParameterCollection()
Gets the inputParameterCollection value for this Operation. |
java.lang.String |
getName()
Gets the name value for this Operation. |
Output |
getOutput()
Gets the output value for this Operation. |
SemanticMetadata[] |
getSemanticMetadata()
Gets the semanticMetadata value for this Operation. |
SemanticMetadata |
getSemanticMetadata(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 Operation. |
void |
setFaultCollection(OperationFaultCollection faultCollection)
Sets the faultCollection value for this Operation. |
void |
setInputParameterCollection(OperationInputParameterCollection inputParameterCollection)
Sets the inputParameterCollection value for this Operation. |
void |
setName(java.lang.String name)
Sets the name value for this Operation. |
void |
setOutput(Output output)
Sets the output value for this Operation. |
void |
setSemanticMetadata(int i,
SemanticMetadata _value)
|
void |
setSemanticMetadata(SemanticMetadata[] semanticMetadata)
Sets the semanticMetadata value for this Operation. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Operation()
public Operation(java.lang.String description, OperationFaultCollection faultCollection, OperationInputParameterCollection inputParameterCollection, java.lang.String name, Output output, SemanticMetadata[] semanticMetadata)
Method Detail |
---|
public OperationInputParameterCollection getInputParameterCollection()
public void setInputParameterCollection(OperationInputParameterCollection inputParameterCollection)
inputParameterCollection
- public Output getOutput()
public void setOutput(Output output)
output
- public OperationFaultCollection getFaultCollection()
public void setFaultCollection(OperationFaultCollection faultCollection)
faultCollection
- public SemanticMetadata[] getSemanticMetadata()
public void setSemanticMetadata(SemanticMetadata[] semanticMetadata)
semanticMetadata
- public SemanticMetadata getSemanticMetadata(int i)
public void setSemanticMetadata(int i, SemanticMetadata _value)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- 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)
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |