Package com.sforce.soap.partner
Class ActionOverride
java.lang.Object
com.sforce.soap.partner.ActionOverride
- All Implemented Interfaces:
IActionOverride,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 -
Method Summary
Modifier and TypeMethodDescriptionelement : formFactor of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanelement : isAvailableInTouch of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleangetName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : pageId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringgetUrl()element : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanvoidload(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) voidprotected voidsetPageId(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetUrl(XmlInputStream __in, TypeMapper __typeMapper) voidtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
ActionOverride
public ActionOverride()Constructor
-
-
Method Details
-
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
- 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
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
- Specified by:
setNamein interfaceIActionOverride
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setPageIdin interfaceIActionOverride
-
setPageId
protected void setPageId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- 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
- 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
-