67 lines
1.8 KiB
Java
67 lines
1.8 KiB
Java
|
|
package com.sforce.soap.partner;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* This is a generated class for the SObject Enterprise API.
|
||
|
|
* Do not edit this file, as your changes will be lost.
|
||
|
|
*/
|
||
|
|
public interface IDescribeAnimationRule {
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : animationFrequency of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
|
||
|
|
public java.lang.String getAnimationFrequency();
|
||
|
|
|
||
|
|
public void setAnimationFrequency(java.lang.String animationFrequency);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : isActive of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
|
||
|
|
public boolean getIsActive();
|
||
|
|
|
||
|
|
public boolean isIsActive();
|
||
|
|
|
||
|
|
public void setIsActive(boolean isActive);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : recordTypeContext of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
|
||
|
|
public java.lang.String getRecordTypeContext();
|
||
|
|
|
||
|
|
public void setRecordTypeContext(java.lang.String recordTypeContext);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : recordTypeId of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
|
||
|
|
public java.lang.String getRecordTypeId();
|
||
|
|
|
||
|
|
public void setRecordTypeId(java.lang.String recordTypeId);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : targetField of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
|
||
|
|
public java.lang.String getTargetField();
|
||
|
|
|
||
|
|
public void setTargetField(java.lang.String targetField);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : targetFieldChangeToValues of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
|
||
|
|
public java.lang.String getTargetFieldChangeToValues();
|
||
|
|
|
||
|
|
public void setTargetFieldChangeToValues(java.lang.String targetFieldChangeToValues);
|
||
|
|
|
||
|
|
|
||
|
|
}
|