Package com.sforce.soap.partner
Interface IPicklistEntry
-
- All Known Implementing Classes:
PicklistEntry
public interface IPicklistEntryThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetActive()element : active of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetDefaultValue()element : defaultValue of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbyte[]getValidFor()element : validFor of type {http://www.w3.org/2001/XMLSchema}base64Binary java type: byte[]StringgetValue()element : value of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleanisActive()booleanisDefaultValue()voidsetActive(boolean active)voidsetDefaultValue(boolean defaultValue)voidsetLabel(String label)voidsetValidFor(byte[] validFor)voidsetValue(String value)
-
-
-
Method Detail
-
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
void setLabel(String label)
-
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
void setValue(String value)
-
-