public class ApexPage extends Metadata
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:metadata.tooling.soap.sforce.com}Metadata">
<sequence>
<element name="apiVersion" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="availableInTouch" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="confirmationTokenRequired" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="packageVersions" type="{urn:metadata.tooling.soap.sforce.com}PackageVersion" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
apiVersion |
protected Boolean |
availableInTouch |
protected Boolean |
confirmationTokenRequired |
protected String |
description |
protected String |
label |
protected List<PackageVersion> |
packageVersions |
| Constructor and Description |
|---|
ApexPage() |
| Modifier and Type | Method and Description |
|---|---|
double |
getApiVersion()
Gets the value of the apiVersion property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getLabel()
Gets the value of the label property.
|
List<PackageVersion> |
getPackageVersions()
Gets the value of the packageVersions property.
|
Boolean |
isAvailableInTouch()
Gets the value of the availableInTouch property.
|
Boolean |
isConfirmationTokenRequired()
Gets the value of the confirmationTokenRequired property.
|
void |
setApiVersion(double value)
Sets the value of the apiVersion property.
|
void |
setAvailableInTouch(Boolean value)
Sets the value of the availableInTouch property.
|
void |
setConfirmationTokenRequired(Boolean value)
Sets the value of the confirmationTokenRequired property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
protected double apiVersion
protected Boolean availableInTouch
protected Boolean confirmationTokenRequired
protected String description
protected String label
protected List<PackageVersion> packageVersions
public double getApiVersion()
public void setApiVersion(double value)
public Boolean isAvailableInTouch()
Booleanpublic void setAvailableInTouch(Boolean value)
value - allowed object is
Booleanpublic Boolean isConfirmationTokenRequired()
Booleanpublic void setConfirmationTokenRequired(Boolean value)
value - allowed object is
Booleanpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic List<PackageVersion> getPackageVersions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the packageVersions property.
For example, to add a new item, do as follows:
getPackageVersions().add(newItem);
Objects of the following type(s) are allowed in the list
PackageVersion
Copyright © 2016. All rights reserved.