public class RecordTypeInfo extends Object implements Serializable
Constructor and Description |
---|
RecordTypeInfo() |
RecordTypeInfo(boolean available,
boolean defaultRecordTypeMapping,
String name,
String recordTypeId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getName()
Gets the name value for this RecordTypeInfo.
|
String |
getRecordTypeId()
Gets the recordTypeId value for this RecordTypeInfo.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
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(String name)
Sets the name value for this RecordTypeInfo.
|
void |
setRecordTypeId(String recordTypeId)
Sets the recordTypeId value for this RecordTypeInfo.
|
public boolean isAvailable()
public void setAvailable(boolean available)
available
- public boolean isDefaultRecordTypeMapping()
public void setDefaultRecordTypeMapping(boolean defaultRecordTypeMapping)
defaultRecordTypeMapping
- public String getName()
public void setName(String name)
name
- public String getRecordTypeId()
public void setRecordTypeId(String recordTypeId)
recordTypeId
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All rights reserved.