Package com.sforce.soap.metadata
Class LightningBolt
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.LightningBolt
-
- All Implemented Interfaces:
com.sforce.ws.bind.XMLizable
public class LightningBolt extends Metadata
This 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 LightningBolt()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LightningBoltCategorygetCategory()LightningBoltFeatures[]getLightningBoltFeatures()LightningBoltImages[]getLightningBoltImages()LightningBoltItems[]getLightningBoltItems()java.lang.StringgetMasterLabel()java.lang.StringgetPublisher()java.lang.StringgetSummary()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)voidsetCategory(LightningBoltCategory category)protected voidsetCategory(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetLightningBoltFeatures(LightningBoltFeatures[] lightningBoltFeatures)protected voidsetLightningBoltFeatures(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetLightningBoltImages(LightningBoltImages[] lightningBoltImages)protected voidsetLightningBoltImages(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetLightningBoltItems(LightningBoltItems[] lightningBoltItems)protected voidsetLightningBoltItems(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetMasterLabel(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetMasterLabel(java.lang.String masterLabel)protected voidsetPublisher(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetPublisher(java.lang.String publisher)protected voidsetSummary(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetSummary(java.lang.String summary)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)-
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(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
-
getLightningBoltFeatures
public LightningBoltFeatures[] getLightningBoltFeatures()
-
setLightningBoltFeatures
public void setLightningBoltFeatures(LightningBoltFeatures[] lightningBoltFeatures)
-
setLightningBoltFeatures
protected void setLightningBoltFeatures(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
-
getLightningBoltImages
public LightningBoltImages[] getLightningBoltImages()
-
setLightningBoltImages
public void setLightningBoltImages(LightningBoltImages[] lightningBoltImages)
-
setLightningBoltImages
protected void setLightningBoltImages(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
-
getLightningBoltItems
public LightningBoltItems[] getLightningBoltItems()
-
setLightningBoltItems
public void setLightningBoltItems(LightningBoltItems[] lightningBoltItems)
-
setLightningBoltItems
protected void setLightningBoltItems(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
-
getMasterLabel
public java.lang.String getMasterLabel()
-
setMasterLabel
public void setMasterLabel(java.lang.String masterLabel)
-
setMasterLabel
protected void setMasterLabel(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
-
getPublisher
public java.lang.String getPublisher()
-
setPublisher
public void setPublisher(java.lang.String publisher)
-
setPublisher
protected void setPublisher(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
-
getSummary
public java.lang.String getSummary()
-
setSummary
public void setSummary(java.lang.String summary)
-
setSummary
protected void setSummary(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
-
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException- Overrides:
writeFieldsin classMetadata- 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
-
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Overrides:
loadFieldsin classMetadata- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
-