net.sf.provisioner.IntrawayWSDL_pkg
Class InterfaceObjInput

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

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

See Also:
Serialized Form

Constructor Summary
InterfaceObjInput()
           
InterfaceObjInput(java.lang.String idEntradaCaller, java.lang.String idInterface, java.lang.String idEstado, java.lang.String asyncronic, java.lang.String fechaDiferido, java.lang.String idCliente, java.lang.String idEmpresa, java.lang.String idVenta, java.lang.String idVentaPadre, java.lang.String idServicio, java.lang.String idProducto, java.lang.String idServicioPadre, java.lang.String idProductoPadre, java.lang.String idPromotor, java.lang.String xmlEncoding)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAsyncronic()
          Gets the asyncronic value for this InterfaceObjInput.
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 getFechaDiferido()
          Gets the fechaDiferido value for this InterfaceObjInput.
 java.lang.String getIdCliente()
          Gets the idCliente value for this InterfaceObjInput.
 java.lang.String getIdEmpresa()
          Gets the idEmpresa value for this InterfaceObjInput.
 java.lang.String getIdEntradaCaller()
          Gets the idEntradaCaller value for this InterfaceObjInput.
 java.lang.String getIdEstado()
          Gets the idEstado value for this InterfaceObjInput.
 java.lang.String getIdInterface()
          Gets the idInterface value for this InterfaceObjInput.
 java.lang.String getIdProducto()
          Gets the idProducto value for this InterfaceObjInput.
 java.lang.String getIdProductoPadre()
          Gets the idProductoPadre value for this InterfaceObjInput.
 java.lang.String getIdPromotor()
          Gets the idPromotor value for this InterfaceObjInput.
 java.lang.String getIdServicio()
          Gets the idServicio value for this InterfaceObjInput.
 java.lang.String getIdServicioPadre()
          Gets the idServicioPadre value for this InterfaceObjInput.
 java.lang.String getIdVenta()
          Gets the idVenta value for this InterfaceObjInput.
 java.lang.String getIdVentaPadre()
          Gets the idVentaPadre value for this InterfaceObjInput.
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 getXmlEncoding()
          Gets the xmlEncoding value for this InterfaceObjInput.
 int hashCode()
           
 void setAsyncronic(java.lang.String asyncronic)
          Sets the asyncronic value for this InterfaceObjInput.
 void setFechaDiferido(java.lang.String fechaDiferido)
          Sets the fechaDiferido value for this InterfaceObjInput.
 void setIdCliente(java.lang.String idCliente)
          Sets the idCliente value for this InterfaceObjInput.
 void setIdEmpresa(java.lang.String idEmpresa)
          Sets the idEmpresa value for this InterfaceObjInput.
 void setIdEntradaCaller(java.lang.String idEntradaCaller)
          Sets the idEntradaCaller value for this InterfaceObjInput.
 void setIdEstado(java.lang.String idEstado)
          Sets the idEstado value for this InterfaceObjInput.
 void setIdInterface(java.lang.String idInterface)
          Sets the idInterface value for this InterfaceObjInput.
 void setIdProducto(java.lang.String idProducto)
          Sets the idProducto value for this InterfaceObjInput.
 void setIdProductoPadre(java.lang.String idProductoPadre)
          Sets the idProductoPadre value for this InterfaceObjInput.
 void setIdPromotor(java.lang.String idPromotor)
          Sets the idPromotor value for this InterfaceObjInput.
 void setIdServicio(java.lang.String idServicio)
          Sets the idServicio value for this InterfaceObjInput.
 void setIdServicioPadre(java.lang.String idServicioPadre)
          Sets the idServicioPadre value for this InterfaceObjInput.
 void setIdVenta(java.lang.String idVenta)
          Sets the idVenta value for this InterfaceObjInput.
 void setIdVentaPadre(java.lang.String idVentaPadre)
          Sets the idVentaPadre value for this InterfaceObjInput.
 void setXmlEncoding(java.lang.String xmlEncoding)
          Sets the xmlEncoding value for this InterfaceObjInput.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceObjInput

public InterfaceObjInput()

InterfaceObjInput

public InterfaceObjInput(java.lang.String idEntradaCaller,
                         java.lang.String idInterface,
                         java.lang.String idEstado,
                         java.lang.String asyncronic,
                         java.lang.String fechaDiferido,
                         java.lang.String idCliente,
                         java.lang.String idEmpresa,
                         java.lang.String idVenta,
                         java.lang.String idVentaPadre,
                         java.lang.String idServicio,
                         java.lang.String idProducto,
                         java.lang.String idServicioPadre,
                         java.lang.String idProductoPadre,
                         java.lang.String idPromotor,
                         java.lang.String xmlEncoding)
Method Detail

getIdEntradaCaller

public java.lang.String getIdEntradaCaller()
Gets the idEntradaCaller value for this InterfaceObjInput.

Returns:
idEntradaCaller

setIdEntradaCaller

public void setIdEntradaCaller(java.lang.String idEntradaCaller)
Sets the idEntradaCaller value for this InterfaceObjInput.

Parameters:
idEntradaCaller -

getIdInterface

public java.lang.String getIdInterface()
Gets the idInterface value for this InterfaceObjInput.

Returns:
idInterface

setIdInterface

public void setIdInterface(java.lang.String idInterface)
Sets the idInterface value for this InterfaceObjInput.

Parameters:
idInterface -

getIdEstado

public java.lang.String getIdEstado()
Gets the idEstado value for this InterfaceObjInput.

Returns:
idEstado

setIdEstado

public void setIdEstado(java.lang.String idEstado)
Sets the idEstado value for this InterfaceObjInput.

Parameters:
idEstado -

getAsyncronic

public java.lang.String getAsyncronic()
Gets the asyncronic value for this InterfaceObjInput.

Returns:
asyncronic

setAsyncronic

public void setAsyncronic(java.lang.String asyncronic)
Sets the asyncronic value for this InterfaceObjInput.

Parameters:
asyncronic -

getFechaDiferido

public java.lang.String getFechaDiferido()
Gets the fechaDiferido value for this InterfaceObjInput.

Returns:
fechaDiferido

setFechaDiferido

public void setFechaDiferido(java.lang.String fechaDiferido)
Sets the fechaDiferido value for this InterfaceObjInput.

Parameters:
fechaDiferido -

getIdCliente

public java.lang.String getIdCliente()
Gets the idCliente value for this InterfaceObjInput.

Returns:
idCliente

setIdCliente

public void setIdCliente(java.lang.String idCliente)
Sets the idCliente value for this InterfaceObjInput.

Parameters:
idCliente -

getIdEmpresa

public java.lang.String getIdEmpresa()
Gets the idEmpresa value for this InterfaceObjInput.

Returns:
idEmpresa

setIdEmpresa

public void setIdEmpresa(java.lang.String idEmpresa)
Sets the idEmpresa value for this InterfaceObjInput.

Parameters:
idEmpresa -

getIdVenta

public java.lang.String getIdVenta()
Gets the idVenta value for this InterfaceObjInput.

Returns:
idVenta

setIdVenta

public void setIdVenta(java.lang.String idVenta)
Sets the idVenta value for this InterfaceObjInput.

Parameters:
idVenta -

getIdVentaPadre

public java.lang.String getIdVentaPadre()
Gets the idVentaPadre value for this InterfaceObjInput.

Returns:
idVentaPadre

setIdVentaPadre

public void setIdVentaPadre(java.lang.String idVentaPadre)
Sets the idVentaPadre value for this InterfaceObjInput.

Parameters:
idVentaPadre -

getIdServicio

public java.lang.String getIdServicio()
Gets the idServicio value for this InterfaceObjInput.

Returns:
idServicio

setIdServicio

public void setIdServicio(java.lang.String idServicio)
Sets the idServicio value for this InterfaceObjInput.

Parameters:
idServicio -

getIdProducto

public java.lang.String getIdProducto()
Gets the idProducto value for this InterfaceObjInput.

Returns:
idProducto

setIdProducto

public void setIdProducto(java.lang.String idProducto)
Sets the idProducto value for this InterfaceObjInput.

Parameters:
idProducto -

getIdServicioPadre

public java.lang.String getIdServicioPadre()
Gets the idServicioPadre value for this InterfaceObjInput.

Returns:
idServicioPadre

setIdServicioPadre

public void setIdServicioPadre(java.lang.String idServicioPadre)
Sets the idServicioPadre value for this InterfaceObjInput.

Parameters:
idServicioPadre -

getIdProductoPadre

public java.lang.String getIdProductoPadre()
Gets the idProductoPadre value for this InterfaceObjInput.

Returns:
idProductoPadre

setIdProductoPadre

public void setIdProductoPadre(java.lang.String idProductoPadre)
Sets the idProductoPadre value for this InterfaceObjInput.

Parameters:
idProductoPadre -

getIdPromotor

public java.lang.String getIdPromotor()
Gets the idPromotor value for this InterfaceObjInput.

Returns:
idPromotor

setIdPromotor

public void setIdPromotor(java.lang.String idPromotor)
Sets the idPromotor value for this InterfaceObjInput.

Parameters:
idPromotor -

getXmlEncoding

public java.lang.String getXmlEncoding()
Gets the xmlEncoding value for this InterfaceObjInput.

Returns:
xmlEncoding

setXmlEncoding

public void setXmlEncoding(java.lang.String xmlEncoding)
Sets the xmlEncoding value for this InterfaceObjInput.

Parameters:
xmlEncoding -

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.