public class PicklistEntry extends Object implements com.sforce.ws.bind.XMLizable, IPicklistEntry
| Constructor and Description |
|---|
PicklistEntry()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getActive()
element : active of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getDefaultValue()
element : defaultValue of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
String |
getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
byte[] |
getValidFor()
element : validFor of type {http://www.w3.org/2001/XMLSchema}base64Binary
java type: byte[]
|
String |
getValue()
element : value of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
isActive() |
boolean |
isDefaultValue() |
void |
load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
void |
setActive(boolean active) |
void |
setDefaultValue(boolean defaultValue) |
void |
setLabel(String label) |
void |
setValidFor(byte[] validFor) |
void |
setValue(String value) |
String |
toString() |
void |
write(QName __element,
com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
public boolean getActive()
IPicklistEntrygetActive in interface IPicklistEntrypublic boolean isActive()
isActive in interface IPicklistEntrypublic void setActive(boolean active)
setActive in interface IPicklistEntrypublic boolean getDefaultValue()
IPicklistEntrygetDefaultValue in interface IPicklistEntrypublic boolean isDefaultValue()
isDefaultValue in interface IPicklistEntrypublic void setDefaultValue(boolean defaultValue)
setDefaultValue in interface IPicklistEntrypublic String getLabel()
IPicklistEntrygetLabel in interface IPicklistEntrypublic void setLabel(String label)
setLabel in interface IPicklistEntrypublic byte[] getValidFor()
IPicklistEntrygetValidFor in interface IPicklistEntrypublic void setValidFor(byte[] validFor)
setValidFor in interface IPicklistEntrypublic String getValue()
IPicklistEntrygetValue in interface IPicklistEntrypublic void setValue(String value)
setValue in interface IPicklistEntrypublic void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
write in interface com.sforce.ws.bind.XMLizableIOExceptionprotected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException
IOExceptionpublic void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
load in interface com.sforce.ws.bind.XMLizableIOExceptioncom.sforce.ws.ConnectionExceptionprotected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
IOExceptioncom.sforce.ws.ConnectionExceptionCopyright © 2015. All Rights Reserved.