public static class Arc.Next extends Object
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">
<sequence>
<element ref="{http://sbgn.org/libsbgn/0.3}point" maxOccurs="2" minOccurs="0"/>
</sequence>
<attGroup ref="{http://sbgn.org/libsbgn/0.3}PointAttributes"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Point> |
point |
protected float |
x |
protected float |
y |
| Constructor and Description |
|---|
Next() |
| Modifier and Type | Method and Description |
|---|---|
List<Point> |
getPoint()
Gets the value of the point property.
|
float |
getX()
Gets the value of the x property.
|
float |
getY()
Gets the value of the y property.
|
void |
setX(float value)
Sets the value of the x property.
|
void |
setY(float value)
Sets the value of the y property.
|
public List<Point> getPoint()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the point property.
For example, to add a new item, do as follows:
getPoint().add(newItem);
Objects of the following type(s) are allowed in the list
Point
public float getX()
public void setX(float value)
public float getY()
public void setY(float value)
Copyright © 2018 SEMS project @ University of Rostock. All rights reserved.