public class Alignment 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="horizontal">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="left"/>
<enumeration value="center"/>
<enumeration value="right"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
horizontal |
| Constructor and Description |
|---|
Alignment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHorizontal()
Gets the value of the horizontal property.
|
boolean |
isSetHorizontal() |
void |
setHorizontal(String value)
Sets the value of the horizontal property.
|
protected String horizontal
public String getHorizontal()
Stringpublic void setHorizontal(String value)
value - allowed object is
Stringpublic boolean isSetHorizontal()
Copyright © 2023. All rights reserved.