org.eclipse.higgins.proxy.web.ws.wsdl
Class CardExtensionTO

java.lang.Object
  extended by org.eclipse.higgins.proxy.web.ws.wsdl.CardExtensionTO
All Implemented Interfaces:
Serializable

public class CardExtensionTO
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CardExtensionTO()
           
CardExtensionTO(String element, boolean enabled)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 String getElement()
          Gets the element value for this CardExtensionTO.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isEnabled()
          Gets the enabled value for this CardExtensionTO.
 void setElement(String element)
          Sets the element value for this CardExtensionTO.
 void setEnabled(boolean enabled)
          Sets the enabled value for this CardExtensionTO.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CardExtensionTO

public CardExtensionTO()

CardExtensionTO

public CardExtensionTO(String element,
                       boolean enabled)
Method Detail

getElement

public String getElement()
Gets the element value for this CardExtensionTO.

Returns:
element

setElement

public void setElement(String element)
Sets the element value for this CardExtensionTO.

Parameters:
element -

isEnabled

public boolean isEnabled()
Gets the enabled value for this CardExtensionTO.

Returns:
enabled

setEnabled

public void setEnabled(boolean enabled)
Sets the enabled value for this CardExtensionTO.

Parameters:
enabled -

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,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

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