Package com.sforce.soap.partner
Class DescribeLayoutButton
java.lang.Object
com.sforce.soap.partner.DescribeLayoutButton
- All Implemented Interfaces:
IDescribeLayoutButton,XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionelement : behavior of type {urn:partner.soap.sforce.com}WebLinkWindowType java type: com.sforce.soap.partner.WebLinkWindowTypeelement : colors of type {urn:partner.soap.sforce.com}DescribeColor java type: com.sforce.soap.partner.DescribeColor[]element : content of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : contentSource of type {urn:partner.soap.sforce.com}WebLinkType java type: com.sforce.soap.partner.WebLinkTypebooleanelement : custom of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : encoding of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : height of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.IntegergetIcons()element : icons of type {urn:partner.soap.sforce.com}DescribeIcon java type: com.sforce.soap.partner.DescribeIcon[]getLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : menubar of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.BooleangetName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanelement : overridden of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : resizeable of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Booleanelement : scrollbars of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Booleanelement : showsLocation of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Booleanelement : showsStatus of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Booleanelement : toolbar of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.BooleangetUrl()element : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringgetWidth()element : width of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integerelement : windowPosition of type {urn:partner.soap.sforce.com}WebLinkPosition java type: com.sforce.soap.partner.WebLinkPositionbooleanisCustom()booleanvoidload(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) voidvoidsetIcons(IDescribeIcon[] icons) protected voidsetIcons(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetMenubar(XmlInputStream __in, TypeMapper __typeMapper) voidsetMenubar(Boolean menubar) protected voidsetName(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetOverridden(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) voidprotected voidsetWidth(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetWindowPosition(WebLinkPosition windowPosition) protected voidsetWindowPosition(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
DescribeLayoutButton
public DescribeLayoutButton()Constructor
-
-
Method Details
-
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
- Specified by:
setBehaviorin interfaceIDescribeLayoutButton
-
setBehavior
protected void setBehavior(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setColorsin interfaceIDescribeLayoutButton
-
setColors
protected void setColors(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setContentin interfaceIDescribeLayoutButton
-
setContent
protected void setContent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- 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
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
- Specified by:
setEncodingin interfaceIDescribeLayoutButton
-
setEncoding
protected void setEncoding(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setHeightin interfaceIDescribeLayoutButton
-
setHeight
protected void setHeight(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setIconsin interfaceIDescribeLayoutButton
-
setIcons
protected void setIcons(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setLabelin interfaceIDescribeLayoutButton
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setMenubarin interfaceIDescribeLayoutButton
-
setMenubar
protected void setMenubar(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- 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
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
- Specified by:
setResizeablein interfaceIDescribeLayoutButton
-
setResizeable
protected void setResizeable(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setScrollbarsin interfaceIDescribeLayoutButton
-
setScrollbars
protected void setScrollbars(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setShowsLocationin interfaceIDescribeLayoutButton
-
setShowsLocation
protected void setShowsLocation(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setShowsStatusin interfaceIDescribeLayoutButton
-
setShowsStatus
protected void setShowsStatus(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setToolbarin interfaceIDescribeLayoutButton
-
setToolbar
protected void setToolbar(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setUrlin interfaceIDescribeLayoutButton
-
setUrl
protected void setUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setWidthin interfaceIDescribeLayoutButton
-
setWidth
protected void setWidth(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- 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
- 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
-
toString
-