Class DescribeNounResult

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

public class DescribeNounResult extends Object implements com.sforce.ws.bind.XMLizable, IDescribeNounResult
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 : caseValues of type {urn:partner.soap.sforce.com}NameCaseValue java type: com.sforce.soap.partner.NameCaseValue[]
    element : developerName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : gender of type {urn:partner.soap.sforce.com}Gender java type: com.sforce.soap.partner.Gender
    element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : pluralAlias of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : startsWith of type {urn:partner.soap.sforce.com}StartsWith java type: com.sforce.soap.partner.StartsWith
    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
    setCaseValues​(INameCaseValue[] caseValues)
     
    protected void
    setCaseValues​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setDeveloperName​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setDeveloperName​(String developerName)
     
    void
    setGender​(Gender gender)
     
    protected void
    setGender​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setName​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setName​(String name)
     
    protected void
    setPluralAlias​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setPluralAlias​(String pluralAlias)
     
    void
    setStartsWith​(StartsWith startsWith)
     
    protected void
    setStartsWith​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
     
    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

    • DescribeNounResult

      public DescribeNounResult()
      Constructor
  • Method Details

    • getCaseValues

      public NameCaseValue[] getCaseValues()
      Description copied from interface: IDescribeNounResult
      element : caseValues of type {urn:partner.soap.sforce.com}NameCaseValue java type: com.sforce.soap.partner.NameCaseValue[]
      Specified by:
      getCaseValues in interface IDescribeNounResult
    • setCaseValues

      public void setCaseValues(INameCaseValue[] caseValues)
      Specified by:
      setCaseValues in interface IDescribeNounResult
    • setCaseValues

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

      public String getDeveloperName()
      Description copied from interface: IDescribeNounResult
      element : developerName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getDeveloperName in interface IDescribeNounResult
    • setDeveloperName

      public void setDeveloperName(String developerName)
      Specified by:
      setDeveloperName in interface IDescribeNounResult
    • setDeveloperName

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

      public Gender getGender()
      Description copied from interface: IDescribeNounResult
      element : gender of type {urn:partner.soap.sforce.com}Gender java type: com.sforce.soap.partner.Gender
      Specified by:
      getGender in interface IDescribeNounResult
    • setGender

      public void setGender(Gender gender)
      Specified by:
      setGender in interface IDescribeNounResult
    • setGender

      protected void setGender(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: IDescribeNounResult
      element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getName in interface IDescribeNounResult
    • setName

      public void setName(String name)
      Specified by:
      setName in interface IDescribeNounResult
    • 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
    • getPluralAlias

      public String getPluralAlias()
      Description copied from interface: IDescribeNounResult
      element : pluralAlias of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getPluralAlias in interface IDescribeNounResult
    • setPluralAlias

      public void setPluralAlias(String pluralAlias)
      Specified by:
      setPluralAlias in interface IDescribeNounResult
    • setPluralAlias

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

      public StartsWith getStartsWith()
      Description copied from interface: IDescribeNounResult
      element : startsWith of type {urn:partner.soap.sforce.com}StartsWith java type: com.sforce.soap.partner.StartsWith
      Specified by:
      getStartsWith in interface IDescribeNounResult
    • setStartsWith

      public void setStartsWith(StartsWith startsWith)
      Specified by:
      setStartsWith in interface IDescribeNounResult
    • setStartsWith

      protected void setStartsWith(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