public class Area extends Object
Java class for area complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="area">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pathpoint" type="{http://comet.werk-ii.com/base}pathpoint" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Area() |
| Modifier and Type | Method and Description |
|---|---|
List<Pathpoint> |
getPathpoint()
Gets the value of the pathpoint property.
|
public List<Pathpoint> getPathpoint()
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 pathpoint property.
For example, to add a new item, do as follows:
getPathpoint().add(newItem);
Objects of the following type(s) are allowed in the list
Pathpoint
Copyright © 2017 SAP SE. All Rights Reserved.