Package com.sforce.soap.partner
Class DescribeAnimationRule
java.lang.Object
com.sforce.soap.partner.DescribeAnimationRule
- All Implemented Interfaces:
IDescribeAnimationRule,com.sforce.ws.bind.XMLizable
public class DescribeAnimationRule
extends Object
implements com.sforce.ws.bind.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 -
Method Summary
Modifier and TypeMethodDescriptionelement : animationFrequency of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanelement : isActive of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : recordTypeContext of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : recordTypeId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : targetField of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : targetFieldChangeToValues of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanvoidload(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidloadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetAnimationFrequency(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetAnimationFrequency(String animationFrequency)voidsetIsActive(boolean isActive)protected voidsetIsActive(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetRecordTypeContext(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetRecordTypeContext(String recordTypeContext)protected voidsetRecordTypeId(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetRecordTypeId(String recordTypeId)protected voidsetTargetField(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetTargetField(String targetField)protected voidsetTargetFieldChangeToValues(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetTargetFieldChangeToValues(String targetFieldChangeToValues)toString()voidwrite(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidwriteFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
-
Constructor Details
-
DescribeAnimationRule
public DescribeAnimationRule()Constructor
-
-
Method Details
-
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
- Specified by:
setAnimationFrequencyin interfaceIDescribeAnimationRule
-
setAnimationFrequency
protected void setAnimationFrequency(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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
- Specified by:
setRecordTypeContextin interfaceIDescribeAnimationRule
-
setRecordTypeContext
protected void setRecordTypeContext(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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
- Specified by:
setRecordTypeIdin interfaceIDescribeAnimationRule
-
setRecordTypeId
protected void setRecordTypeId(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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
- Specified by:
setTargetFieldin interfaceIDescribeAnimationRule
-
setTargetField
protected void setTargetField(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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
- Specified by:
setTargetFieldChangeToValuesin interfaceIDescribeAnimationRule
-
setTargetFieldChangeToValues
protected void setTargetFieldChangeToValues(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
write
public void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Specified by:
writein interfacecom.sforce.ws.bind.XMLizable- Throws:
IOException
-
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Throws:
IOException
-
load
public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Specified by:
loadin interfacecom.sforce.ws.bind.XMLizable- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
toString
-