Package com.sforce.soap.partner
Class DescribeAnimationRule
- java.lang.Object
-
- com.sforce.soap.partner.DescribeAnimationRule
-
- All Implemented Interfaces:
IDescribeAnimationRule,XMLizable
public class DescribeAnimationRule extends Object implements XMLizable, IDescribeAnimationRule
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 DescribeAnimationRule()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAnimationFrequency()element : animationFrequency of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetIsActive()element : isActive of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetRecordTypeContext()element : recordTypeContext of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetRecordTypeId()element : recordTypeId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetTargetField()element : targetField of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetTargetFieldChangeToValues()element : targetFieldChangeToValues of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleanisIsActive()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetAnimationFrequency(XmlInputStream __in, TypeMapper __typeMapper)voidsetAnimationFrequency(String animationFrequency)voidsetIsActive(boolean isActive)protected voidsetIsActive(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetRecordTypeContext(XmlInputStream __in, TypeMapper __typeMapper)voidsetRecordTypeContext(String recordTypeContext)protected voidsetRecordTypeId(XmlInputStream __in, TypeMapper __typeMapper)voidsetRecordTypeId(String recordTypeId)protected voidsetTargetField(XmlInputStream __in, TypeMapper __typeMapper)voidsetTargetField(String targetField)protected voidsetTargetFieldChangeToValues(XmlInputStream __in, TypeMapper __typeMapper)voidsetTargetFieldChangeToValues(String targetFieldChangeToValues)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getAnimationFrequency
public String getAnimationFrequency()
Description copied from interface:IDescribeAnimationRuleelement : animationFrequency of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getAnimationFrequencyin interfaceIDescribeAnimationRule
-
setAnimationFrequency
public void setAnimationFrequency(String animationFrequency)
- Specified by:
setAnimationFrequencyin interfaceIDescribeAnimationRule
-
setAnimationFrequency
protected void setAnimationFrequency(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsActive
public boolean getIsActive()
Description copied from interface:IDescribeAnimationRuleelement : isActive of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getIsActivein interfaceIDescribeAnimationRule
-
isIsActive
public boolean isIsActive()
- Specified by:
isIsActivein interfaceIDescribeAnimationRule
-
setIsActive
public void setIsActive(boolean isActive)
- Specified by:
setIsActivein interfaceIDescribeAnimationRule
-
setIsActive
protected void setIsActive(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRecordTypeContext
public String getRecordTypeContext()
Description copied from interface:IDescribeAnimationRuleelement : recordTypeContext of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getRecordTypeContextin interfaceIDescribeAnimationRule
-
setRecordTypeContext
public void setRecordTypeContext(String recordTypeContext)
- Specified by:
setRecordTypeContextin interfaceIDescribeAnimationRule
-
setRecordTypeContext
protected void setRecordTypeContext(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRecordTypeId
public String getRecordTypeId()
Description copied from interface:IDescribeAnimationRuleelement : recordTypeId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getRecordTypeIdin interfaceIDescribeAnimationRule
-
setRecordTypeId
public void setRecordTypeId(String recordTypeId)
- Specified by:
setRecordTypeIdin interfaceIDescribeAnimationRule
-
setRecordTypeId
protected void setRecordTypeId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTargetField
public String getTargetField()
Description copied from interface:IDescribeAnimationRuleelement : targetField of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getTargetFieldin interfaceIDescribeAnimationRule
-
setTargetField
public void setTargetField(String targetField)
- Specified by:
setTargetFieldin interfaceIDescribeAnimationRule
-
setTargetField
protected void setTargetField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTargetFieldChangeToValues
public String getTargetFieldChangeToValues()
Description copied from interface:IDescribeAnimationRuleelement : targetFieldChangeToValues of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getTargetFieldChangeToValuesin interfaceIDescribeAnimationRule
-
setTargetFieldChangeToValues
public void setTargetFieldChangeToValues(String targetFieldChangeToValues)
- Specified by:
setTargetFieldChangeToValuesin interfaceIDescribeAnimationRule
-
setTargetFieldChangeToValues
protected void setTargetFieldChangeToValues(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
-
-