|
||||||||||
| 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 java.lang.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. |
java.lang.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(java.lang.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 java.lang.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()
LayoutComponentTypepublic void setType(LayoutComponentType value)
value - allowed object is
LayoutComponentTypepublic java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||