Package com.sforce.soap.metadata
Class DashboardComponentContent
java.lang.Object
com.sforce.soap.metadata.DashboardComponentContent
- All Implemented Interfaces:
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 TypeMethodDescriptiongetFit()voidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetAdditionalInfo(XmlInputStream __in, TypeMapper __typeMapper) voidsetAdditionalInfo(String additionalInfo) protected voidsetAltText(XmlInputStream __in, TypeMapper __typeMapper) voidsetAltText(String altText) protected voidsetFileName(XmlInputStream __in, TypeMapper __typeMapper) voidsetFileName(String fileName) protected voidsetFit(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetHorizontalAlignment(XmlInputStream __in, TypeMapper __typeMapper) voidsetHorizontalAlignment(String horizontalAlignment) protected voidsetRichTextContent(XmlInputStream __in, TypeMapper __typeMapper) voidsetRichTextContent(String richTextContent) protected voidsetTooltip(XmlInputStream __in, TypeMapper __typeMapper) voidsetTooltip(String tooltip) protected voidsetVerticalAlignment(XmlInputStream __in, TypeMapper __typeMapper) voidsetVerticalAlignment(String verticalAlignment) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
DashboardComponentContent
public DashboardComponentContent()Constructor
-
-
Method Details
-
getAdditionalInfo
-
setAdditionalInfo
-
setAdditionalInfo
protected void setAdditionalInfo(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAltText
-
setAltText
-
setAltText
protected void setAltText(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFileName
-
setFileName
-
setFileName
protected void setFileName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFit
-
setFit
-
setFit
protected void setFit(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getHorizontalAlignment
-
setHorizontalAlignment
-
setHorizontalAlignment
protected void setHorizontalAlignment(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRichTextContent
-
setRichTextContent
-
setRichTextContent
protected void setRichTextContent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTooltip
-
setTooltip
-
setTooltip
protected void setTooltip(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getVerticalAlignment
-
setVerticalAlignment
-
setVerticalAlignment
protected void setVerticalAlignment(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
-