Package com.sforce.soap.metadata
Class WaveXmd
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.WaveXmd
-
-
Constructor Summary
Constructors Constructor Description WaveXmd()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getApplication
public String getApplication()
-
setApplication
public void setApplication(String application)
-
setApplication
protected void setApplication(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDataset
public String getDataset()
-
setDataset
public void setDataset(String dataset)
-
setDataset
protected void setDataset(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDatasetConnector
public String getDatasetConnector()
-
setDatasetConnector
public void setDatasetConnector(String datasetConnector)
-
setDatasetConnector
protected void setDatasetConnector(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDatasetFullyQualifiedName
public String getDatasetFullyQualifiedName()
-
setDatasetFullyQualifiedName
public void setDatasetFullyQualifiedName(String datasetFullyQualifiedName)
-
setDatasetFullyQualifiedName
protected void setDatasetFullyQualifiedName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDates
public WaveXmdDate[] getDates()
-
setDates
public void setDates(WaveXmdDate[] dates)
-
setDates
protected void setDates(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDimensions
public WaveXmdDimension[] getDimensions()
-
setDimensions
public void setDimensions(WaveXmdDimension[] dimensions)
-
setDimensions
protected void setDimensions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMeasures
public WaveXmdMeasure[] getMeasures()
-
setMeasures
public void setMeasures(WaveXmdMeasure[] measures)
-
setMeasures
protected void setMeasures(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOrganizations
public WaveXmdOrganization[] getOrganizations()
-
setOrganizations
public void setOrganizations(WaveXmdOrganization[] organizations)
-
setOrganizations
protected void setOrganizations(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOrigin
public String getOrigin()
-
setOrigin
public void setOrigin(String origin)
-
setOrigin
protected void setOrigin(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public String getType()
-
setType
public void setType(String type)
-
setType
protected void setType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getWaveVisualization
public String getWaveVisualization()
-
setWaveVisualization
public void setWaveVisualization(String waveVisualization)
-
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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-