|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nci.cagrid.introduce.beans.method.MethodType
public class MethodType
| Constructor Summary | |
|---|---|
MethodType()
|
|
MethodType(java.lang.String boxedInputParameter,
java.lang.String boxedOutputParameter,
java.lang.String description,
MethodTypeExceptions exceptions,
MethodTypeImportInformation importInformation,
java.lang.String inputMessageClass,
MethodTypeInputs inputs,
boolean isImported,
boolean isProvided,
MethodSecurity methodSecurity,
java.lang.String name,
MethodTypeOutput output,
java.lang.String outputMessageClass,
MethodTypeProviderInformation providerInformation)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getBoxedInputParameter()
Gets the boxedInputParameter value for this MethodType. |
java.lang.String |
getBoxedOutputParameter()
Gets the boxedOutputParameter value for this MethodType. |
java.lang.String |
getDescription()
Gets the description value for this MethodType. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
MethodTypeExceptions |
getExceptions()
Gets the exceptions value for this MethodType. |
MethodTypeImportInformation |
getImportInformation()
Gets the importInformation value for this MethodType. |
java.lang.String |
getInputMessageClass()
Gets the inputMessageClass value for this MethodType. |
MethodTypeInputs |
getInputs()
Gets the inputs value for this MethodType. |
MethodSecurity |
getMethodSecurity()
Gets the methodSecurity value for this MethodType. |
java.lang.String |
getName()
Gets the name value for this MethodType. |
MethodTypeOutput |
getOutput()
Gets the output value for this MethodType. |
java.lang.String |
getOutputMessageClass()
Gets the outputMessageClass value for this MethodType. |
MethodTypeProviderInformation |
getProviderInformation()
Gets the providerInformation value for this MethodType. |
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()
|
boolean |
isIsImported()
Gets the isImported value for this MethodType. |
boolean |
isIsProvided()
Gets the isProvided value for this MethodType. |
void |
setBoxedInputParameter(java.lang.String boxedInputParameter)
Sets the boxedInputParameter value for this MethodType. |
void |
setBoxedOutputParameter(java.lang.String boxedOutputParameter)
Sets the boxedOutputParameter value for this MethodType. |
void |
setDescription(java.lang.String description)
Sets the description value for this MethodType. |
void |
setExceptions(MethodTypeExceptions exceptions)
Sets the exceptions value for this MethodType. |
void |
setImportInformation(MethodTypeImportInformation importInformation)
Sets the importInformation value for this MethodType. |
void |
setInputMessageClass(java.lang.String inputMessageClass)
Sets the inputMessageClass value for this MethodType. |
void |
setInputs(MethodTypeInputs inputs)
Sets the inputs value for this MethodType. |
void |
setIsImported(boolean isImported)
Sets the isImported value for this MethodType. |
void |
setIsProvided(boolean isProvided)
Sets the isProvided value for this MethodType. |
void |
setMethodSecurity(MethodSecurity methodSecurity)
Sets the methodSecurity value for this MethodType. |
void |
setName(java.lang.String name)
Sets the name value for this MethodType. |
void |
setOutput(MethodTypeOutput output)
Sets the output value for this MethodType. |
void |
setOutputMessageClass(java.lang.String outputMessageClass)
Sets the outputMessageClass value for this MethodType. |
void |
setProviderInformation(MethodTypeProviderInformation providerInformation)
Sets the providerInformation value for this MethodType. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodType()
public MethodType(java.lang.String boxedInputParameter,
java.lang.String boxedOutputParameter,
java.lang.String description,
MethodTypeExceptions exceptions,
MethodTypeImportInformation importInformation,
java.lang.String inputMessageClass,
MethodTypeInputs inputs,
boolean isImported,
boolean isProvided,
MethodSecurity methodSecurity,
java.lang.String name,
MethodTypeOutput output,
java.lang.String outputMessageClass,
MethodTypeProviderInformation providerInformation)
| Method Detail |
|---|
public MethodTypeInputs getInputs()
public void setInputs(MethodTypeInputs inputs)
inputs - public MethodTypeOutput getOutput()
public void setOutput(MethodTypeOutput output)
output - public MethodTypeExceptions getExceptions()
public void setExceptions(MethodTypeExceptions exceptions)
exceptions - public MethodSecurity getMethodSecurity()
public void setMethodSecurity(MethodSecurity methodSecurity)
methodSecurity - public MethodTypeImportInformation getImportInformation()
public void setImportInformation(MethodTypeImportInformation importInformation)
importInformation - public MethodTypeProviderInformation getProviderInformation()
public void setProviderInformation(MethodTypeProviderInformation providerInformation)
providerInformation - public java.lang.String getName()
public void setName(java.lang.String name)
name - public boolean isIsImported()
public void setIsImported(boolean isImported)
isImported - public boolean isIsProvided()
public void setIsProvided(boolean isProvided)
isProvided - public java.lang.String getInputMessageClass()
public void setInputMessageClass(java.lang.String inputMessageClass)
inputMessageClass - public java.lang.String getOutputMessageClass()
public void setOutputMessageClass(java.lang.String outputMessageClass)
outputMessageClass - public java.lang.String getBoxedInputParameter()
public void setBoxedInputParameter(java.lang.String boxedInputParameter)
boxedInputParameter - public java.lang.String getBoxedOutputParameter()
public void setBoxedOutputParameter(java.lang.String boxedOutputParameter)
boxedOutputParameter - public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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 | ||||||||