Package com.sforce.soap.metadata
Class WaveXmd
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.WaveXmd
- 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 TypeMethodDescriptiongetDates()getType()voidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetApplication(XmlInputStream __in, TypeMapper __typeMapper) voidsetApplication(String application) protected voidsetDataset(XmlInputStream __in, TypeMapper __typeMapper) voidsetDataset(String dataset) protected voidsetDatasetConnector(XmlInputStream __in, TypeMapper __typeMapper) voidsetDatasetConnector(String datasetConnector) protected voidsetDatasetFullyQualifiedName(XmlInputStream __in, TypeMapper __typeMapper) voidsetDatasetFullyQualifiedName(String datasetFullyQualifiedName) voidsetDates(WaveXmdDate[] dates) protected voidsetDates(XmlInputStream __in, TypeMapper __typeMapper) voidsetDimensions(WaveXmdDimension[] dimensions) protected voidsetDimensions(XmlInputStream __in, TypeMapper __typeMapper) voidsetMeasures(WaveXmdMeasure[] measures) protected voidsetMeasures(XmlInputStream __in, TypeMapper __typeMapper) voidsetOrganizations(WaveXmdOrganization[] organizations) protected voidsetOrganizations(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetOrigin(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetType(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetWaveVisualization(XmlInputStream __in, TypeMapper __typeMapper) voidsetWaveVisualization(String waveVisualization) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
WaveXmd
public WaveXmd()Constructor
-
-
Method Details
-
getApplication
-
setApplication
-
setApplication
protected void setApplication(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDataset
-
setDataset
-
setDataset
protected void setDataset(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDatasetConnector
-
setDatasetConnector
-
setDatasetConnector
protected void setDatasetConnector(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDatasetFullyQualifiedName
-
setDatasetFullyQualifiedName
-
setDatasetFullyQualifiedName
protected void setDatasetFullyQualifiedName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDates
-
setDates
-
setDates
protected void setDates(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDimensions
-
setDimensions
-
setDimensions
protected void setDimensions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMeasures
-
setMeasures
-
setMeasures
protected void setMeasures(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOrganizations
-
setOrganizations
-
setOrganizations
protected void setOrganizations(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOrigin
-
setOrigin
-
setOrigin
protected void setOrigin(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getType
-
setType
-
setType
protected void setType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getWaveVisualization
-
setWaveVisualization
-
setWaveVisualization
protected void setWaveVisualization(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 classMetadata- Throws:
IOException
-
writeFields
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
toString
-