public class LineDirection extends Object
Java class for lineDirection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="lineDirection">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="index" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}short">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="value" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="horizontal"/>
<enumeration value="vertical"/>
<enumeration value="unknown"/>
</restriction>
</simpleType>
</attribute>
<attribute name="arm">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}short">
<minInclusive value="0"/>
<maxInclusive value="2"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Short |
arm |
protected short |
index |
protected String |
value |
| Constructor and Description |
|---|
LineDirection() |
| Modifier and Type | Method and Description |
|---|---|
Short |
getArm()
Gets the value of the arm property.
|
short |
getIndex()
Gets the value of the index property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setArm(Short value)
Sets the value of the arm property.
|
void |
setIndex(short value)
Sets the value of the index property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public short getIndex()
public void setIndex(short value)
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
StringCopyright © 2018. All rights reserved.