Package com.sforce.soap.metadata
Class ActionOverride
java.lang.Object
com.sforce.soap.metadata.ActionOverride
- All Implemented Interfaces:
XMLizable
- Direct Known Subclasses:
AppActionOverride
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()booleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetActionName(XmlInputStream __in, TypeMapper __typeMapper) voidsetActionName(String actionName) protected voidsetComment(XmlInputStream __in, TypeMapper __typeMapper) voidsetComment(String comment) protected voidsetContent(XmlInputStream __in, TypeMapper __typeMapper) voidsetContent(String content) voidsetFormFactor(FormFactor formFactor) protected voidsetFormFactor(XmlInputStream __in, TypeMapper __typeMapper) voidsetSkipRecordTypeSelect(boolean skipRecordTypeSelect) protected voidsetSkipRecordTypeSelect(XmlInputStream __in, TypeMapper __typeMapper) voidsetType(ActionOverrideType type) protected voidsetType(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
ActionOverride
public ActionOverride()Constructor
-
-
Method Details
-
getActionName
-
setActionName
-
setActionName
protected void setActionName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getComment
-
setComment
-
setComment
protected void setComment(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getContent
-
setContent
-
setContent
protected void setContent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFormFactor
-
setFormFactor
-
setFormFactor
protected void setFormFactor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSkipRecordTypeSelect
public boolean getSkipRecordTypeSelect() -
isSkipRecordTypeSelect
public boolean isSkipRecordTypeSelect() -
setSkipRecordTypeSelect
public void setSkipRecordTypeSelect(boolean skipRecordTypeSelect) -
setSkipRecordTypeSelect
protected void setSkipRecordTypeSelect(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getType
-
setType
-
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
- 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
-
toString
-