Class DescribeLayoutSaveOption

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

public class DescribeLayoutSaveOption extends Object implements com.sforce.ws.bind.XMLizable, IDescribeLayoutSaveOption
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 : defaultValue of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    boolean
    element : isDisplayed 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
    element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : restHeaderName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : soapHeaderName 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
    setDefaultValue​(boolean defaultValue)
     
    protected void
    setDefaultValue​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setIsDisplayed​(boolean isDisplayed)
     
    protected void
    setIsDisplayed​(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)
     
    protected void
    setName​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setName​(String name)
     
    protected void
    setRestHeaderName​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setRestHeaderName​(String restHeaderName)
     
    protected void
    setSoapHeaderName​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setSoapHeaderName​(String soapHeaderName)
     
     
    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

    • DescribeLayoutSaveOption

      public DescribeLayoutSaveOption()
      Constructor
  • Method Details

    • getDefaultValue

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

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

      public void setDefaultValue(boolean defaultValue)
      Specified by:
      setDefaultValue in interface IDescribeLayoutSaveOption
    • 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
    • getIsDisplayed

      public boolean getIsDisplayed()
      Description copied from interface: IDescribeLayoutSaveOption
      element : isDisplayed of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getIsDisplayed in interface IDescribeLayoutSaveOption
    • isIsDisplayed

      public boolean isIsDisplayed()
      Specified by:
      isIsDisplayed in interface IDescribeLayoutSaveOption
    • setIsDisplayed

      public void setIsDisplayed(boolean isDisplayed)
      Specified by:
      setIsDisplayed in interface IDescribeLayoutSaveOption
    • setIsDisplayed

      protected void setIsDisplayed(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: IDescribeLayoutSaveOption
      element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getLabel in interface IDescribeLayoutSaveOption
    • setLabel

      public void setLabel(String label)
      Specified by:
      setLabel in interface IDescribeLayoutSaveOption
    • 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
    • getName

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

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

      public String getRestHeaderName()
      Description copied from interface: IDescribeLayoutSaveOption
      element : restHeaderName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getRestHeaderName in interface IDescribeLayoutSaveOption
    • setRestHeaderName

      public void setRestHeaderName(String restHeaderName)
      Specified by:
      setRestHeaderName in interface IDescribeLayoutSaveOption
    • setRestHeaderName

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

      public String getSoapHeaderName()
      Description copied from interface: IDescribeLayoutSaveOption
      element : soapHeaderName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getSoapHeaderName in interface IDescribeLayoutSaveOption
    • setSoapHeaderName

      public void setSoapHeaderName(String soapHeaderName)
      Specified by:
      setSoapHeaderName in interface IDescribeLayoutSaveOption
    • setSoapHeaderName

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