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="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
displayLines |
protected int |
tabOrder |
protected String |
type |
protected String |
value |
| Constructor and Description |
|---|
DescribeLayoutComponent() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDisplayLines()
Gets the value of the displayLines property.
|
int |
getTabOrder()
Gets the value of the tabOrder property.
|
String |
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(String value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected int displayLines
protected int tabOrder
protected String type
protected String value
public int getDisplayLines()
public void setDisplayLines(int value)
public int getTabOrder()
public void setTabOrder(int value)
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getValue()
StringCopyright © 2016. All rights reserved.