public class ListOfLineDirection extends Object
Java class for listOfLineDirection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="listOfLineDirection"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="lineDirection" type="{http://www.sbml.org/2001/ns/celldesigner}lineDirection" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<LineDirection> |
lineDirection |
Constructor and Description |
---|
ListOfLineDirection() |
Modifier and Type | Method and Description |
---|---|
List<LineDirection> |
getLineDirection()
Gets the value of the lineDirection property.
|
protected List<LineDirection> lineDirection
public List<LineDirection> getLineDirection()
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 lineDirection property.
For example, to add a new item, do as follows:
getLineDirection().add(newItem);
Objects of the following type(s) are allowed in the list
LineDirection
Copyright © 2018. All rights reserved.