Class NameObjectValuePair

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

public class NameObjectValuePair extends Object implements com.sforce.ws.bind.XMLizable, INameObjectValuePair
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
    element : isVisible of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean
    element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : value of type {http://www.w3.org/2001/XMLSchema}anyType java type: java.lang.Object[]
    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)
     
    protected void
    setIsVisible​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setIsVisible​(Boolean isVisible)
     
    protected void
    setName​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setName​(String name)
     
    protected void
    setValue​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setValue​(Object[] 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

    • NameObjectValuePair

      public NameObjectValuePair()
      Constructor
  • Method Details

    • getIsVisible

      public Boolean getIsVisible()
      Description copied from interface: INameObjectValuePair
      element : isVisible of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean
      Specified by:
      getIsVisible in interface INameObjectValuePair
    • setIsVisible

      public void setIsVisible(Boolean isVisible)
      Specified by:
      setIsVisible in interface INameObjectValuePair
    • setIsVisible

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

      public String getName()
      Description copied from interface: INameObjectValuePair
      element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getName in interface INameObjectValuePair
    • setName

      public void setName(String name)
      Specified by:
      setName in interface INameObjectValuePair
    • setName

      protected void setName(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 Object[] getValue()
      Description copied from interface: INameObjectValuePair
      element : value of type {http://www.w3.org/2001/XMLSchema}anyType java type: java.lang.Object[]
      Specified by:
      getValue in interface INameObjectValuePair
    • setValue

      public void setValue(Object[] value)
      Specified by:
      setValue in interface INameObjectValuePair
    • 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