Package com.sforce.soap.metadata
Class WaveXmdMeasure
- java.lang.Object
-
- com.sforce.soap.metadata.WaveXmdMeasure
-
- All Implemented Interfaces:
com.sforce.ws.bind.XMLizable
public class WaveXmdMeasure extends java.lang.Object implements com.sforce.ws.bind.XMLizableThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description WaveXmdMeasure()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WaveXmdFormattingProperty[]getConditionalFormatting()java.lang.StringgetDateFormat()java.lang.StringgetDescription()java.lang.StringgetField()java.lang.StringgetFormatCustomFormat()intgetFormatDecimalDigits()booleangetFormatIsNegativeParens()java.lang.StringgetFormatPrefix()java.lang.StringgetFormatSuffix()java.lang.StringgetFormatUnit()doublegetFormatUnitMultiplier()java.lang.StringgetFullyQualifiedName()booleangetIsDerived()java.lang.StringgetLabel()java.lang.StringgetOrigin()intgetShowDetailsDefaultFieldIndex()booleangetShowInExplorer()intgetSortIndex()booleanisFormatIsNegativeParens()booleanisIsDerived()booleanisShowInExplorer()voidload(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidloadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetConditionalFormatting(WaveXmdFormattingProperty[] conditionalFormatting)protected voidsetConditionalFormatting(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetDateFormat(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetDateFormat(java.lang.String dateFormat)protected voidsetDescription(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetDescription(java.lang.String description)protected voidsetField(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetField(java.lang.String field)protected voidsetFormatCustomFormat(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetFormatCustomFormat(java.lang.String formatCustomFormat)voidsetFormatDecimalDigits(int formatDecimalDigits)protected voidsetFormatDecimalDigits(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetFormatIsNegativeParens(boolean formatIsNegativeParens)protected voidsetFormatIsNegativeParens(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetFormatPrefix(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetFormatPrefix(java.lang.String formatPrefix)protected voidsetFormatSuffix(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetFormatSuffix(java.lang.String formatSuffix)protected voidsetFormatUnit(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetFormatUnit(java.lang.String formatUnit)voidsetFormatUnitMultiplier(double formatUnitMultiplier)protected voidsetFormatUnitMultiplier(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetFullyQualifiedName(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetFullyQualifiedName(java.lang.String fullyQualifiedName)voidsetIsDerived(boolean isDerived)protected voidsetIsDerived(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetLabel(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetLabel(java.lang.String label)protected voidsetOrigin(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetOrigin(java.lang.String origin)voidsetShowDetailsDefaultFieldIndex(int showDetailsDefaultFieldIndex)protected voidsetShowDetailsDefaultFieldIndex(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetShowInExplorer(boolean showInExplorer)protected voidsetShowInExplorer(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetSortIndex(int sortIndex)protected voidsetSortIndex(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)java.lang.StringtoString()voidwrite(javax.xml.namespace.QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidwriteFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
-
-
-
Method Detail
-
getConditionalFormatting
public WaveXmdFormattingProperty[] getConditionalFormatting()
-
setConditionalFormatting
public void setConditionalFormatting(WaveXmdFormattingProperty[] conditionalFormatting)
-
setConditionalFormatting
protected void setConditionalFormatting(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getDateFormat
public java.lang.String getDateFormat()
-
setDateFormat
public void setDateFormat(java.lang.String dateFormat)
-
setDateFormat
protected void setDateFormat(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getDescription
public java.lang.String getDescription()
-
setDescription
public void setDescription(java.lang.String description)
-
setDescription
protected void setDescription(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getField
public java.lang.String getField()
-
setField
public void setField(java.lang.String field)
-
setField
protected void setField(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getFormatCustomFormat
public java.lang.String getFormatCustomFormat()
-
setFormatCustomFormat
public void setFormatCustomFormat(java.lang.String formatCustomFormat)
-
setFormatCustomFormat
protected void setFormatCustomFormat(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getFormatDecimalDigits
public int getFormatDecimalDigits()
-
setFormatDecimalDigits
public void setFormatDecimalDigits(int formatDecimalDigits)
-
setFormatDecimalDigits
protected void setFormatDecimalDigits(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getFormatIsNegativeParens
public boolean getFormatIsNegativeParens()
-
isFormatIsNegativeParens
public boolean isFormatIsNegativeParens()
-
setFormatIsNegativeParens
public void setFormatIsNegativeParens(boolean formatIsNegativeParens)
-
setFormatIsNegativeParens
protected void setFormatIsNegativeParens(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getFormatPrefix
public java.lang.String getFormatPrefix()
-
setFormatPrefix
public void setFormatPrefix(java.lang.String formatPrefix)
-
setFormatPrefix
protected void setFormatPrefix(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getFormatSuffix
public java.lang.String getFormatSuffix()
-
setFormatSuffix
public void setFormatSuffix(java.lang.String formatSuffix)
-
setFormatSuffix
protected void setFormatSuffix(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getFormatUnit
public java.lang.String getFormatUnit()
-
setFormatUnit
public void setFormatUnit(java.lang.String formatUnit)
-
setFormatUnit
protected void setFormatUnit(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getFormatUnitMultiplier
public double getFormatUnitMultiplier()
-
setFormatUnitMultiplier
public void setFormatUnitMultiplier(double formatUnitMultiplier)
-
setFormatUnitMultiplier
protected void setFormatUnitMultiplier(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getFullyQualifiedName
public java.lang.String getFullyQualifiedName()
-
setFullyQualifiedName
public void setFullyQualifiedName(java.lang.String fullyQualifiedName)
-
setFullyQualifiedName
protected void setFullyQualifiedName(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getIsDerived
public boolean getIsDerived()
-
isIsDerived
public boolean isIsDerived()
-
setIsDerived
public void setIsDerived(boolean isDerived)
-
setIsDerived
protected void setIsDerived(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getLabel
public java.lang.String getLabel()
-
setLabel
public void setLabel(java.lang.String label)
-
setLabel
protected void setLabel(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getOrigin
public java.lang.String getOrigin()
-
setOrigin
public void setOrigin(java.lang.String origin)
-
setOrigin
protected void setOrigin(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getShowDetailsDefaultFieldIndex
public int getShowDetailsDefaultFieldIndex()
-
setShowDetailsDefaultFieldIndex
public void setShowDetailsDefaultFieldIndex(int showDetailsDefaultFieldIndex)
-
setShowDetailsDefaultFieldIndex
protected void setShowDetailsDefaultFieldIndex(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getShowInExplorer
public boolean getShowInExplorer()
-
isShowInExplorer
public boolean isShowInExplorer()
-
setShowInExplorer
public void setShowInExplorer(boolean showInExplorer)
-
setShowInExplorer
protected void setShowInExplorer(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getSortIndex
public int getSortIndex()
-
setSortIndex
public void setSortIndex(int sortIndex)
-
setSortIndex
protected void setSortIndex(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
write
public void write(javax.xml.namespace.QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException- Specified by:
writein interfacecom.sforce.ws.bind.XMLizable- Throws:
java.io.IOException
-
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException- Throws:
java.io.IOException
-
load
public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Specified by:
loadin interfacecom.sforce.ws.bind.XMLizable- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-