Package com.sforce.soap.partner
Class DescribeLayoutButton
- java.lang.Object
-
- com.sforce.soap.partner.DescribeLayoutButton
-
- All Implemented Interfaces:
IDescribeLayoutButton,XMLizable
public class DescribeLayoutButton extends Object implements XMLizable, IDescribeLayoutButton
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description DescribeLayoutButton()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebLinkWindowTypegetBehavior()element : behavior of type {urn:partner.soap.sforce.com}WebLinkWindowType java type: com.sforce.soap.partner.WebLinkWindowTypeDescribeColor[]getColors()element : colors of type {urn:partner.soap.sforce.com}DescribeColor java type: com.sforce.soap.partner.DescribeColor[]StringgetContent()element : content of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringWebLinkTypegetContentSource()element : contentSource of type {urn:partner.soap.sforce.com}WebLinkType java type: com.sforce.soap.partner.WebLinkTypebooleangetCustom()element : custom of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetEncoding()element : encoding of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringIntegergetHeight()element : height of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.IntegerDescribeIcon[]getIcons()element : icons of type {urn:partner.soap.sforce.com}DescribeIcon java type: com.sforce.soap.partner.DescribeIcon[]StringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringBooleangetMenubar()element : menubar of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.BooleanStringgetName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetOverridden()element : overridden of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanBooleangetResizeable()element : resizeable of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.BooleanBooleangetScrollbars()element : scrollbars of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.BooleanBooleangetShowsLocation()element : showsLocation of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.BooleanBooleangetShowsStatus()element : showsStatus of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.BooleanBooleangetToolbar()element : toolbar of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.BooleanStringgetUrl()element : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringIntegergetWidth()element : width of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.IntegerWebLinkPositiongetWindowPosition()element : windowPosition of type {urn:partner.soap.sforce.com}WebLinkPosition java type: com.sforce.soap.partner.WebLinkPositionbooleanisCustom()booleanisOverridden()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetBehavior(WebLinkWindowType behavior)protected voidsetBehavior(XmlInputStream __in, TypeMapper __typeMapper)voidsetColors(IDescribeColor[] colors)protected voidsetColors(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetContent(XmlInputStream __in, TypeMapper __typeMapper)voidsetContent(String content)voidsetContentSource(WebLinkType contentSource)protected voidsetContentSource(XmlInputStream __in, TypeMapper __typeMapper)voidsetCustom(boolean custom)protected voidsetCustom(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetEncoding(XmlInputStream __in, TypeMapper __typeMapper)voidsetEncoding(String encoding)protected voidsetHeight(XmlInputStream __in, TypeMapper __typeMapper)voidsetHeight(Integer height)voidsetIcons(IDescribeIcon[] icons)protected voidsetIcons(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper)voidsetLabel(String label)protected voidsetMenubar(XmlInputStream __in, TypeMapper __typeMapper)voidsetMenubar(Boolean menubar)protected voidsetName(XmlInputStream __in, TypeMapper __typeMapper)voidsetName(String name)voidsetOverridden(boolean overridden)protected voidsetOverridden(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetResizeable(XmlInputStream __in, TypeMapper __typeMapper)voidsetResizeable(Boolean resizeable)protected voidsetScrollbars(XmlInputStream __in, TypeMapper __typeMapper)voidsetScrollbars(Boolean scrollbars)protected voidsetShowsLocation(XmlInputStream __in, TypeMapper __typeMapper)voidsetShowsLocation(Boolean showsLocation)protected voidsetShowsStatus(XmlInputStream __in, TypeMapper __typeMapper)voidsetShowsStatus(Boolean showsStatus)protected voidsetToolbar(XmlInputStream __in, TypeMapper __typeMapper)voidsetToolbar(Boolean toolbar)protected voidsetUrl(XmlInputStream __in, TypeMapper __typeMapper)voidsetUrl(String url)protected voidsetWidth(XmlInputStream __in, TypeMapper __typeMapper)voidsetWidth(Integer width)voidsetWindowPosition(WebLinkPosition windowPosition)protected voidsetWindowPosition(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getBehavior
public WebLinkWindowType getBehavior()
Description copied from interface:IDescribeLayoutButtonelement : behavior of type {urn:partner.soap.sforce.com}WebLinkWindowType java type: com.sforce.soap.partner.WebLinkWindowType- Specified by:
getBehaviorin interfaceIDescribeLayoutButton
-
setBehavior
public void setBehavior(WebLinkWindowType behavior)
- Specified by:
setBehaviorin interfaceIDescribeLayoutButton
-
setBehavior
protected void setBehavior(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getColors
public DescribeColor[] getColors()
Description copied from interface:IDescribeLayoutButtonelement : colors of type {urn:partner.soap.sforce.com}DescribeColor java type: com.sforce.soap.partner.DescribeColor[]- Specified by:
getColorsin interfaceIDescribeLayoutButton
-
setColors
public void setColors(IDescribeColor[] colors)
- Specified by:
setColorsin interfaceIDescribeLayoutButton
-
setColors
protected void setColors(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getContent
public String getContent()
Description copied from interface:IDescribeLayoutButtonelement : content of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getContentin interfaceIDescribeLayoutButton
-
setContent
public void setContent(String content)
- Specified by:
setContentin interfaceIDescribeLayoutButton
-
setContent
protected void setContent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getContentSource
public WebLinkType getContentSource()
Description copied from interface:IDescribeLayoutButtonelement : contentSource of type {urn:partner.soap.sforce.com}WebLinkType java type: com.sforce.soap.partner.WebLinkType- Specified by:
getContentSourcein interfaceIDescribeLayoutButton
-
setContentSource
public void setContentSource(WebLinkType contentSource)
- Specified by:
setContentSourcein interfaceIDescribeLayoutButton
-
setContentSource
protected void setContentSource(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCustom
public boolean getCustom()
Description copied from interface:IDescribeLayoutButtonelement : custom of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getCustomin interfaceIDescribeLayoutButton
-
isCustom
public boolean isCustom()
- Specified by:
isCustomin interfaceIDescribeLayoutButton
-
setCustom
public void setCustom(boolean custom)
- Specified by:
setCustomin interfaceIDescribeLayoutButton
-
setCustom
protected void setCustom(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEncoding
public String getEncoding()
Description copied from interface:IDescribeLayoutButtonelement : encoding of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getEncodingin interfaceIDescribeLayoutButton
-
setEncoding
public void setEncoding(String encoding)
- Specified by:
setEncodingin interfaceIDescribeLayoutButton
-
setEncoding
protected void setEncoding(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHeight
public Integer getHeight()
Description copied from interface:IDescribeLayoutButtonelement : height of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer- Specified by:
getHeightin interfaceIDescribeLayoutButton
-
setHeight
public void setHeight(Integer height)
- Specified by:
setHeightin interfaceIDescribeLayoutButton
-
setHeight
protected void setHeight(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIcons
public DescribeIcon[] getIcons()
Description copied from interface:IDescribeLayoutButtonelement : icons of type {urn:partner.soap.sforce.com}DescribeIcon java type: com.sforce.soap.partner.DescribeIcon[]- Specified by:
getIconsin interfaceIDescribeLayoutButton
-
setIcons
public void setIcons(IDescribeIcon[] icons)
- Specified by:
setIconsin interfaceIDescribeLayoutButton
-
setIcons
protected void setIcons(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
Description copied from interface:IDescribeLayoutButtonelement : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getLabelin interfaceIDescribeLayoutButton
-
setLabel
public void setLabel(String label)
- Specified by:
setLabelin interfaceIDescribeLayoutButton
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMenubar
public Boolean getMenubar()
Description copied from interface:IDescribeLayoutButtonelement : menubar of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean- Specified by:
getMenubarin interfaceIDescribeLayoutButton
-
setMenubar
public void setMenubar(Boolean menubar)
- Specified by:
setMenubarin interfaceIDescribeLayoutButton
-
setMenubar
protected void setMenubar(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getName
public String getName()
Description copied from interface:IDescribeLayoutButtonelement : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getNamein interfaceIDescribeLayoutButton
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceIDescribeLayoutButton
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOverridden
public boolean getOverridden()
Description copied from interface:IDescribeLayoutButtonelement : overridden of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getOverriddenin interfaceIDescribeLayoutButton
-
isOverridden
public boolean isOverridden()
- Specified by:
isOverriddenin interfaceIDescribeLayoutButton
-
setOverridden
public void setOverridden(boolean overridden)
- Specified by:
setOverriddenin interfaceIDescribeLayoutButton
-
setOverridden
protected void setOverridden(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getResizeable
public Boolean getResizeable()
Description copied from interface:IDescribeLayoutButtonelement : resizeable of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean- Specified by:
getResizeablein interfaceIDescribeLayoutButton
-
setResizeable
public void setResizeable(Boolean resizeable)
- Specified by:
setResizeablein interfaceIDescribeLayoutButton
-
setResizeable
protected void setResizeable(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getScrollbars
public Boolean getScrollbars()
Description copied from interface:IDescribeLayoutButtonelement : scrollbars of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean- Specified by:
getScrollbarsin interfaceIDescribeLayoutButton
-
setScrollbars
public void setScrollbars(Boolean scrollbars)
- Specified by:
setScrollbarsin interfaceIDescribeLayoutButton
-
setScrollbars
protected void setScrollbars(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getShowsLocation
public Boolean getShowsLocation()
Description copied from interface:IDescribeLayoutButtonelement : showsLocation of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean- Specified by:
getShowsLocationin interfaceIDescribeLayoutButton
-
setShowsLocation
public void setShowsLocation(Boolean showsLocation)
- Specified by:
setShowsLocationin interfaceIDescribeLayoutButton
-
setShowsLocation
protected void setShowsLocation(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getShowsStatus
public Boolean getShowsStatus()
Description copied from interface:IDescribeLayoutButtonelement : showsStatus of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean- Specified by:
getShowsStatusin interfaceIDescribeLayoutButton
-
setShowsStatus
public void setShowsStatus(Boolean showsStatus)
- Specified by:
setShowsStatusin interfaceIDescribeLayoutButton
-
setShowsStatus
protected void setShowsStatus(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getToolbar
public Boolean getToolbar()
Description copied from interface:IDescribeLayoutButtonelement : toolbar of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean- Specified by:
getToolbarin interfaceIDescribeLayoutButton
-
setToolbar
public void setToolbar(Boolean toolbar)
- Specified by:
setToolbarin interfaceIDescribeLayoutButton
-
setToolbar
protected void setToolbar(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUrl
public String getUrl()
Description copied from interface:IDescribeLayoutButtonelement : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getUrlin interfaceIDescribeLayoutButton
-
setUrl
public void setUrl(String url)
- Specified by:
setUrlin interfaceIDescribeLayoutButton
-
setUrl
protected void setUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getWidth
public Integer getWidth()
Description copied from interface:IDescribeLayoutButtonelement : width of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer- Specified by:
getWidthin interfaceIDescribeLayoutButton
-
setWidth
public void setWidth(Integer width)
- Specified by:
setWidthin interfaceIDescribeLayoutButton
-
setWidth
protected void setWidth(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getWindowPosition
public WebLinkPosition getWindowPosition()
Description copied from interface:IDescribeLayoutButtonelement : windowPosition of type {urn:partner.soap.sforce.com}WebLinkPosition java type: com.sforce.soap.partner.WebLinkPosition- Specified by:
getWindowPositionin interfaceIDescribeLayoutButton
-
setWindowPosition
public void setWindowPosition(WebLinkPosition windowPosition)
- Specified by:
setWindowPositionin interfaceIDescribeLayoutButton
-
setWindowPosition
protected void setWindowPosition(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-