|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.LineStringSegmentArrayPropertyType
public class LineStringSegmentArrayPropertyType
Java-Klasse für LineStringSegmentArrayPropertyType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="LineStringSegmentArrayPropertyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.opengis.net/gml}LineStringSegment" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
LineStringSegmentArrayPropertyType()
|
Method Summary | |
---|---|
java.util.List<LineStringSegmentType> |
getLineStringSegment()
Gets the value of the lineStringSegment property. |
boolean |
isSetLineStringSegment()
|
void |
setLineStringSegment(java.util.List<LineStringSegmentType> lineStringSegment)
Sets the value of the lineStringSegment property. |
void |
unsetLineStringSegment()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LineStringSegmentArrayPropertyType()
Method Detail |
---|
public java.util.List<LineStringSegmentType> getLineStringSegment()
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 lineStringSegment property.
For example, to add a new item, do as follows:
getLineStringSegment().add(newItem);
Objects of the following type(s) are allowed in the list
LineStringSegmentType
public boolean isSetLineStringSegment()
public void unsetLineStringSegment()
public void setLineStringSegment(java.util.List<LineStringSegmentType> lineStringSegment)
lineStringSegment
- allowed object is
LineStringSegmentType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |