public class DescribeSObject extends Object implements Serializable
Constructor and Description |
---|
DescribeSObject() |
DescribeSObject(String sObjectType) |
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
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getSObjectType()
Gets the sObjectType value for this DescribeSObject.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setSObjectType(String sObjectType)
Sets the sObjectType value for this DescribeSObject.
|
public DescribeSObject()
public DescribeSObject(String sObjectType)
public String getSObjectType()
public void setSObjectType(String sObjectType)
sObjectType
- 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.