Package com.sforce.soap.partner
Class PicklistEntry
- java.lang.Object
-
- com.sforce.soap.partner.PicklistEntry
-
- All Implemented Interfaces:
IPicklistEntry,XMLizable
public class PicklistEntry extends Object implements XMLizable, IPicklistEntry
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description PicklistEntry()Constructor
-
Method Summary
All Methods Instance Methods Concrete 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()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetActive(boolean active)protected voidsetActive(XmlInputStream __in, TypeMapper __typeMapper)voidsetDefaultValue(boolean defaultValue)protected voidsetDefaultValue(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper)voidsetLabel(String label)voidsetValidFor(byte[] validFor)protected voidsetValidFor(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetValue(XmlInputStream __in, TypeMapper __typeMapper)voidsetValue(String value)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getActive
public boolean getActive()
Description copied from interface:IPicklistEntryelement : active of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getActivein interfaceIPicklistEntry
-
isActive
public boolean isActive()
- Specified by:
isActivein interfaceIPicklistEntry
-
setActive
public void setActive(boolean active)
- Specified by:
setActivein interfaceIPicklistEntry
-
setActive
protected void setActive(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDefaultValue
public boolean getDefaultValue()
Description copied from interface:IPicklistEntryelement : defaultValue of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getDefaultValuein interfaceIPicklistEntry
-
isDefaultValue
public boolean isDefaultValue()
- Specified by:
isDefaultValuein interfaceIPicklistEntry
-
setDefaultValue
public void setDefaultValue(boolean defaultValue)
- Specified by:
setDefaultValuein interfaceIPicklistEntry
-
setDefaultValue
protected void setDefaultValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
Description copied from interface:IPicklistEntryelement : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getLabelin interfaceIPicklistEntry
-
setLabel
public void setLabel(String label)
- Specified by:
setLabelin interfaceIPicklistEntry
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getValidFor
public byte[] getValidFor()
Description copied from interface:IPicklistEntryelement : validFor of type {http://www.w3.org/2001/XMLSchema}base64Binary java type: byte[]- Specified by:
getValidForin interfaceIPicklistEntry
-
setValidFor
public void setValidFor(byte[] validFor)
- Specified by:
setValidForin interfaceIPicklistEntry
-
setValidFor
protected void setValidFor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getValue
public String getValue()
Description copied from interface:IPicklistEntryelement : value of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getValuein interfaceIPicklistEntry
-
setValue
public void setValue(String value)
- Specified by:
setValuein interfaceIPicklistEntry
-
setValue
protected void setValue(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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-