Package com.sforce.soap.metadata
Class LightningBolt
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.LightningBolt
-
-
Constructor Summary
Constructors Constructor Description LightningBolt()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getCategory
public LightningBoltCategory getCategory()
-
setCategory
public void setCategory(LightningBoltCategory category)
-
setCategory
protected void setCategory(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLightningBoltFeatures
public LightningBoltFeatures[] getLightningBoltFeatures()
-
setLightningBoltFeatures
public void setLightningBoltFeatures(LightningBoltFeatures[] lightningBoltFeatures)
-
setLightningBoltFeatures
protected void setLightningBoltFeatures(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLightningBoltImages
public LightningBoltImages[] getLightningBoltImages()
-
setLightningBoltImages
public void setLightningBoltImages(LightningBoltImages[] lightningBoltImages)
-
setLightningBoltImages
protected void setLightningBoltImages(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLightningBoltItems
public LightningBoltItems[] getLightningBoltItems()
-
setLightningBoltItems
public void setLightningBoltItems(LightningBoltItems[] lightningBoltItems)
-
setLightningBoltItems
protected void setLightningBoltItems(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMasterLabel
public String getMasterLabel()
-
setMasterLabel
public void setMasterLabel(String masterLabel)
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPublisher
public String getPublisher()
-
setPublisher
public void setPublisher(String publisher)
-
setPublisher
protected void setPublisher(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSummary
public String getSummary()
-
setSummary
public void setSummary(String summary)
-
setSummary
protected void setSummary(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
-
-