public class

PicklistEntry

extends Object
implements XMLizable
java.lang.Object
   ↳ com.sforce.soap.partner.PicklistEntry

Class Overview

Generated class, please do not edit.

Summary

Fields
private boolean active
private boolean active__is_set
private static final TypeInfo active__typeInfo element : active of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
private boolean defaultValue
private boolean defaultValue__is_set
private static final TypeInfo defaultValue__typeInfo element : defaultValue of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
private String label
private boolean label__is_set
private static final TypeInfo label__typeInfo element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private byte[] validFor
private boolean validFor__is_set
private static final TypeInfo validFor__typeInfo element : validFor of type {http://www.w3.org/2001/XMLSchema}base64Binary java type: byte[]
private String value
private boolean value__is_set
private static final TypeInfo value__typeInfo element : value of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
Public Constructors
PicklistEntry()
Constructor
Public Methods
boolean getActive()
boolean getDefaultValue()
String getLabel()
byte[] getValidFor()
String getValue()
boolean isActive()
boolean isDefaultValue()
void load(XmlInputStream __in, TypeMapper __typeMapper)
load the fileds/children from the specified xml stream
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, XmlOutputStream __out, TypeMapper __typeMapper)
write this instace as xml.
Protected Methods
void loadFields(XmlInputStream __in, TypeMapper __typeMapper)
void writeFields(XmlOutputStream __out, TypeMapper __typeMapper)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.sforce.ws.bind.XMLizable

Fields

private boolean active

private boolean active__is_set

private static final TypeInfo active__typeInfo

element : active of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean

private boolean defaultValue

private boolean defaultValue__is_set

private static final TypeInfo defaultValue__typeInfo

element : defaultValue of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean

private String label

private boolean label__is_set

private static final TypeInfo label__typeInfo

element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private byte[] validFor

private boolean validFor__is_set

private static final TypeInfo validFor__typeInfo

element : validFor of type {http://www.w3.org/2001/XMLSchema}base64Binary java type: byte[]

private String value

private boolean value__is_set

private static final TypeInfo value__typeInfo

element : value of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

Public Constructors

public PicklistEntry ()

Constructor

Public Methods

public boolean getActive ()

public boolean getDefaultValue ()

public String getLabel ()

public byte[] getValidFor ()

public String getValue ()

public boolean isActive ()

public boolean isDefaultValue ()

public void load (XmlInputStream __in, TypeMapper __typeMapper)

load the fileds/children from the specified xml stream

Parameters
__in Xml input stream from which the data is read
__typeMapper Type mapper to be used
Throws
ConnectionException
IOException

public void setActive (boolean active)

Parameters
active

public void setDefaultValue (boolean defaultValue)

Parameters
defaultValue

public void setLabel (String label)

Parameters
label

public void setValidFor (byte[] validFor)

Parameters
validFor

public void setValue (String value)

Parameters
value

public String toString ()

public void write (QName __element, XmlOutputStream __out, TypeMapper __typeMapper)

write this instace as xml.

Parameters
__element Xml element name
__out Xml output stream
__typeMapper Type mapper to be used
Throws
IOException

Protected Methods

protected void loadFields (XmlInputStream __in, TypeMapper __typeMapper)

Parameters
__in
__typeMapper
Throws
ConnectionException
IOException

protected void writeFields (XmlOutputStream __out, TypeMapper __typeMapper)

Parameters
__out
__typeMapper
Throws
IOException