Package com.sforce.soap.partner
Class DescribeAnimationRule
java.lang.Object
com.sforce.soap.partner.DescribeAnimationRule
- All Implemented Interfaces:
IDescribeAnimationRule,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 : 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(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) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, 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(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
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(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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(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
-