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 -
Method Summary
Modifier and TypeMethodDescriptiongetError()element : error of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : filter of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : height of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanelement : hideOnError of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanelement : showSharing of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanelement : showTitle of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleangetWidth()element : width of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetError(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetFilter(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetHeight(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetHideOnError(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) voidtoString()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, setValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.sforce.soap.partner.IDescribeLayoutComponent
getDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setTabOrder, setType, setValue
-
Constructor Details
-
AnalyticsCloudComponent
public AnalyticsCloudComponent()Constructor
-
-
Method Details
-
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
- Specified by:
setErrorin interfaceIAnalyticsCloudComponent
-
setError
protected void setError(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setFilterin interfaceIAnalyticsCloudComponent
-
setFilter
protected void setFilter(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- 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
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
- 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
- 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
- Overrides:
toStringin classDescribeLayoutComponent
-