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

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

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

See Also:
Serialized Form

Constructor Summary
MethodTypeImportInformation()
           
MethodTypeImportInformation(java.lang.Boolean fromIntroduce, javax.xml.namespace.QName inputMessage, java.lang.String namespace, javax.xml.namespace.QName outputMessage, java.lang.String packageName, java.lang.String portTypeName, java.lang.String wsdlFile)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
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 getFromIntroduce()
          Gets the fromIntroduce value for this MethodTypeImportInformation.
 javax.xml.namespace.QName getInputMessage()
          Gets the inputMessage value for this MethodTypeImportInformation.
 java.lang.String getNamespace()
          Gets the namespace value for this MethodTypeImportInformation.
 javax.xml.namespace.QName getOutputMessage()
          Gets the outputMessage value for this MethodTypeImportInformation.
 java.lang.String getPackageName()
          Gets the packageName value for this MethodTypeImportInformation.
 java.lang.String getPortTypeName()
          Gets the portTypeName value for this MethodTypeImportInformation.
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
 java.lang.String getWsdlFile()
          Gets the wsdlFile value for this MethodTypeImportInformation.
 int hashCode()
           
 void setFromIntroduce(java.lang.Boolean fromIntroduce)
          Sets the fromIntroduce value for this MethodTypeImportInformation.
 void setInputMessage(javax.xml.namespace.QName inputMessage)
          Sets the inputMessage value for this MethodTypeImportInformation.
 void setNamespace(java.lang.String namespace)
          Sets the namespace value for this MethodTypeImportInformation.
 void setOutputMessage(javax.xml.namespace.QName outputMessage)
          Sets the outputMessage value for this MethodTypeImportInformation.
 void setPackageName(java.lang.String packageName)
          Sets the packageName value for this MethodTypeImportInformation.
 void setPortTypeName(java.lang.String portTypeName)
          Sets the portTypeName value for this MethodTypeImportInformation.
 void setWsdlFile(java.lang.String wsdlFile)
          Sets the wsdlFile value for this MethodTypeImportInformation.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodTypeImportInformation

public MethodTypeImportInformation()

MethodTypeImportInformation

public MethodTypeImportInformation(java.lang.Boolean fromIntroduce,
                                   javax.xml.namespace.QName inputMessage,
                                   java.lang.String namespace,
                                   javax.xml.namespace.QName outputMessage,
                                   java.lang.String packageName,
                                   java.lang.String portTypeName,
                                   java.lang.String wsdlFile)
Method Detail

getPortTypeName

public java.lang.String getPortTypeName()
Gets the portTypeName value for this MethodTypeImportInformation.

Returns:
portTypeName

setPortTypeName

public void setPortTypeName(java.lang.String portTypeName)
Sets the portTypeName value for this MethodTypeImportInformation.

Parameters:
portTypeName -

getNamespace

public java.lang.String getNamespace()
Gets the namespace value for this MethodTypeImportInformation.

Returns:
namespace

setNamespace

public void setNamespace(java.lang.String namespace)
Sets the namespace value for this MethodTypeImportInformation.

Parameters:
namespace -

getPackageName

public java.lang.String getPackageName()
Gets the packageName value for this MethodTypeImportInformation.

Returns:
packageName

setPackageName

public void setPackageName(java.lang.String packageName)
Sets the packageName value for this MethodTypeImportInformation.

Parameters:
packageName -

getWsdlFile

public java.lang.String getWsdlFile()
Gets the wsdlFile value for this MethodTypeImportInformation.

Returns:
wsdlFile

setWsdlFile

public void setWsdlFile(java.lang.String wsdlFile)
Sets the wsdlFile value for this MethodTypeImportInformation.

Parameters:
wsdlFile -

getFromIntroduce

public java.lang.Boolean getFromIntroduce()
Gets the fromIntroduce value for this MethodTypeImportInformation.

Returns:
fromIntroduce

setFromIntroduce

public void setFromIntroduce(java.lang.Boolean fromIntroduce)
Sets the fromIntroduce value for this MethodTypeImportInformation.

Parameters:
fromIntroduce -

getInputMessage

public javax.xml.namespace.QName getInputMessage()
Gets the inputMessage value for this MethodTypeImportInformation.

Returns:
inputMessage

setInputMessage

public void setInputMessage(javax.xml.namespace.QName inputMessage)
Sets the inputMessage value for this MethodTypeImportInformation.

Parameters:
inputMessage -

getOutputMessage

public javax.xml.namespace.QName getOutputMessage()
Gets the outputMessage value for this MethodTypeImportInformation.

Returns:
outputMessage

setOutputMessage

public void setOutputMessage(javax.xml.namespace.QName outputMessage)
Sets the outputMessage value for this MethodTypeImportInformation.

Parameters:
outputMessage -

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