Package com.sforce.soap.partner
Class AnalyticsCloudComponent
- java.lang.Object
-
- com.sforce.soap.partner.DescribeLayoutComponent
-
- com.sforce.soap.partner.AnalyticsCloudComponent
-
- All Implemented Interfaces:
IAnalyticsCloudComponent,IDescribeLayoutComponent,XMLizable
public class AnalyticsCloudComponent extends DescribeLayoutComponent implements IAnalyticsCloudComponent
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 AnalyticsCloudComponent()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetError()element : error of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetFilter()element : filter of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetHeight()element : height of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetHideOnError()element : hideOnError of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetShowSharing()element : showSharing of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetShowTitle()element : showTitle of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetWidth()element : width of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleanisHideOnError()booleanisShowSharing()booleanisShowTitle()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetError(XmlInputStream __in, TypeMapper __typeMapper)voidsetError(String error)protected voidsetFilter(XmlInputStream __in, TypeMapper __typeMapper)voidsetFilter(String filter)protected voidsetHeight(XmlInputStream __in, TypeMapper __typeMapper)voidsetHeight(String height)voidsetHideOnError(boolean hideOnError)protected voidsetHideOnError(XmlInputStream __in, TypeMapper __typeMapper)voidsetShowSharing(boolean showSharing)protected voidsetShowSharing(XmlInputStream __in, TypeMapper __typeMapper)voidsetShowTitle(boolean showTitle)protected voidsetShowTitle(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetWidth(XmlInputStream __in, TypeMapper __typeMapper)voidsetWidth(String width)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
-
getError
public String getError()
Description copied from interface:IAnalyticsCloudComponentelement : error of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getErrorin interfaceIAnalyticsCloudComponent
-
setError
public void setError(String error)
- Specified by:
setErrorin interfaceIAnalyticsCloudComponent
-
setError
protected void setError(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFilter
public String getFilter()
Description copied from interface:IAnalyticsCloudComponentelement : filter of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getFilterin interfaceIAnalyticsCloudComponent
-
setFilter
public void setFilter(String filter)
- Specified by:
setFilterin interfaceIAnalyticsCloudComponent
-
setFilter
protected void setFilter(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHeight
public String getHeight()
Description copied from interface:IAnalyticsCloudComponentelement : height of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getHeightin interfaceIAnalyticsCloudComponent
-
setHeight
public void setHeight(String height)
- Specified by:
setHeightin interfaceIAnalyticsCloudComponent
-
setHeight
protected void setHeight(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHideOnError
public boolean getHideOnError()
Description copied from interface:IAnalyticsCloudComponentelement : hideOnError of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getHideOnErrorin interfaceIAnalyticsCloudComponent
-
isHideOnError
public boolean isHideOnError()
- Specified by:
isHideOnErrorin interfaceIAnalyticsCloudComponent
-
setHideOnError
public void setHideOnError(boolean hideOnError)
- Specified by:
setHideOnErrorin interfaceIAnalyticsCloudComponent
-
setHideOnError
protected void setHideOnError(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getShowSharing
public boolean getShowSharing()
Description copied from interface:IAnalyticsCloudComponentelement : showSharing of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getShowSharingin interfaceIAnalyticsCloudComponent
-
isShowSharing
public boolean isShowSharing()
- Specified by:
isShowSharingin interfaceIAnalyticsCloudComponent
-
setShowSharing
public void setShowSharing(boolean showSharing)
- Specified by:
setShowSharingin interfaceIAnalyticsCloudComponent
-
setShowSharing
protected void setShowSharing(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getShowTitle
public boolean getShowTitle()
Description copied from interface:IAnalyticsCloudComponentelement : showTitle of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getShowTitlein interfaceIAnalyticsCloudComponent
-
isShowTitle
public boolean isShowTitle()
- Specified by:
isShowTitlein interfaceIAnalyticsCloudComponent
-
setShowTitle
public void setShowTitle(boolean showTitle)
- Specified by:
setShowTitlein interfaceIAnalyticsCloudComponent
-
setShowTitle
protected void setShowTitle(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getWidth
public String getWidth()
Description copied from interface:IAnalyticsCloudComponentelement : width of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getWidthin interfaceIAnalyticsCloudComponent
-
setWidth
public void setWidth(String width)
- Specified by:
setWidthin interfaceIAnalyticsCloudComponent
-
setWidth
protected void setWidth(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
-
-