Package com.sforce.soap.metadata
Class WaveXmdFormattingBin
- java.lang.Object
-
- com.sforce.soap.metadata.WaveXmdFormattingBin
-
-
Constructor Summary
Constructors Constructor Description WaveXmdFormattingBin()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBin()StringgetFormatValue()StringgetLabel()intgetSortIndex()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetBin(XmlInputStream __in, TypeMapper __typeMapper)voidsetBin(String bin)protected voidsetFormatValue(XmlInputStream __in, TypeMapper __typeMapper)voidsetFormatValue(String formatValue)protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper)voidsetLabel(String label)voidsetSortIndex(int sortIndex)protected voidsetSortIndex(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getBin
public String getBin()
-
setBin
public void setBin(String bin)
-
setBin
protected void setBin(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFormatValue
public String getFormatValue()
-
setFormatValue
public void setFormatValue(String formatValue)
-
setFormatValue
protected void setFormatValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSortIndex
public int getSortIndex()
-
setSortIndex
public void setSortIndex(int sortIndex)
-
setSortIndex
protected void setSortIndex(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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-