|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmlhammer.model.preferences.Split
public class Split
Java class for split element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="split">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="help" type="{http://www.w3.org/2001/XMLSchema}int" default="750" />
<attribute name="horizontal" type="{http://www.w3.org/2001/XMLSchema}int" default="200" />
<attribute name="vertical" type="{http://www.w3.org/2001/XMLSchema}int" default="350" />
</restriction>
</complexContent>
</complexType>
</element>
| Field Summary | |
|---|---|
protected java.lang.Integer |
help
|
protected java.lang.Integer |
horizontal
|
protected java.lang.Integer |
vertical
|
| Constructor Summary | |
|---|---|
Split()
|
|
| Method Summary | |
|---|---|
int |
getHelp()
Gets the value of the help property. |
int |
getHorizontal()
Gets the value of the horizontal property. |
int |
getVertical()
Gets the value of the vertical property. |
void |
setHelp(java.lang.Integer value)
Sets the value of the help property. |
void |
setHorizontal(java.lang.Integer value)
Sets the value of the horizontal property. |
void |
setVertical(java.lang.Integer value)
Sets the value of the vertical property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Integer help
protected java.lang.Integer horizontal
protected java.lang.Integer vertical
| Constructor Detail |
|---|
public Split()
| Method Detail |
|---|
public int getHelp()
Integerpublic void setHelp(java.lang.Integer value)
value - allowed object is
Integerpublic int getHorizontal()
Integerpublic void setHorizontal(java.lang.Integer value)
value - allowed object is
Integerpublic int getVertical()
Integerpublic void setVertical(java.lang.Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||