public class LinkAnchor extends Object
Java class for linkAnchor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="linkAnchor"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="position" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="N"/> <enumeration value="NNE"/> <enumeration value="NE"/> <enumeration value="ENE"/> <enumeration value="E"/> <enumeration value="ESE"/> <enumeration value="SE"/> <enumeration value="SSE"/> <enumeration value="S"/> <enumeration value="SSW"/> <enumeration value="SW"/> <enumeration value="WSW"/> <enumeration value="W"/> <enumeration value="WNW"/> <enumeration value="NW"/> <enumeration value="NNW"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
LinkAnchor() |
Modifier and Type | Method and Description |
---|---|
String |
getPosition()
Gets the value of the position property.
|
void |
setPosition(String value)
Sets the value of the position property.
|
protected String position
Copyright © 2018. All rights reserved.