Package com.sforce.soap.metadata
Class RecordActionSelectableItem
- java.lang.Object
-
- com.sforce.soap.metadata.RecordActionSelectableItem
-
-
Constructor Summary
Constructors Constructor Description RecordActionSelectableItem()Constructor
-
Method Summary
-
-
-
Method Detail
-
getAction
public String getAction()
-
setAction
public void setAction(String action)
-
setAction
protected void setAction(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFrequentActionSequenceNbr
public int getFrequentActionSequenceNbr()
-
setFrequentActionSequenceNbr
public void setFrequentActionSequenceNbr(int frequentActionSequenceNbr)
-
setFrequentActionSequenceNbr
protected void setFrequentActionSequenceNbr(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsFrequentAction
public boolean getIsFrequentAction()
-
isIsFrequentAction
public boolean isIsFrequentAction()
-
setIsFrequentAction
public void setIsFrequentAction(boolean isFrequentAction)
-
setIsFrequentAction
protected void setIsFrequentAction(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public RecordActionType getType()
-
setType
public void setType(RecordActionType 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
-
-