Package com.sforce.soap.partner
Class PicklistEntry
java.lang.Object
com.sforce.soap.partner.PicklistEntry
- All Implemented Interfaces:
IPicklistEntry,XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
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()booleanvoidload(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) voidvoidsetValidFor(byte[] validFor) protected voidsetValidFor(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetValue(XmlInputStream __in, TypeMapper __typeMapper) voidtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
PicklistEntry
public PicklistEntry()Constructor
-
-
Method Details
-
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
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
- 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
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
- 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
- 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
-
toString
-