All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sforce.soap.partner.IDescribeLayoutItem Maven / Gradle / Ivy

There is a newer version: 7.4.3.112-ga112
Show newest version
package com.sforce.soap.partner;

/**
 * This is a generated class for the SObject Enterprise API.
 * Do not edit this file, as your changes will be lost.
 */
public interface IDescribeLayoutItem  {

      /**
       * element : editableForNew of type {http://www.w3.org/2001/XMLSchema}boolean
       * java type: boolean
       */

      public boolean getEditableForNew();

      public boolean isEditableForNew();

      public void setEditableForNew(boolean editableForNew);

      /**
       * element : editableForUpdate of type {http://www.w3.org/2001/XMLSchema}boolean
       * java type: boolean
       */

      public boolean getEditableForUpdate();

      public boolean isEditableForUpdate();

      public void setEditableForUpdate(boolean editableForUpdate);

      /**
       * element : label of type {http://www.w3.org/2001/XMLSchema}string
       * java type: java.lang.String
       */

      public java.lang.String getLabel();

      public void setLabel(java.lang.String label);

      /**
       * element : layoutComponents of type {urn:partner.soap.sforce.com}DescribeLayoutComponent
       * java type: com.sforce.soap.partner.DescribeLayoutComponent[]
       */

      public com.sforce.soap.partner.IDescribeLayoutComponent[] getLayoutComponents();

      public void setLayoutComponents(com.sforce.soap.partner.IDescribeLayoutComponent[] layoutComponents);

      /**
       * element : placeholder of type {http://www.w3.org/2001/XMLSchema}boolean
       * java type: boolean
       */

      public boolean getPlaceholder();

      public boolean isPlaceholder();

      public void setPlaceholder(boolean placeholder);

      /**
       * element : required of type {http://www.w3.org/2001/XMLSchema}boolean
       * java type: boolean
       */

      public boolean getRequired();

      public boolean isRequired();

      public void setRequired(boolean required);


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy