net.sf.provisioner.IntrawayWSDL_pkg
Class LeasesObj

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

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

See Also:
Serialized Form

Constructor Summary
LeasesObj()
           
LeasesObj(java.lang.String fecha, java.lang.String ip, java.lang.String macaddress, java.lang.String manufacturer)
           
 
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 getFecha()
          Gets the fecha value for this LeasesObj.
 java.lang.String getIp()
          Gets the ip value for this LeasesObj.
 java.lang.String getMacaddress()
          Gets the macaddress value for this LeasesObj.
 java.lang.String getManufacturer()
          Gets the manufacturer value for this LeasesObj.
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
 int hashCode()
           
 void setFecha(java.lang.String fecha)
          Sets the fecha value for this LeasesObj.
 void setIp(java.lang.String ip)
          Sets the ip value for this LeasesObj.
 void setMacaddress(java.lang.String macaddress)
          Sets the macaddress value for this LeasesObj.
 void setManufacturer(java.lang.String manufacturer)
          Sets the manufacturer value for this LeasesObj.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LeasesObj

public LeasesObj()

LeasesObj

public LeasesObj(java.lang.String fecha,
                 java.lang.String ip,
                 java.lang.String macaddress,
                 java.lang.String manufacturer)
Method Detail

getFecha

public java.lang.String getFecha()
Gets the fecha value for this LeasesObj.

Returns:
fecha

setFecha

public void setFecha(java.lang.String fecha)
Sets the fecha value for this LeasesObj.

Parameters:
fecha -

getIp

public java.lang.String getIp()
Gets the ip value for this LeasesObj.

Returns:
ip

setIp

public void setIp(java.lang.String ip)
Sets the ip value for this LeasesObj.

Parameters:
ip -

getMacaddress

public java.lang.String getMacaddress()
Gets the macaddress value for this LeasesObj.

Returns:
macaddress

setMacaddress

public void setMacaddress(java.lang.String macaddress)
Sets the macaddress value for this LeasesObj.

Parameters:
macaddress -

getManufacturer

public java.lang.String getManufacturer()
Gets the manufacturer value for this LeasesObj.

Returns:
manufacturer

setManufacturer

public void setManufacturer(java.lang.String manufacturer)
Sets the manufacturer value for this LeasesObj.

Parameters:
manufacturer -

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.