|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sforce.soap.partner.DescribeLayoutComponent
public class DescribeLayoutComponent
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 |
---|
protected int displayLines
protected int tabOrder
protected LayoutComponentType type
protected String value
Constructor Detail |
---|
public DescribeLayoutComponent()
Method Detail |
---|
public int getDisplayLines()
public void setDisplayLines(int value)
public int getTabOrder()
public void setTabOrder(int value)
public LayoutComponentType getType()
LayoutComponentType
public void setType(LayoutComponentType value)
value
- allowed object is
LayoutComponentType
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |