public class DataType extends SObject
Java class for DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataType">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}sObject">
<sequence>
<element name="ContextServiceDataTypeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ContextWsdlDataTypeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DeveloperName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DurableId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsComplex" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
contextServiceDataTypeId |
protected String |
contextWsdlDataTypeId |
protected String |
developerName |
protected String |
durableId |
protected Boolean |
isComplex |
fieldsToNull, id| Constructor and Description |
|---|
DataType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContextServiceDataTypeId()
Gets the value of the contextServiceDataTypeId property.
|
String |
getContextWsdlDataTypeId()
Gets the value of the contextWsdlDataTypeId property.
|
String |
getDeveloperName()
Gets the value of the developerName property.
|
String |
getDurableId()
Gets the value of the durableId property.
|
Boolean |
isIsComplex()
Gets the value of the isComplex property.
|
void |
setContextServiceDataTypeId(String value)
Sets the value of the contextServiceDataTypeId property.
|
void |
setContextWsdlDataTypeId(String value)
Sets the value of the contextWsdlDataTypeId property.
|
void |
setDeveloperName(String value)
Sets the value of the developerName property.
|
void |
setDurableId(String value)
Sets the value of the durableId property.
|
void |
setIsComplex(Boolean value)
Sets the value of the isComplex property.
|
getFieldsToNull, getId, setIdprotected String contextServiceDataTypeId
protected String contextWsdlDataTypeId
protected String developerName
protected String durableId
protected Boolean isComplex
public String getContextServiceDataTypeId()
Stringpublic void setContextServiceDataTypeId(String value)
value - allowed object is
Stringpublic String getContextWsdlDataTypeId()
Stringpublic void setContextWsdlDataTypeId(String value)
value - allowed object is
Stringpublic String getDeveloperName()
Stringpublic void setDeveloperName(String value)
value - allowed object is
Stringpublic String getDurableId()
Stringpublic void setDurableId(String value)
value - allowed object is
Stringpublic Boolean isIsComplex()
BooleanCopyright © 2016. All rights reserved.