public class Line extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="orientation">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="top"/>
<enumeration value="bottom"/>
<enumeration value="left"/>
<enumeration value="right"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
orientation |
| Constructor and Description |
|---|
Line() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOrientation()
Gets the value of the orientation property.
|
boolean |
isSetOrientation() |
void |
setOrientation(String value)
Sets the value of the orientation property.
|
protected String orientation
public String getOrientation()
Stringpublic void setOrientation(String value)
value - allowed object is
Stringpublic boolean isSetOrientation()
Copyright © 2023. All rights reserved.