com.sforce.soap.partner
Class DescribeLayoutComponent

java.lang.Object
  extended by com.sforce.soap.partner.DescribeLayoutComponent

public class DescribeLayoutComponent
extends Object

Java class for DescribeLayoutComponent complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DescribeLayoutComponent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="displayLines" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="tabOrder" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="type" type="{urn:partner.soap.sforce.com}layoutComponentType"/>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  int displayLines
           
protected  int tabOrder
           
protected  LayoutComponentType type
           
protected  String value
           
 
Constructor Summary
DescribeLayoutComponent()
           
 
Method Summary
 int getDisplayLines()
          Gets the value of the displayLines property.
 int getTabOrder()
          Gets the value of the tabOrder property.
 LayoutComponentType getType()
          Gets the value of the type property.
 String getValue()
          Gets the value of the value property.
 void setDisplayLines(int value)
          Sets the value of the displayLines property.
 void setTabOrder(int value)
          Sets the value of the tabOrder property.
 void setType(LayoutComponentType value)
          Sets the value of the type property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

displayLines

protected int displayLines

tabOrder

protected int tabOrder

type

protected LayoutComponentType type

value

protected String value
Constructor Detail

DescribeLayoutComponent

public DescribeLayoutComponent()
Method Detail

getDisplayLines

public int getDisplayLines()
Gets the value of the displayLines property.


setDisplayLines

public void setDisplayLines(int value)
Sets the value of the displayLines property.


getTabOrder

public int getTabOrder()
Gets the value of the tabOrder property.


setTabOrder

public void setTabOrder(int value)
Sets the value of the tabOrder property.


getType

public LayoutComponentType getType()
Gets the value of the type property.

Returns:
possible object is LayoutComponentType

setType

public void setType(LayoutComponentType value)
Sets the value of the type property.

Parameters:
value - allowed object is LayoutComponentType

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.