Package com.sforce.soap.partner
Class ActionOverride
- java.lang.Object
-
- com.sforce.soap.partner.ActionOverride
-
- All Implemented Interfaces:
IActionOverride,XMLizable
public class ActionOverride extends Object implements XMLizable, IActionOverride
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 ActionOverride()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFormFactor()element : formFactor of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetIsAvailableInTouch()element : isAvailableInTouch of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetPageId()element : pageId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringStringgetUrl()element : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleanisIsAvailableInTouch()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetFormFactor(XmlInputStream __in, TypeMapper __typeMapper)voidsetFormFactor(String formFactor)voidsetIsAvailableInTouch(boolean isAvailableInTouch)protected voidsetIsAvailableInTouch(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetName(XmlInputStream __in, TypeMapper __typeMapper)voidsetName(String name)protected voidsetPageId(XmlInputStream __in, TypeMapper __typeMapper)voidsetPageId(String pageId)protected voidsetUrl(XmlInputStream __in, TypeMapper __typeMapper)voidsetUrl(String url)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getFormFactor
public String getFormFactor()
Description copied from interface:IActionOverrideelement : formFactor of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getFormFactorin interfaceIActionOverride
-
setFormFactor
public void setFormFactor(String formFactor)
- Specified by:
setFormFactorin interfaceIActionOverride
-
setFormFactor
protected void setFormFactor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsAvailableInTouch
public boolean getIsAvailableInTouch()
Description copied from interface:IActionOverrideelement : isAvailableInTouch of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getIsAvailableInTouchin interfaceIActionOverride
-
isIsAvailableInTouch
public boolean isIsAvailableInTouch()
- Specified by:
isIsAvailableInTouchin interfaceIActionOverride
-
setIsAvailableInTouch
public void setIsAvailableInTouch(boolean isAvailableInTouch)
- Specified by:
setIsAvailableInTouchin interfaceIActionOverride
-
setIsAvailableInTouch
protected void setIsAvailableInTouch(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getName
public String getName()
Description copied from interface:IActionOverrideelement : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getNamein interfaceIActionOverride
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceIActionOverride
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPageId
public String getPageId()
Description copied from interface:IActionOverrideelement : pageId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getPageIdin interfaceIActionOverride
-
setPageId
public void setPageId(String pageId)
- Specified by:
setPageIdin interfaceIActionOverride
-
setPageId
protected void setPageId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUrl
public String getUrl()
Description copied from interface:IActionOverrideelement : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getUrlin interfaceIActionOverride
-
setUrl
public void setUrl(String url)
- Specified by:
setUrlin interfaceIActionOverride
-
setUrl
protected void setUrl(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
-
-