com.konakart.wsapp
Class CustomerTag

java.lang.Object
  extended by com.konakart.wsapp.CustomerTag
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
CustomerTag()
           
CustomerTag(java.lang.String custom1, java.lang.String custom2, java.lang.String custom3, java.lang.String custom4, java.lang.String custom5, java.util.Calendar dateAdded, java.lang.String description, int id, int maxInts, java.lang.String name, int type, java.lang.String validation, java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCustom1()
          Gets the custom1 value for this CustomerTag.
 java.lang.String getCustom2()
          Gets the custom2 value for this CustomerTag.
 java.lang.String getCustom3()
          Gets the custom3 value for this CustomerTag.
 java.lang.String getCustom4()
          Gets the custom4 value for this CustomerTag.
 java.lang.String getCustom5()
          Gets the custom5 value for this CustomerTag.
 java.util.Calendar getDateAdded()
          Gets the dateAdded value for this CustomerTag.
 java.lang.String getDescription()
          Gets the description value for this CustomerTag.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getId()
          Gets the id value for this CustomerTag.
 int getMaxInts()
          Gets the maxInts value for this CustomerTag.
 java.lang.String getName()
          Gets the name value for this CustomerTag.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getType()
          Gets the type value for this CustomerTag.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getValidation()
          Gets the validation value for this CustomerTag.
 java.lang.String getValue()
          Gets the value value for this CustomerTag.
 int hashCode()
           
 void setCustom1(java.lang.String custom1)
          Sets the custom1 value for this CustomerTag.
 void setCustom2(java.lang.String custom2)
          Sets the custom2 value for this CustomerTag.
 void setCustom3(java.lang.String custom3)
          Sets the custom3 value for this CustomerTag.
 void setCustom4(java.lang.String custom4)
          Sets the custom4 value for this CustomerTag.
 void setCustom5(java.lang.String custom5)
          Sets the custom5 value for this CustomerTag.
 void setDateAdded(java.util.Calendar dateAdded)
          Sets the dateAdded value for this CustomerTag.
 void setDescription(java.lang.String description)
          Sets the description value for this CustomerTag.
 void setId(int id)
          Sets the id value for this CustomerTag.
 void setMaxInts(int maxInts)
          Sets the maxInts value for this CustomerTag.
 void setName(java.lang.String name)
          Sets the name value for this CustomerTag.
 void setType(int type)
          Sets the type value for this CustomerTag.
 void setValidation(java.lang.String validation)
          Sets the validation value for this CustomerTag.
 void setValue(java.lang.String value)
          Sets the value value for this CustomerTag.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerTag

public CustomerTag()

CustomerTag

public CustomerTag(java.lang.String custom1,
                   java.lang.String custom2,
                   java.lang.String custom3,
                   java.lang.String custom4,
                   java.lang.String custom5,
                   java.util.Calendar dateAdded,
                   java.lang.String description,
                   int id,
                   int maxInts,
                   java.lang.String name,
                   int type,
                   java.lang.String validation,
                   java.lang.String value)
Method Detail

getCustom1

public java.lang.String getCustom1()
Gets the custom1 value for this CustomerTag.

Returns:
custom1

setCustom1

public void setCustom1(java.lang.String custom1)
Sets the custom1 value for this CustomerTag.

Parameters:
custom1 -

getCustom2

public java.lang.String getCustom2()
Gets the custom2 value for this CustomerTag.

Returns:
custom2

setCustom2

public void setCustom2(java.lang.String custom2)
Sets the custom2 value for this CustomerTag.

Parameters:
custom2 -

getCustom3

public java.lang.String getCustom3()
Gets the custom3 value for this CustomerTag.

Returns:
custom3

setCustom3

public void setCustom3(java.lang.String custom3)
Sets the custom3 value for this CustomerTag.

Parameters:
custom3 -

getCustom4

public java.lang.String getCustom4()
Gets the custom4 value for this CustomerTag.

Returns:
custom4

setCustom4

public void setCustom4(java.lang.String custom4)
Sets the custom4 value for this CustomerTag.

Parameters:
custom4 -

getCustom5

public java.lang.String getCustom5()
Gets the custom5 value for this CustomerTag.

Returns:
custom5

setCustom5

public void setCustom5(java.lang.String custom5)
Sets the custom5 value for this CustomerTag.

Parameters:
custom5 -

getDateAdded

public java.util.Calendar getDateAdded()
Gets the dateAdded value for this CustomerTag.

Returns:
dateAdded

setDateAdded

public void setDateAdded(java.util.Calendar dateAdded)
Sets the dateAdded value for this CustomerTag.

Parameters:
dateAdded -

getDescription

public java.lang.String getDescription()
Gets the description value for this CustomerTag.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this CustomerTag.

Parameters:
description -

getId

public int getId()
Gets the id value for this CustomerTag.

Returns:
id

setId

public void setId(int id)
Sets the id value for this CustomerTag.

Parameters:
id -

getMaxInts

public int getMaxInts()
Gets the maxInts value for this CustomerTag.

Returns:
maxInts

setMaxInts

public void setMaxInts(int maxInts)
Sets the maxInts value for this CustomerTag.

Parameters:
maxInts -

getName

public java.lang.String getName()
Gets the name value for this CustomerTag.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this CustomerTag.

Parameters:
name -

getType

public int getType()
Gets the type value for this CustomerTag.

Returns:
type

setType

public void setType(int type)
Sets the type value for this CustomerTag.

Parameters:
type -

getValidation

public java.lang.String getValidation()
Gets the validation value for this CustomerTag.

Returns:
validation

setValidation

public void setValidation(java.lang.String validation)
Sets the validation value for this CustomerTag.

Parameters:
validation -

getValue

public java.lang.String getValue()
Gets the value value for this CustomerTag.

Returns:
value

setValue

public void setValue(java.lang.String value)
Sets the value value for this CustomerTag.

Parameters:
value -

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 © 2011 DS Data Systems UK Ltd.