public class ApexPage extends SObject
Java class for ApexPage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApexPage">
<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="ControllerKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ControllerType" type="{http://www.w3.org/2001/XMLSchema}string" 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="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsAvailableInTouch" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsConfirmationTokenRequired" 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="Markup" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MasterLabel" type="{http://www.w3.org/2001/XMLSchema}string" 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="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 |
controllerKey |
protected String |
controllerType |
protected User |
createdBy |
protected String |
createdById |
protected XMLGregorianCalendar |
createdDate |
protected String |
description |
protected Boolean |
isAvailableInTouch |
protected Boolean |
isConfirmationTokenRequired |
protected User |
lastModifiedBy |
protected String |
lastModifiedById |
protected XMLGregorianCalendar |
lastModifiedDate |
protected String |
markup |
protected String |
masterLabel |
protected String |
name |
protected String |
namespacePrefix |
protected XMLGregorianCalendar |
systemModstamp |
fieldsToNull, id| Constructor and Description |
|---|
ApexPage() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getApiVersion()
Gets the value of the apiVersion property.
|
String |
getControllerKey()
Gets the value of the controllerKey property.
|
String |
getControllerType()
Gets the value of the controllerType 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 |
getDescription()
Gets the value of the description 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.
|
String |
getMarkup()
Gets the value of the markup property.
|
String |
getMasterLabel()
Gets the value of the masterLabel property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNamespacePrefix()
Gets the value of the namespacePrefix property.
|
XMLGregorianCalendar |
getSystemModstamp()
Gets the value of the systemModstamp property.
|
Boolean |
isIsAvailableInTouch()
Gets the value of the isAvailableInTouch property.
|
Boolean |
isIsConfirmationTokenRequired()
Gets the value of the isConfirmationTokenRequired property.
|
void |
setApiVersion(Double value)
Sets the value of the apiVersion property.
|
void |
setControllerKey(String value)
Sets the value of the controllerKey property.
|
void |
setControllerType(String value)
Sets the value of the controllerType 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 |
setDescription(String value)
Sets the value of the description property.
|
void |
setIsAvailableInTouch(Boolean value)
Sets the value of the isAvailableInTouch property.
|
void |
setIsConfirmationTokenRequired(Boolean value)
Sets the value of the isConfirmationTokenRequired 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 |
setMarkup(String value)
Sets the value of the markup property.
|
void |
setMasterLabel(String value)
Sets the value of the masterLabel property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNamespacePrefix(String value)
Sets the value of the namespacePrefix property.
|
void |
setSystemModstamp(XMLGregorianCalendar value)
Sets the value of the systemModstamp property.
|
getFieldsToNull, getId, setIdprotected Double apiVersion
protected String controllerKey
protected String controllerType
protected User createdBy
protected String createdById
protected XMLGregorianCalendar createdDate
protected String description
protected Boolean isAvailableInTouch
protected Boolean isConfirmationTokenRequired
protected User lastModifiedBy
protected String lastModifiedById
protected XMLGregorianCalendar lastModifiedDate
protected String markup
protected String masterLabel
protected String name
protected String namespacePrefix
protected XMLGregorianCalendar systemModstamp
public Double getApiVersion()
Doublepublic void setApiVersion(Double value)
value - allowed object is
Doublepublic String getControllerKey()
Stringpublic void setControllerKey(String value)
value - allowed object is
Stringpublic String getControllerType()
Stringpublic void setControllerType(String value)
value - allowed object is
Stringpublic 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 getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Boolean isIsAvailableInTouch()
Booleanpublic void setIsAvailableInTouch(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsConfirmationTokenRequired()
Booleanpublic void setIsConfirmationTokenRequired(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 String getMarkup()
Stringpublic void setMarkup(String value)
value - allowed object is
Stringpublic String getMasterLabel()
Stringpublic void setMasterLabel(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getNamespacePrefix()
Stringpublic void setNamespacePrefix(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getSystemModstamp()
XMLGregorianCalendarpublic void setSystemModstamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2016. All rights reserved.