Class PicklistEntry

java.lang.Object
com.sforce.soap.partner.PicklistEntry
All Implemented Interfaces:
IPicklistEntry, com.sforce.ws.bind.XMLizable

public class PicklistEntry extends Object implements com.sforce.ws.bind.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
    Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    element : active of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    boolean
    element : defaultValue of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    byte[]
    element : validFor of type {http://www.w3.org/2001/XMLSchema}base64Binary java type: byte[]
    element : value of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    boolean
     
    boolean
     
    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)
     
    protected void
    setActive​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setDefaultValue​(boolean defaultValue)
     
    protected void
    setDefaultValue​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setLabel​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setLabel​(String label)
     
    void
    setValidFor​(byte[] validFor)
     
    protected void
    setValidFor​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setValue​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setValue​(String value)
     
     
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • PicklistEntry

      public PicklistEntry()
      Constructor
  • Method Details

    • getActive

      public boolean getActive()
      Description copied from interface: IPicklistEntry
      element : active of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getActive in interface IPicklistEntry
    • isActive

      public boolean isActive()
      Specified by:
      isActive in interface IPicklistEntry
    • setActive

      public void setActive(boolean active)
      Specified by:
      setActive in interface IPicklistEntry
    • setActive

      protected void setActive(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getDefaultValue

      public boolean getDefaultValue()
      Description copied from interface: IPicklistEntry
      element : defaultValue of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getDefaultValue in interface IPicklistEntry
    • isDefaultValue

      public boolean isDefaultValue()
      Specified by:
      isDefaultValue in interface IPicklistEntry
    • setDefaultValue

      public void setDefaultValue(boolean defaultValue)
      Specified by:
      setDefaultValue in interface IPicklistEntry
    • setDefaultValue

      protected void setDefaultValue(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getLabel

      public String getLabel()
      Description copied from interface: IPicklistEntry
      element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getLabel in interface IPicklistEntry
    • setLabel

      public void setLabel(String label)
      Specified by:
      setLabel in interface IPicklistEntry
    • setLabel

      protected void setLabel(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getValidFor

      public byte[] getValidFor()
      Description copied from interface: IPicklistEntry
      element : validFor of type {http://www.w3.org/2001/XMLSchema}base64Binary java type: byte[]
      Specified by:
      getValidFor in interface IPicklistEntry
    • setValidFor

      public void setValidFor(byte[] validFor)
      Specified by:
      setValidFor in interface IPicklistEntry
    • setValidFor

      protected void setValidFor(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getValue

      public String getValue()
      Description copied from interface: IPicklistEntry
      element : value of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getValue in interface IPicklistEntry
    • setValue

      public void setValue(String value)
      Specified by:
      setValue in interface IPicklistEntry
    • setValue

      protected void setValue(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • write

      public void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
      Specified by:
      write in interface com.sforce.ws.bind.XMLizable
      Throws:
      IOException
    • writeFields

      protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
      Throws:
      IOException
    • load

      public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Specified by:
      load in interface com.sforce.ws.bind.XMLizable
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • loadFields

      protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • toString

      public String toString()
      Overrides:
      toString in class Object