Package com.sforce.soap.partner
Interface IPicklistEntry
- All Known Implementing Classes:
PicklistEntry
public interface IPicklistEntry
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanelement : active of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanelement : defaultValue of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleangetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbyte[]element : validFor of type {http://www.w3.org/2001/XMLSchema}base64Binary java type: byte[]getValue()element : value of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleanisActive()booleanvoidsetActive(boolean active) voidsetDefaultValue(boolean defaultValue) voidvoidsetValidFor(byte[] validFor) void
-
Method Details
-
getActive
boolean getActive()element : active of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isActive
boolean isActive() -
setActive
void setActive(boolean active) -
getDefaultValue
boolean getDefaultValue()element : defaultValue of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isDefaultValue
boolean isDefaultValue() -
setDefaultValue
void setDefaultValue(boolean defaultValue) -
getLabel
String getLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setLabel
-
getValidFor
byte[] getValidFor()element : validFor of type {http://www.w3.org/2001/XMLSchema}base64Binary java type: byte[] -
setValidFor
void setValidFor(byte[] validFor) -
getValue
String getValue()element : value of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setValue
-