public class WebLink extends Metadata
Java class for WebLink complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WebLink">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}Metadata">
<sequence>
<element name="availability" type="{urn:tooling.soap.sforce.com}WebLinkAvailability"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="displayType" type="{urn:tooling.soap.sforce.com}WebLinkDisplayType"/>
<element name="encodingKey" type="{urn:tooling.soap.sforce.com}Encoding" minOccurs="0"/>
<element name="hasMenubar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="hasScrollbars" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="hasToolbar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="height" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="isResizable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="linkType" type="{urn:tooling.soap.sforce.com}WebLinkType"/>
<element name="masterLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="openType" type="{urn:tooling.soap.sforce.com}WebLinkWindowType"/>
<element name="page" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="position" type="{urn:tooling.soap.sforce.com}WebLinkPosition" minOccurs="0"/>
<element name="protected" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="requireRowSelection" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="scontrol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="showsLocation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="showsStatus" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="width" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
_protected |
protected WebLinkAvailability |
availability |
protected String |
description |
protected WebLinkDisplayType |
displayType |
protected Encoding |
encodingKey |
protected Boolean |
hasMenubar |
protected Boolean |
hasScrollbars |
protected Boolean |
hasToolbar |
protected Integer |
height |
protected Boolean |
isResizable |
protected WebLinkType |
linkType |
protected String |
masterLabel |
protected WebLinkWindowType |
openType |
protected String |
page |
protected WebLinkPosition |
position |
protected Boolean |
requireRowSelection |
protected String |
scontrol |
protected Boolean |
showsLocation |
protected Boolean |
showsStatus |
protected String |
url |
protected Integer |
width |
| Constructor and Description |
|---|
WebLink() |
| Modifier and Type | Method and Description |
|---|---|
WebLinkAvailability |
getAvailability()
Gets the value of the availability property.
|
String |
getDescription()
Gets the value of the description property.
|
WebLinkDisplayType |
getDisplayType()
Gets the value of the displayType property.
|
Encoding |
getEncodingKey()
Gets the value of the encodingKey property.
|
Integer |
getHeight()
Gets the value of the height property.
|
WebLinkType |
getLinkType()
Gets the value of the linkType property.
|
String |
getMasterLabel()
Gets the value of the masterLabel property.
|
WebLinkWindowType |
getOpenType()
Gets the value of the openType property.
|
String |
getPage()
Gets the value of the page property.
|
WebLinkPosition |
getPosition()
Gets the value of the position property.
|
String |
getScontrol()
Gets the value of the scontrol property.
|
String |
getUrl()
Gets the value of the url property.
|
Integer |
getWidth()
Gets the value of the width property.
|
Boolean |
isHasMenubar()
Gets the value of the hasMenubar property.
|
Boolean |
isHasScrollbars()
Gets the value of the hasScrollbars property.
|
Boolean |
isHasToolbar()
Gets the value of the hasToolbar property.
|
Boolean |
isIsResizable()
Gets the value of the isResizable property.
|
boolean |
isProtected()
Gets the value of the protected property.
|
Boolean |
isRequireRowSelection()
Gets the value of the requireRowSelection property.
|
Boolean |
isShowsLocation()
Gets the value of the showsLocation property.
|
Boolean |
isShowsStatus()
Gets the value of the showsStatus property.
|
void |
setAvailability(WebLinkAvailability value)
Sets the value of the availability property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDisplayType(WebLinkDisplayType value)
Sets the value of the displayType property.
|
void |
setEncodingKey(Encoding value)
Sets the value of the encodingKey property.
|
void |
setHasMenubar(Boolean value)
Sets the value of the hasMenubar property.
|
void |
setHasScrollbars(Boolean value)
Sets the value of the hasScrollbars property.
|
void |
setHasToolbar(Boolean value)
Sets the value of the hasToolbar property.
|
void |
setHeight(Integer value)
Sets the value of the height property.
|
void |
setIsResizable(Boolean value)
Sets the value of the isResizable property.
|
void |
setLinkType(WebLinkType value)
Sets the value of the linkType property.
|
void |
setMasterLabel(String value)
Sets the value of the masterLabel property.
|
void |
setOpenType(WebLinkWindowType value)
Sets the value of the openType property.
|
void |
setPage(String value)
Sets the value of the page property.
|
void |
setPosition(WebLinkPosition value)
Sets the value of the position property.
|
void |
setProtected(boolean value)
Sets the value of the protected property.
|
void |
setRequireRowSelection(Boolean value)
Sets the value of the requireRowSelection property.
|
void |
setScontrol(String value)
Sets the value of the scontrol property.
|
void |
setShowsLocation(Boolean value)
Sets the value of the showsLocation property.
|
void |
setShowsStatus(Boolean value)
Sets the value of the showsStatus property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
void |
setWidth(Integer value)
Sets the value of the width property.
|
protected WebLinkAvailability availability
protected String description
protected WebLinkDisplayType displayType
protected Encoding encodingKey
protected Boolean hasMenubar
protected Boolean hasScrollbars
protected Boolean hasToolbar
protected Integer height
protected Boolean isResizable
protected WebLinkType linkType
protected String masterLabel
protected WebLinkWindowType openType
protected String page
protected WebLinkPosition position
protected boolean _protected
protected Boolean requireRowSelection
protected String scontrol
protected Boolean showsLocation
protected Boolean showsStatus
protected String url
protected Integer width
public WebLinkAvailability getAvailability()
WebLinkAvailabilitypublic void setAvailability(WebLinkAvailability value)
value - allowed object is
WebLinkAvailabilitypublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic WebLinkDisplayType getDisplayType()
WebLinkDisplayTypepublic void setDisplayType(WebLinkDisplayType value)
value - allowed object is
WebLinkDisplayTypepublic Encoding getEncodingKey()
Encodingpublic void setEncodingKey(Encoding value)
value - allowed object is
Encodingpublic Boolean isHasMenubar()
Booleanpublic void setHasMenubar(Boolean value)
value - allowed object is
Booleanpublic Boolean isHasScrollbars()
Booleanpublic void setHasScrollbars(Boolean value)
value - allowed object is
Booleanpublic Boolean isHasToolbar()
Booleanpublic void setHasToolbar(Boolean value)
value - allowed object is
Booleanpublic Integer getHeight()
Integerpublic void setHeight(Integer value)
value - allowed object is
Integerpublic Boolean isIsResizable()
Booleanpublic void setIsResizable(Boolean value)
value - allowed object is
Booleanpublic WebLinkType getLinkType()
WebLinkTypepublic void setLinkType(WebLinkType value)
value - allowed object is
WebLinkTypepublic String getMasterLabel()
Stringpublic void setMasterLabel(String value)
value - allowed object is
Stringpublic WebLinkWindowType getOpenType()
WebLinkWindowTypepublic void setOpenType(WebLinkWindowType value)
value - allowed object is
WebLinkWindowTypepublic String getPage()
Stringpublic void setPage(String value)
value - allowed object is
Stringpublic WebLinkPosition getPosition()
WebLinkPositionpublic void setPosition(WebLinkPosition value)
value - allowed object is
WebLinkPositionpublic boolean isProtected()
public void setProtected(boolean value)
public Boolean isRequireRowSelection()
Booleanpublic void setRequireRowSelection(Boolean value)
value - allowed object is
Booleanpublic String getScontrol()
Stringpublic void setScontrol(String value)
value - allowed object is
Stringpublic Boolean isShowsLocation()
Booleanpublic void setShowsLocation(Boolean value)
value - allowed object is
Booleanpublic Boolean isShowsStatus()
Booleanpublic void setShowsStatus(Boolean value)
value - allowed object is
Booleanpublic String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic Integer getWidth()
IntegerCopyright © 2016. All rights reserved.