Package com.sforce.soap.metadata
Class WaveXmdFormattingProperty
- java.lang.Object
-
- com.sforce.soap.metadata.WaveXmdFormattingProperty
-
-
Constructor Summary
Constructors Constructor Description WaveXmdFormattingProperty()Constructor
-
Method Summary
-
-
-
Method Detail
-
getFormattingBins
public WaveXmdFormattingBin[] getFormattingBins()
-
setFormattingBins
public void setFormattingBins(WaveXmdFormattingBin[] formattingBins)
-
setFormattingBins
protected void setFormattingBins(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFormattingPredicates
public WaveXmdFormattingPredicate[] getFormattingPredicates()
-
setFormattingPredicates
public void setFormattingPredicates(WaveXmdFormattingPredicate[] formattingPredicates)
-
setFormattingPredicates
protected void setFormattingPredicates(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getProperty
public String getProperty()
-
setProperty
public void setProperty(String property)
-
setProperty
protected void setProperty(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getReferenceField
public String getReferenceField()
-
setReferenceField
public void setReferenceField(String referenceField)
-
setReferenceField
protected void setReferenceField(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
-
getType
public String getType()
-
setType
public void setType(String type)
-
setType
protected void setType(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
-
-