Class DescribeLayoutItem

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

public class DescribeLayoutItem extends Object implements com.sforce.ws.bind.XMLizable, IDescribeLayoutItem
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 : editableForNew of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    boolean
    element : editableForUpdate 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 : layoutComponents of type {urn:partner.soap.sforce.com}DescribeLayoutComponent java type: com.sforce.soap.partner.DescribeLayoutComponent[]
    boolean
    element : placeholder of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    boolean
    element : required of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    boolean
     
    boolean
     
    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
    setEditableForNew​(boolean editableForNew)
     
    protected void
    setEditableForNew​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setEditableForUpdate​(boolean editableForUpdate)
     
    protected void
    setEditableForUpdate​(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
     
    protected void
    setLayoutComponents​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setPlaceholder​(boolean placeholder)
     
    protected void
    setPlaceholder​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setRequired​(boolean required)
     
    protected void
    setRequired​(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

    • DescribeLayoutItem

      public DescribeLayoutItem()
      Constructor
  • Method Details

    • getEditableForNew

      public boolean getEditableForNew()
      Description copied from interface: IDescribeLayoutItem
      element : editableForNew of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getEditableForNew in interface IDescribeLayoutItem
    • isEditableForNew

      public boolean isEditableForNew()
      Specified by:
      isEditableForNew in interface IDescribeLayoutItem
    • setEditableForNew

      public void setEditableForNew(boolean editableForNew)
      Specified by:
      setEditableForNew in interface IDescribeLayoutItem
    • setEditableForNew

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

      public boolean getEditableForUpdate()
      Description copied from interface: IDescribeLayoutItem
      element : editableForUpdate of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getEditableForUpdate in interface IDescribeLayoutItem
    • isEditableForUpdate

      public boolean isEditableForUpdate()
      Specified by:
      isEditableForUpdate in interface IDescribeLayoutItem
    • setEditableForUpdate

      public void setEditableForUpdate(boolean editableForUpdate)
      Specified by:
      setEditableForUpdate in interface IDescribeLayoutItem
    • setEditableForUpdate

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

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

      public DescribeLayoutComponent[] getLayoutComponents()
      Description copied from interface: IDescribeLayoutItem
      element : layoutComponents of type {urn:partner.soap.sforce.com}DescribeLayoutComponent java type: com.sforce.soap.partner.DescribeLayoutComponent[]
      Specified by:
      getLayoutComponents in interface IDescribeLayoutItem
    • setLayoutComponents

      public void setLayoutComponents(IDescribeLayoutComponent[] layoutComponents)
      Specified by:
      setLayoutComponents in interface IDescribeLayoutItem
    • setLayoutComponents

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

      public boolean getPlaceholder()
      Description copied from interface: IDescribeLayoutItem
      element : placeholder of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getPlaceholder in interface IDescribeLayoutItem
    • isPlaceholder

      public boolean isPlaceholder()
      Specified by:
      isPlaceholder in interface IDescribeLayoutItem
    • setPlaceholder

      public void setPlaceholder(boolean placeholder)
      Specified by:
      setPlaceholder in interface IDescribeLayoutItem
    • setPlaceholder

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

      public boolean getRequired()
      Description copied from interface: IDescribeLayoutItem
      element : required of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getRequired in interface IDescribeLayoutItem
    • isRequired

      public boolean isRequired()
      Specified by:
      isRequired in interface IDescribeLayoutItem
    • setRequired

      public void setRequired(boolean required)
      Specified by:
      setRequired in interface IDescribeLayoutItem
    • setRequired

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