public class ApexClass extends SObject
Java class for ApexClass complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApexClass">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}sObject">
<sequence>
<element name="ApiVersion" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Body" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BodyCrc" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="CreatedBy" type="{urn:tooling.soap.sforce.com}User" minOccurs="0"/>
<element name="CreatedById" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="CreatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="FullName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsValid" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="LastModifiedBy" type="{urn:tooling.soap.sforce.com}User" minOccurs="0"/>
<element name="LastModifiedById" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="LastModifiedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="LengthWithoutComments" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Metadata" type="{urn:metadata.tooling.soap.sforce.com}ApexClass" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="NamespacePrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SymbolTable" type="{urn:tooling.soap.sforce.com}SymbolTable" minOccurs="0"/>
<element name="SystemModstamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
apiVersion |
protected String |
body |
protected Double |
bodyCrc |
protected User |
createdBy |
protected String |
createdById |
protected XMLGregorianCalendar |
createdDate |
protected String |
fullName |
protected Boolean |
isValid |
protected User |
lastModifiedBy |
protected String |
lastModifiedById |
protected XMLGregorianCalendar |
lastModifiedDate |
protected Integer |
lengthWithoutComments |
protected ApexClass |
metadata |
protected String |
name |
protected String |
namespacePrefix |
protected String |
status |
protected SymbolTable |
symbolTable |
protected XMLGregorianCalendar |
systemModstamp |
fieldsToNull, id| Constructor and Description |
|---|
ApexClass() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getApiVersion()
Gets the value of the apiVersion property.
|
String |
getBody()
Gets the value of the body property.
|
Double |
getBodyCrc()
Gets the value of the bodyCrc property.
|
User |
getCreatedBy()
Gets the value of the createdBy property.
|
String |
getCreatedById()
Gets the value of the createdById property.
|
XMLGregorianCalendar |
getCreatedDate()
Gets the value of the createdDate property.
|
String |
getFullName()
Gets the value of the fullName property.
|
User |
getLastModifiedBy()
Gets the value of the lastModifiedBy property.
|
String |
getLastModifiedById()
Gets the value of the lastModifiedById property.
|
XMLGregorianCalendar |
getLastModifiedDate()
Gets the value of the lastModifiedDate property.
|
Integer |
getLengthWithoutComments()
Gets the value of the lengthWithoutComments property.
|
ApexClass |
getMetadata()
Gets the value of the metadata property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNamespacePrefix()
Gets the value of the namespacePrefix property.
|
String |
getStatus()
Gets the value of the status property.
|
SymbolTable |
getSymbolTable()
Gets the value of the symbolTable property.
|
XMLGregorianCalendar |
getSystemModstamp()
Gets the value of the systemModstamp property.
|
Boolean |
isIsValid()
Gets the value of the isValid property.
|
void |
setApiVersion(Double value)
Sets the value of the apiVersion property.
|
void |
setBody(String value)
Sets the value of the body property.
|
void |
setBodyCrc(Double value)
Sets the value of the bodyCrc property.
|
void |
setCreatedBy(User value)
Sets the value of the createdBy property.
|
void |
setCreatedById(String value)
Sets the value of the createdById property.
|
void |
setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
|
void |
setFullName(String value)
Sets the value of the fullName property.
|
void |
setIsValid(Boolean value)
Sets the value of the isValid property.
|
void |
setLastModifiedBy(User value)
Sets the value of the lastModifiedBy property.
|
void |
setLastModifiedById(String value)
Sets the value of the lastModifiedById property.
|
void |
setLastModifiedDate(XMLGregorianCalendar value)
Sets the value of the lastModifiedDate property.
|
void |
setLengthWithoutComments(Integer value)
Sets the value of the lengthWithoutComments property.
|
void |
setMetadata(ApexClass value)
Sets the value of the metadata property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNamespacePrefix(String value)
Sets the value of the namespacePrefix property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setSymbolTable(SymbolTable value)
Sets the value of the symbolTable property.
|
void |
setSystemModstamp(XMLGregorianCalendar value)
Sets the value of the systemModstamp property.
|
getFieldsToNull, getId, setIdprotected Double apiVersion
protected String body
protected Double bodyCrc
protected User createdBy
protected String createdById
protected XMLGregorianCalendar createdDate
protected String fullName
protected Boolean isValid
protected User lastModifiedBy
protected String lastModifiedById
protected XMLGregorianCalendar lastModifiedDate
protected Integer lengthWithoutComments
protected ApexClass metadata
protected String name
protected String namespacePrefix
protected String status
protected SymbolTable symbolTable
protected XMLGregorianCalendar systemModstamp
public Double getApiVersion()
Doublepublic void setApiVersion(Double value)
value - allowed object is
Doublepublic String getBody()
Stringpublic void setBody(String value)
value - allowed object is
Stringpublic Double getBodyCrc()
Doublepublic void setBodyCrc(Double value)
value - allowed object is
Doublepublic User getCreatedBy()
Userpublic void setCreatedBy(User value)
value - allowed object is
Userpublic String getCreatedById()
Stringpublic void setCreatedById(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getCreatedDate()
XMLGregorianCalendarpublic void setCreatedDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getFullName()
Stringpublic void setFullName(String value)
value - allowed object is
Stringpublic Boolean isIsValid()
Booleanpublic void setIsValid(Boolean value)
value - allowed object is
Booleanpublic User getLastModifiedBy()
Userpublic void setLastModifiedBy(User value)
value - allowed object is
Userpublic String getLastModifiedById()
Stringpublic void setLastModifiedById(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastModifiedDate()
XMLGregorianCalendarpublic void setLastModifiedDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Integer getLengthWithoutComments()
Integerpublic void setLengthWithoutComments(Integer value)
value - allowed object is
Integerpublic ApexClass getMetadata()
ApexClasspublic void setMetadata(ApexClass value)
value - allowed object is
ApexClasspublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getNamespacePrefix()
Stringpublic void setNamespacePrefix(String value)
value - allowed object is
Stringpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic SymbolTable getSymbolTable()
SymbolTablepublic void setSymbolTable(SymbolTable value)
value - allowed object is
SymbolTablepublic XMLGregorianCalendar getSystemModstamp()
XMLGregorianCalendarpublic void setSystemModstamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2016. All rights reserved.