Package com.sforce.soap.metadata
Class ProfileActionOverride
- java.lang.Object
-
- com.sforce.soap.metadata.ProfileActionOverride
-
- All Implemented Interfaces:
XMLizable
- Direct Known Subclasses:
AppProfileActionOverride
public class ProfileActionOverride extends Object implements XMLizable
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 ProfileActionOverride()Constructor
-
Method Summary
-
-
-
Method Detail
-
getActionName
public String getActionName()
-
setActionName
public void setActionName(String actionName)
-
setActionName
protected void setActionName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getContent
public String getContent()
-
setContent
public void setContent(String content)
-
setContent
protected void setContent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFormFactor
public FormFactor getFormFactor()
-
setFormFactor
public void setFormFactor(FormFactor formFactor)
-
setFormFactor
protected void setFormFactor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPageOrSobjectType
public String getPageOrSobjectType()
-
setPageOrSobjectType
public void setPageOrSobjectType(String pageOrSobjectType)
-
setPageOrSobjectType
protected void setPageOrSobjectType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRecordType
public String getRecordType()
-
setRecordType
public void setRecordType(String recordType)
-
setRecordType
protected void setRecordType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public ActionOverrideType getType()
-
setType
public void setType(ActionOverrideType 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
-
-