gov.nih.nci.cagrid.introduce.beans.method
Class MethodTypeOutput

java.lang.Object
  extended by gov.nih.nci.cagrid.introduce.beans.method.MethodTypeOutput
All Implemented Interfaces:
java.io.Serializable

public class MethodTypeOutput
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
MethodTypeOutput()
           
MethodTypeOutput(java.lang.String clientHandleClass, java.lang.String description, boolean isArray, java.lang.Boolean isClientHandle, java.lang.Boolean isCreatingResourceForClientHandle, javax.xml.namespace.QName qName, java.lang.String resourceClientIntroduceServiceName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getClientHandleClass()
          Gets the clientHandleClass value for this MethodTypeOutput.
 java.lang.String getDescription()
          Gets the description value for this MethodTypeOutput.
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.Boolean getIsClientHandle()
          Gets the isClientHandle value for this MethodTypeOutput.
 java.lang.Boolean getIsCreatingResourceForClientHandle()
          Gets the isCreatingResourceForClientHandle value for this MethodTypeOutput.
 javax.xml.namespace.QName getQName()
          Gets the qName value for this MethodTypeOutput.
 java.lang.String getResourceClientIntroduceServiceName()
          Gets the resourceClientIntroduceServiceName value for this MethodTypeOutput.
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 isIsArray()
          Gets the isArray value for this MethodTypeOutput.
 void setClientHandleClass(java.lang.String clientHandleClass)
          Sets the clientHandleClass value for this MethodTypeOutput.
 void setDescription(java.lang.String description)
          Sets the description value for this MethodTypeOutput.
 void setIsArray(boolean isArray)
          Sets the isArray value for this MethodTypeOutput.
 void setIsClientHandle(java.lang.Boolean isClientHandle)
          Sets the isClientHandle value for this MethodTypeOutput.
 void setIsCreatingResourceForClientHandle(java.lang.Boolean isCreatingResourceForClientHandle)
          Sets the isCreatingResourceForClientHandle value for this MethodTypeOutput.
 void setQName(javax.xml.namespace.QName qName)
          Sets the qName value for this MethodTypeOutput.
 void setResourceClientIntroduceServiceName(java.lang.String resourceClientIntroduceServiceName)
          Sets the resourceClientIntroduceServiceName value for this MethodTypeOutput.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodTypeOutput

public MethodTypeOutput()

MethodTypeOutput

public MethodTypeOutput(java.lang.String clientHandleClass,
                        java.lang.String description,
                        boolean isArray,
                        java.lang.Boolean isClientHandle,
                        java.lang.Boolean isCreatingResourceForClientHandle,
                        javax.xml.namespace.QName qName,
                        java.lang.String resourceClientIntroduceServiceName)
Method Detail

getQName

public javax.xml.namespace.QName getQName()
Gets the qName value for this MethodTypeOutput.

Returns:
qName

setQName

public void setQName(javax.xml.namespace.QName qName)
Sets the qName value for this MethodTypeOutput.

Parameters:
qName -

isIsArray

public boolean isIsArray()
Gets the isArray value for this MethodTypeOutput.

Returns:
isArray

setIsArray

public void setIsArray(boolean isArray)
Sets the isArray value for this MethodTypeOutput.

Parameters:
isArray -

getIsClientHandle

public java.lang.Boolean getIsClientHandle()
Gets the isClientHandle value for this MethodTypeOutput.

Returns:
isClientHandle

setIsClientHandle

public void setIsClientHandle(java.lang.Boolean isClientHandle)
Sets the isClientHandle value for this MethodTypeOutput.

Parameters:
isClientHandle -

getClientHandleClass

public java.lang.String getClientHandleClass()
Gets the clientHandleClass value for this MethodTypeOutput.

Returns:
clientHandleClass

setClientHandleClass

public void setClientHandleClass(java.lang.String clientHandleClass)
Sets the clientHandleClass value for this MethodTypeOutput.

Parameters:
clientHandleClass -

getIsCreatingResourceForClientHandle

public java.lang.Boolean getIsCreatingResourceForClientHandle()
Gets the isCreatingResourceForClientHandle value for this MethodTypeOutput.

Returns:
isCreatingResourceForClientHandle

setIsCreatingResourceForClientHandle

public void setIsCreatingResourceForClientHandle(java.lang.Boolean isCreatingResourceForClientHandle)
Sets the isCreatingResourceForClientHandle value for this MethodTypeOutput.

Parameters:
isCreatingResourceForClientHandle -

getResourceClientIntroduceServiceName

public java.lang.String getResourceClientIntroduceServiceName()
Gets the resourceClientIntroduceServiceName value for this MethodTypeOutput.

Returns:
resourceClientIntroduceServiceName

setResourceClientIntroduceServiceName

public void setResourceClientIntroduceServiceName(java.lang.String resourceClientIntroduceServiceName)
Sets the resourceClientIntroduceServiceName value for this MethodTypeOutput.

Parameters:
resourceClientIntroduceServiceName -

getDescription

public java.lang.String getDescription()
Gets the description value for this MethodTypeOutput.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this MethodTypeOutput.

Parameters:
description -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer