org.citygml4j.jaxb.gml._3_1_1
Class LineStringSegmentArrayPropertyType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.LineStringSegmentArrayPropertyType

public class LineStringSegmentArrayPropertyType
extends java.lang.Object

Java class for LineStringSegmentArrayPropertyType complex type.

The following schema fragment specifies the expected content contained within this class.

 <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

LineStringSegmentArrayPropertyType

public LineStringSegmentArrayPropertyType()
Method Detail

getLineStringSegment

public java.util.List<LineStringSegmentType> getLineStringSegment()
Gets the value of the lineStringSegment property.

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


isSetLineStringSegment

public boolean isSetLineStringSegment()

unsetLineStringSegment

public void unsetLineStringSegment()

setLineStringSegment

public void setLineStringSegment(java.util.List<LineStringSegmentType> lineStringSegment)
Sets the value of the lineStringSegment property.

Parameters:
lineStringSegment - allowed object is LineStringSegmentType