Package com.sforce.soap.metadata
Class ActionLauncherItemDef
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.ActionLauncherItemDef
-
-
Constructor Summary
Constructors Constructor Description ActionLauncherItemDef()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
-
setIdentifier
public void setIdentifier(String identifier)
-
setIdentifier
protected void setIdentifier(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getItemActionType
public ItemActionType getItemActionType()
-
setItemActionType
public void setItemActionType(ItemActionType itemActionType)
-
setItemActionType
protected void setItemActionType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getItemCategory
public ItemCategory getItemCategory()
-
setItemCategory
public void setItemCategory(ItemCategory itemCategory)
-
setItemCategory
protected void setItemCategory(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getItemLanguage
public String getItemLanguage()
-
setItemLanguage
public void setItemLanguage(String itemLanguage)
-
setItemLanguage
protected void setItemLanguage(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
-
getSubType
public String getSubType()
-
setSubType
public void setSubType(String subType)
-
setSubType
protected void setSubType(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
-
getVersionNumber
public String getVersionNumber()
-
setVersionNumber
public void setVersionNumber(String versionNumber)
-
setVersionNumber
protected void setVersionNumber(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
-
-