net.sf.provisioner.IntrawayWSDL_pkg
Class OpcionesObj

java.lang.Object
  extended by net.sf.provisioner.IntrawayWSDL_pkg.OpcionesObj
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
OpcionesObj()
           
OpcionesObj(java.lang.String opcion, java.lang.String valor)
           
 
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.String getOpcion()
          Gets the opcion value for this OpcionesObj.
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 getValor()
          Gets the valor value for this OpcionesObj.
 int hashCode()
           
 void setOpcion(java.lang.String opcion)
          Sets the opcion value for this OpcionesObj.
 void setValor(java.lang.String valor)
          Sets the valor value for this OpcionesObj.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpcionesObj

public OpcionesObj()

OpcionesObj

public OpcionesObj(java.lang.String opcion,
                   java.lang.String valor)
Method Detail

getOpcion

public java.lang.String getOpcion()
Gets the opcion value for this OpcionesObj.

Returns:
opcion

setOpcion

public void setOpcion(java.lang.String opcion)
Sets the opcion value for this OpcionesObj.

Parameters:
opcion -

getValor

public java.lang.String getValor()
Gets the valor value for this OpcionesObj.

Returns:
valor

setValor

public void setValor(java.lang.String valor)
Sets the valor value for this OpcionesObj.

Parameters:
valor -

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



Copyright © 2007-2008. All Rights Reserved.