Package com.sforce.soap.metadata
Class AnalyticsVizViewDef
java.lang.Object
com.sforce.soap.metadata.AnalyticsVizViewDef
- 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 TypeMethodDescriptionbooleandoublebooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetFullName(XmlInputStream __in, TypeMapper __typeMapper) voidsetFullName(String fullName) voidsetIsOriginal(boolean isOriginal) protected voidsetIsOriginal(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) voidsetMasterLabel(String masterLabel) voidsetVersion(double version) protected voidsetVersion(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetViewSpecification(XmlInputStream __in, TypeMapper __typeMapper) voidsetViewSpecification(String viewSpecification) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
AnalyticsVizViewDef
public AnalyticsVizViewDef()Constructor
-
-
Method Details
-
getFullName
-
setFullName
-
setFullName
protected void setFullName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsOriginal
public boolean getIsOriginal() -
isIsOriginal
public boolean isIsOriginal() -
setIsOriginal
public void setIsOriginal(boolean isOriginal) -
setIsOriginal
protected void setIsOriginal(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMasterLabel
-
setMasterLabel
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getVersion
public double getVersion() -
setVersion
public void setVersion(double version) -
setVersion
protected void setVersion(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getViewSpecification
-
setViewSpecification
-
setViewSpecification
protected void setViewSpecification(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
-