com.sforce.soap.partner
Class RecordTypeInfo

java.lang.Object
  extended by com.sforce.soap.partner.RecordTypeInfo
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
RecordTypeInfo()
           
RecordTypeInfo(boolean available, boolean defaultRecordTypeMapping, java.lang.String name, java.lang.String recordTypeId)
           
 
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 getName()
          Gets the name value for this RecordTypeInfo.
 java.lang.String getRecordTypeId()
          Gets the recordTypeId value for this RecordTypeInfo.
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()
           
 boolean isAvailable()
          Gets the available value for this RecordTypeInfo.
 boolean isDefaultRecordTypeMapping()
          Gets the defaultRecordTypeMapping value for this RecordTypeInfo.
 void setAvailable(boolean available)
          Sets the available value for this RecordTypeInfo.
 void setDefaultRecordTypeMapping(boolean defaultRecordTypeMapping)
          Sets the defaultRecordTypeMapping value for this RecordTypeInfo.
 void setName(java.lang.String name)
          Sets the name value for this RecordTypeInfo.
 void setRecordTypeId(java.lang.String recordTypeId)
          Sets the recordTypeId value for this RecordTypeInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordTypeInfo

public RecordTypeInfo()

RecordTypeInfo

public RecordTypeInfo(boolean available,
                      boolean defaultRecordTypeMapping,
                      java.lang.String name,
                      java.lang.String recordTypeId)
Method Detail

isAvailable

public boolean isAvailable()
Gets the available value for this RecordTypeInfo.

Returns:
available

setAvailable

public void setAvailable(boolean available)
Sets the available value for this RecordTypeInfo.

Parameters:
available -

isDefaultRecordTypeMapping

public boolean isDefaultRecordTypeMapping()
Gets the defaultRecordTypeMapping value for this RecordTypeInfo.

Returns:
defaultRecordTypeMapping

setDefaultRecordTypeMapping

public void setDefaultRecordTypeMapping(boolean defaultRecordTypeMapping)
Sets the defaultRecordTypeMapping value for this RecordTypeInfo.

Parameters:
defaultRecordTypeMapping -

getName

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

Returns:
name

setName

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

Parameters:
name -

getRecordTypeId

public java.lang.String getRecordTypeId()
Gets the recordTypeId value for this RecordTypeInfo.

Returns:
recordTypeId

setRecordTypeId

public void setRecordTypeId(java.lang.String recordTypeId)
Sets the recordTypeId value for this RecordTypeInfo.

Parameters:
recordTypeId -

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.