com.borland.tm.webservices.tmexecution
Class PropertyMetaInfo

java.lang.Object
  extended by com.borland.tm.webservices.tmexecution.PropertyMetaInfo
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
PropertyMetaInfo()
           
PropertyMetaInfo(java.lang.String[] allListValues, java.lang.String defaultValue, java.lang.String description, java.lang.String formatString, java.lang.String id, boolean isEditable, boolean isMultiSelect, boolean isOptional, java.lang.String name, java.lang.String propertyTypeId, int type, java.lang.String typeLabel)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String[] getAllListValues()
          Gets the allListValues value for this PropertyMetaInfo.
 java.lang.String getDefaultValue()
          Gets the defaultValue value for this PropertyMetaInfo.
 java.lang.String getDescription()
          Gets the description value for this PropertyMetaInfo.
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 getFormatString()
          Gets the formatString value for this PropertyMetaInfo.
 java.lang.String getId()
          Gets the id value for this PropertyMetaInfo.
 java.lang.String getName()
          Gets the name value for this PropertyMetaInfo.
 java.lang.String getPropertyTypeId()
          Gets the propertyTypeId value for this PropertyMetaInfo.
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 PropertyMetaInfo.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getTypeLabel()
          Gets the typeLabel value for this PropertyMetaInfo.
 int hashCode()
           
 boolean isIsEditable()
          Gets the isEditable value for this PropertyMetaInfo.
 boolean isIsMultiSelect()
          Gets the isMultiSelect value for this PropertyMetaInfo.
 boolean isIsOptional()
          Gets the isOptional value for this PropertyMetaInfo.
 void setAllListValues(java.lang.String[] allListValues)
          Sets the allListValues value for this PropertyMetaInfo.
 void setDefaultValue(java.lang.String defaultValue)
          Sets the defaultValue value for this PropertyMetaInfo.
 void setDescription(java.lang.String description)
          Sets the description value for this PropertyMetaInfo.
 void setFormatString(java.lang.String formatString)
          Sets the formatString value for this PropertyMetaInfo.
 void setId(java.lang.String id)
          Sets the id value for this PropertyMetaInfo.
 void setIsEditable(boolean isEditable)
          Sets the isEditable value for this PropertyMetaInfo.
 void setIsMultiSelect(boolean isMultiSelect)
          Sets the isMultiSelect value for this PropertyMetaInfo.
 void setIsOptional(boolean isOptional)
          Sets the isOptional value for this PropertyMetaInfo.
 void setName(java.lang.String name)
          Sets the name value for this PropertyMetaInfo.
 void setPropertyTypeId(java.lang.String propertyTypeId)
          Sets the propertyTypeId value for this PropertyMetaInfo.
 void setType(int type)
          Sets the type value for this PropertyMetaInfo.
 void setTypeLabel(java.lang.String typeLabel)
          Sets the typeLabel value for this PropertyMetaInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyMetaInfo

public PropertyMetaInfo()

PropertyMetaInfo

public PropertyMetaInfo(java.lang.String[] allListValues,
                        java.lang.String defaultValue,
                        java.lang.String description,
                        java.lang.String formatString,
                        java.lang.String id,
                        boolean isEditable,
                        boolean isMultiSelect,
                        boolean isOptional,
                        java.lang.String name,
                        java.lang.String propertyTypeId,
                        int type,
                        java.lang.String typeLabel)
Method Detail

getAllListValues

public java.lang.String[] getAllListValues()
Gets the allListValues value for this PropertyMetaInfo.

Returns:
allListValues

setAllListValues

public void setAllListValues(java.lang.String[] allListValues)
Sets the allListValues value for this PropertyMetaInfo.

Parameters:
allListValues -

getDefaultValue

public java.lang.String getDefaultValue()
Gets the defaultValue value for this PropertyMetaInfo.

Returns:
defaultValue

setDefaultValue

public void setDefaultValue(java.lang.String defaultValue)
Sets the defaultValue value for this PropertyMetaInfo.

Parameters:
defaultValue -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getFormatString

public java.lang.String getFormatString()
Gets the formatString value for this PropertyMetaInfo.

Returns:
formatString

setFormatString

public void setFormatString(java.lang.String formatString)
Sets the formatString value for this PropertyMetaInfo.

Parameters:
formatString -

getId

public java.lang.String getId()
Gets the id value for this PropertyMetaInfo.

Returns:
id

setId

public void setId(java.lang.String id)
Sets the id value for this PropertyMetaInfo.

Parameters:
id -

isIsEditable

public boolean isIsEditable()
Gets the isEditable value for this PropertyMetaInfo.

Returns:
isEditable

setIsEditable

public void setIsEditable(boolean isEditable)
Sets the isEditable value for this PropertyMetaInfo.

Parameters:
isEditable -

isIsMultiSelect

public boolean isIsMultiSelect()
Gets the isMultiSelect value for this PropertyMetaInfo.

Returns:
isMultiSelect

setIsMultiSelect

public void setIsMultiSelect(boolean isMultiSelect)
Sets the isMultiSelect value for this PropertyMetaInfo.

Parameters:
isMultiSelect -

isIsOptional

public boolean isIsOptional()
Gets the isOptional value for this PropertyMetaInfo.

Returns:
isOptional

setIsOptional

public void setIsOptional(boolean isOptional)
Sets the isOptional value for this PropertyMetaInfo.

Parameters:
isOptional -

getName

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

Returns:
name

setName

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

Parameters:
name -

getPropertyTypeId

public java.lang.String getPropertyTypeId()
Gets the propertyTypeId value for this PropertyMetaInfo.

Returns:
propertyTypeId

setPropertyTypeId

public void setPropertyTypeId(java.lang.String propertyTypeId)
Sets the propertyTypeId value for this PropertyMetaInfo.

Parameters:
propertyTypeId -

getType

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

Returns:
type

setType

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

Parameters:
type -

getTypeLabel

public java.lang.String getTypeLabel()
Gets the typeLabel value for this PropertyMetaInfo.

Returns:
typeLabel

setTypeLabel

public void setTypeLabel(java.lang.String typeLabel)
Sets the typeLabel value for this PropertyMetaInfo.

Parameters:
typeLabel -

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 © 2009. All Rights Reserved.