com.ibm.wpc
Class WpcAttributeType

java.lang.Object
  extended by com.ibm.wpc.WpcAttributeType
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
WpcAttributeType()
           
WpcAttributeType(WpcValuesType[] values, WpcEnumValueType[] enum1, java.lang.String min_occurrence, java.lang.String max_occurrence, java.lang.String isLocalized, java.lang.String min_length, java.lang.String max_length, java.lang.String editable, java.lang.String def_val, java.math.BigInteger precision, WpcEnumValueType[] enum2, java.lang.String lookupTableName, WpcEntryValueType[] entries, java.lang.String helpURL, WpcAttributeType[] attribute, java.lang.String name, java.lang.String locale, java.lang.String displayName, java.lang.String type, java.lang.String editable2, java.math.BigInteger occurrence, java.lang.Boolean isPrimaryKey)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 WpcAttributeType[] getAttribute()
          Gets the attribute value for this WpcAttributeType.
 WpcAttributeType getAttribute(int i)
           
 java.lang.String getDef_val()
          Gets the def_val value for this WpcAttributeType.
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 getDisplayName()
          Gets the displayName value for this WpcAttributeType.
 java.lang.String getEditable()
          Gets the editable value for this WpcAttributeType.
 java.lang.String getEditable2()
          Gets the editable2 value for this WpcAttributeType.
 WpcEntryValueType[] getEntries()
          Gets the entries value for this WpcAttributeType.
 WpcEnumValueType[] getEnum()
          Gets the enum value for this WpcAttributeType.
 WpcEnumValueType[] getEnum2()
          Gets the enum2 value for this WpcAttributeType.
 java.lang.String getHelpURL()
          Gets the helpURL value for this WpcAttributeType.
 java.lang.String getIsLocalized()
          Gets the isLocalized value for this WpcAttributeType.
 java.lang.Boolean getIsPrimaryKey()
          Gets the isPrimaryKey value for this WpcAttributeType.
 java.lang.String getLocale()
          Gets the locale value for this WpcAttributeType.
 java.lang.String getLookupTableName()
          Gets the lookupTableName value for this WpcAttributeType.
 java.lang.String getMax_length()
          Gets the max_length value for this WpcAttributeType.
 java.lang.String getMax_occurrence()
          Gets the max_occurrence value for this WpcAttributeType.
 java.lang.String getMin_length()
          Gets the min_length value for this WpcAttributeType.
 java.lang.String getMin_occurrence()
          Gets the min_occurrence value for this WpcAttributeType.
 java.lang.String getName()
          Gets the name value for this WpcAttributeType.
 java.math.BigInteger getOccurrence()
          Gets the occurrence value for this WpcAttributeType.
 java.math.BigInteger getPrecision()
          Gets the precision value for this WpcAttributeType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getType()
          Gets the type value for this WpcAttributeType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 WpcValuesType[] getValues()
          Gets the values value for this WpcAttributeType.
 WpcValuesType getValues(int i)
           
 int hashCode()
           
 void setAttribute(int i, WpcAttributeType _value)
           
 void setAttribute(WpcAttributeType[] attribute)
          Sets the attribute value for this WpcAttributeType.
 void setDef_val(java.lang.String def_val)
          Sets the def_val value for this WpcAttributeType.
 void setDisplayName(java.lang.String displayName)
          Sets the displayName value for this WpcAttributeType.
 void setEditable(java.lang.String editable)
          Sets the editable value for this WpcAttributeType.
 void setEditable2(java.lang.String editable2)
          Sets the editable2 value for this WpcAttributeType.
 void setEntries(WpcEntryValueType[] entries)
          Sets the entries value for this WpcAttributeType.
 void setEnum(WpcEnumValueType[] enum1)
          Sets the enum value for this WpcAttributeType.
 void setEnum2(WpcEnumValueType[] enum2)
          Sets the enum2 value for this WpcAttributeType.
 void setHelpURL(java.lang.String helpURL)
          Sets the helpURL value for this WpcAttributeType.
 void setIsLocalized(java.lang.String isLocalized)
          Sets the isLocalized value for this WpcAttributeType.
 void setIsPrimaryKey(java.lang.Boolean isPrimaryKey)
          Sets the isPrimaryKey value for this WpcAttributeType.
 void setLocale(java.lang.String locale)
          Sets the locale value for this WpcAttributeType.
 void setLookupTableName(java.lang.String lookupTableName)
          Sets the lookupTableName value for this WpcAttributeType.
 void setMax_length(java.lang.String max_length)
          Sets the max_length value for this WpcAttributeType.
 void setMax_occurrence(java.lang.String max_occurrence)
          Sets the max_occurrence value for this WpcAttributeType.
 void setMin_length(java.lang.String min_length)
          Sets the min_length value for this WpcAttributeType.
 void setMin_occurrence(java.lang.String min_occurrence)
          Sets the min_occurrence value for this WpcAttributeType.
 void setName(java.lang.String name)
          Sets the name value for this WpcAttributeType.
 void setOccurrence(java.math.BigInteger occurrence)
          Sets the occurrence value for this WpcAttributeType.
 void setPrecision(java.math.BigInteger precision)
          Sets the precision value for this WpcAttributeType.
 void setType(java.lang.String type)
          Sets the type value for this WpcAttributeType.
 void setValues(int i, WpcValuesType _value)
           
 void setValues(WpcValuesType[] values)
          Sets the values value for this WpcAttributeType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WpcAttributeType

public WpcAttributeType()

WpcAttributeType

public WpcAttributeType(WpcValuesType[] values,
                        WpcEnumValueType[] enum1,
                        java.lang.String min_occurrence,
                        java.lang.String max_occurrence,
                        java.lang.String isLocalized,
                        java.lang.String min_length,
                        java.lang.String max_length,
                        java.lang.String editable,
                        java.lang.String def_val,
                        java.math.BigInteger precision,
                        WpcEnumValueType[] enum2,
                        java.lang.String lookupTableName,
                        WpcEntryValueType[] entries,
                        java.lang.String helpURL,
                        WpcAttributeType[] attribute,
                        java.lang.String name,
                        java.lang.String locale,
                        java.lang.String displayName,
                        java.lang.String type,
                        java.lang.String editable2,
                        java.math.BigInteger occurrence,
                        java.lang.Boolean isPrimaryKey)
Method Detail

getValues

public WpcValuesType[] getValues()
Gets the values value for this WpcAttributeType.

Returns:
values

setValues

public void setValues(WpcValuesType[] values)
Sets the values value for this WpcAttributeType.

Parameters:
values -

getValues

public WpcValuesType getValues(int i)

setValues

public void setValues(int i,
                      WpcValuesType _value)

getEnum

public WpcEnumValueType[] getEnum()
Gets the enum value for this WpcAttributeType.

Returns:
enum

setEnum

public void setEnum(WpcEnumValueType[] enum1)
Sets the enum value for this WpcAttributeType.

Parameters:
enum1 -

getMin_occurrence

public java.lang.String getMin_occurrence()
Gets the min_occurrence value for this WpcAttributeType.

Returns:
min_occurrence

setMin_occurrence

public void setMin_occurrence(java.lang.String min_occurrence)
Sets the min_occurrence value for this WpcAttributeType.

Parameters:
min_occurrence -

getMax_occurrence

public java.lang.String getMax_occurrence()
Gets the max_occurrence value for this WpcAttributeType.

Returns:
max_occurrence

setMax_occurrence

public void setMax_occurrence(java.lang.String max_occurrence)
Sets the max_occurrence value for this WpcAttributeType.

Parameters:
max_occurrence -

getIsLocalized

public java.lang.String getIsLocalized()
Gets the isLocalized value for this WpcAttributeType.

Returns:
isLocalized

setIsLocalized

public void setIsLocalized(java.lang.String isLocalized)
Sets the isLocalized value for this WpcAttributeType.

Parameters:
isLocalized -

getMin_length

public java.lang.String getMin_length()
Gets the min_length value for this WpcAttributeType.

Returns:
min_length

setMin_length

public void setMin_length(java.lang.String min_length)
Sets the min_length value for this WpcAttributeType.

Parameters:
min_length -

getMax_length

public java.lang.String getMax_length()
Gets the max_length value for this WpcAttributeType.

Returns:
max_length

setMax_length

public void setMax_length(java.lang.String max_length)
Sets the max_length value for this WpcAttributeType.

Parameters:
max_length -

getEditable

public java.lang.String getEditable()
Gets the editable value for this WpcAttributeType.

Returns:
editable

setEditable

public void setEditable(java.lang.String editable)
Sets the editable value for this WpcAttributeType.

Parameters:
editable -

getDef_val

public java.lang.String getDef_val()
Gets the def_val value for this WpcAttributeType.

Returns:
def_val

setDef_val

public void setDef_val(java.lang.String def_val)
Sets the def_val value for this WpcAttributeType.

Parameters:
def_val -

getPrecision

public java.math.BigInteger getPrecision()
Gets the precision value for this WpcAttributeType.

Returns:
precision

setPrecision

public void setPrecision(java.math.BigInteger precision)
Sets the precision value for this WpcAttributeType.

Parameters:
precision -

getEnum2

public WpcEnumValueType[] getEnum2()
Gets the enum2 value for this WpcAttributeType.

Returns:
enum2

setEnum2

public void setEnum2(WpcEnumValueType[] enum2)
Sets the enum2 value for this WpcAttributeType.

Parameters:
enum2 -

getLookupTableName

public java.lang.String getLookupTableName()
Gets the lookupTableName value for this WpcAttributeType.

Returns:
lookupTableName

setLookupTableName

public void setLookupTableName(java.lang.String lookupTableName)
Sets the lookupTableName value for this WpcAttributeType.

Parameters:
lookupTableName -

getEntries

public WpcEntryValueType[] getEntries()
Gets the entries value for this WpcAttributeType.

Returns:
entries

setEntries

public void setEntries(WpcEntryValueType[] entries)
Sets the entries value for this WpcAttributeType.

Parameters:
entries -

getHelpURL

public java.lang.String getHelpURL()
Gets the helpURL value for this WpcAttributeType.

Returns:
helpURL

setHelpURL

public void setHelpURL(java.lang.String helpURL)
Sets the helpURL value for this WpcAttributeType.

Parameters:
helpURL -

getAttribute

public WpcAttributeType[] getAttribute()
Gets the attribute value for this WpcAttributeType.

Returns:
attribute

setAttribute

public void setAttribute(WpcAttributeType[] attribute)
Sets the attribute value for this WpcAttributeType.

Parameters:
attribute -

getAttribute

public WpcAttributeType getAttribute(int i)

setAttribute

public void setAttribute(int i,
                         WpcAttributeType _value)

getName

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

Returns:
name

setName

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

Parameters:
name -

getLocale

public java.lang.String getLocale()
Gets the locale value for this WpcAttributeType.

Returns:
locale

setLocale

public void setLocale(java.lang.String locale)
Sets the locale value for this WpcAttributeType.

Parameters:
locale -

getDisplayName

public java.lang.String getDisplayName()
Gets the displayName value for this WpcAttributeType.

Returns:
displayName

setDisplayName

public void setDisplayName(java.lang.String displayName)
Sets the displayName value for this WpcAttributeType.

Parameters:
displayName -

getType

public java.lang.String getType()
Gets the type value for this WpcAttributeType.

Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this WpcAttributeType.

Parameters:
type -

getEditable2

public java.lang.String getEditable2()
Gets the editable2 value for this WpcAttributeType.

Returns:
editable2

setEditable2

public void setEditable2(java.lang.String editable2)
Sets the editable2 value for this WpcAttributeType.

Parameters:
editable2 -

getOccurrence

public java.math.BigInteger getOccurrence()
Gets the occurrence value for this WpcAttributeType.

Returns:
occurrence

setOccurrence

public void setOccurrence(java.math.BigInteger occurrence)
Sets the occurrence value for this WpcAttributeType.

Parameters:
occurrence -

getIsPrimaryKey

public java.lang.Boolean getIsPrimaryKey()
Gets the isPrimaryKey value for this WpcAttributeType.

Returns:
isPrimaryKey

setIsPrimaryKey

public void setIsPrimaryKey(java.lang.Boolean isPrimaryKey)
Sets the isPrimaryKey value for this WpcAttributeType.

Parameters:
isPrimaryKey -

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