Package com.sforce.soap.partner
Class Canvas
- java.lang.Object
-
- com.sforce.soap.partner.DescribeLayoutComponent
-
- com.sforce.soap.partner.Canvas
-
- All Implemented Interfaces:
ICanvas,IDescribeLayoutComponent,XMLizable
public class Canvas extends DescribeLayoutComponent implements ICanvas
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 Canvas()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDisplayLocation()element : displayLocation of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetReferenceId()element : referenceId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetShowLabel()element : showLabel of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetShowScrollbars()element : showScrollbars of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetSuggestedHeight()element : suggestedHeight of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetSuggestedWidth()element : suggestedWidth of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleanisShowLabel()booleanisShowScrollbars()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetDisplayLocation(XmlInputStream __in, TypeMapper __typeMapper)voidsetDisplayLocation(String displayLocation)protected voidsetReferenceId(XmlInputStream __in, TypeMapper __typeMapper)voidsetReferenceId(String referenceId)voidsetShowLabel(boolean showLabel)protected voidsetShowLabel(XmlInputStream __in, TypeMapper __typeMapper)voidsetShowScrollbars(boolean showScrollbars)protected voidsetShowScrollbars(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetSuggestedHeight(XmlInputStream __in, TypeMapper __typeMapper)voidsetSuggestedHeight(String suggestedHeight)protected voidsetSuggestedWidth(XmlInputStream __in, TypeMapper __typeMapper)voidsetSuggestedWidth(String suggestedWidth)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)-
Methods inherited from class com.sforce.soap.partner.DescribeLayoutComponent
getDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setDisplayLines, setTabOrder, setTabOrder, setType, setType, setValue, setValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.sforce.soap.partner.IDescribeLayoutComponent
getDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setTabOrder, setType, setValue
-
-
-
-
Method Detail
-
getDisplayLocation
public String getDisplayLocation()
Description copied from interface:ICanvaselement : displayLocation of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getDisplayLocationin interfaceICanvas
-
setDisplayLocation
public void setDisplayLocation(String displayLocation)
- Specified by:
setDisplayLocationin interfaceICanvas
-
setDisplayLocation
protected void setDisplayLocation(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getReferenceId
public String getReferenceId()
Description copied from interface:ICanvaselement : referenceId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getReferenceIdin interfaceICanvas
-
setReferenceId
public void setReferenceId(String referenceId)
- Specified by:
setReferenceIdin interfaceICanvas
-
setReferenceId
protected void setReferenceId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getShowLabel
public boolean getShowLabel()
Description copied from interface:ICanvaselement : showLabel of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getShowLabelin interfaceICanvas
-
isShowLabel
public boolean isShowLabel()
- Specified by:
isShowLabelin interfaceICanvas
-
setShowLabel
public void setShowLabel(boolean showLabel)
- Specified by:
setShowLabelin interfaceICanvas
-
setShowLabel
protected void setShowLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getShowScrollbars
public boolean getShowScrollbars()
Description copied from interface:ICanvaselement : showScrollbars of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getShowScrollbarsin interfaceICanvas
-
isShowScrollbars
public boolean isShowScrollbars()
- Specified by:
isShowScrollbarsin interfaceICanvas
-
setShowScrollbars
public void setShowScrollbars(boolean showScrollbars)
- Specified by:
setShowScrollbarsin interfaceICanvas
-
setShowScrollbars
protected void setShowScrollbars(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSuggestedHeight
public String getSuggestedHeight()
Description copied from interface:ICanvaselement : suggestedHeight of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getSuggestedHeightin interfaceICanvas
-
setSuggestedHeight
public void setSuggestedHeight(String suggestedHeight)
- Specified by:
setSuggestedHeightin interfaceICanvas
-
setSuggestedHeight
protected void setSuggestedHeight(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSuggestedWidth
public String getSuggestedWidth()
Description copied from interface:ICanvaselement : suggestedWidth of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getSuggestedWidthin interfaceICanvas
-
setSuggestedWidth
public void setSuggestedWidth(String suggestedWidth)
- Specified by:
setSuggestedWidthin interfaceICanvas
-
setSuggestedWidth
protected void setSuggestedWidth(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- Overrides:
writein classDescribeLayoutComponent- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classDescribeLayoutComponent- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classDescribeLayoutComponent- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classDescribeLayoutComponent- Throws:
IOExceptionConnectionException
-
toString
public String toString()
- Overrides:
toStringin classDescribeLayoutComponent
-
-