org.mule.test.usecases.axis
Class SubmitTrade

java.lang.Object
  extended by org.mule.test.usecases.axis.SubmitTrade
All Implemented Interfaces:
Serializable

public class SubmitTrade
extends Object
implements Serializable

SubmitTrade.java This file was auto-generated from WSDL by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.

See Also:
Serialized Form

Constructor Summary
SubmitTrade()
           
SubmitTrade(Trade arg0)
           
 
Method Summary
 boolean equals(Object obj)
           
 Trade getArg0()
          Gets the arg0 value for this SubmitTrade.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setArg0(Trade arg0)
          Sets the arg0 value for this SubmitTrade.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubmitTrade

public SubmitTrade()

SubmitTrade

public SubmitTrade(Trade arg0)
Method Detail

getArg0

public Trade getArg0()
Gets the arg0 value for this SubmitTrade.

Returns:
arg0

setArg0

public void setArg0(Trade arg0)
Sets the arg0 value for this SubmitTrade.

Parameters:
arg0 -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

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


getSerializer

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


getDeserializer

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



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.