org.citygml4j.jaxb.gml._3_1_1
Class CurveSegmentArrayPropertyType

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

public class CurveSegmentArrayPropertyType
extends java.lang.Object

A container for an array of curve segments.

Java class for CurveSegmentArrayPropertyType complex type.

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

 <complexType name="CurveSegmentArrayPropertyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}_CurveSegment" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
CurveSegmentArrayPropertyType()
           
 
Method Summary
 java.util.List<javax.xml.bind.JAXBElement<? extends AbstractCurveSegmentType>> get_CurveSegment()
          Gets the value of the curveSegment property.
 boolean isSet_CurveSegment()
           
 void set_CurveSegment(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractCurveSegmentType>> curveSegment)
          Sets the value of the _CurveSegment property.
 void unset_CurveSegment()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurveSegmentArrayPropertyType

public CurveSegmentArrayPropertyType()
Method Detail

get_CurveSegment

public java.util.List<javax.xml.bind.JAXBElement<? extends AbstractCurveSegmentType>> get_CurveSegment()
Gets the value of the curveSegment 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 curveSegment property.

For example, to add a new item, do as follows:

    get_CurveSegment().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<BSplineType> JAXBElement<CircleByCenterPointType> JAXBElement<ClothoidType> JAXBElement<ArcStringType> JAXBElement<ArcByCenterPointType> JAXBElement<CubicSplineType> JAXBElement<BezierType> JAXBElement<AbstractCurveSegmentType> JAXBElement<ArcStringByBulgeType> JAXBElement<OffsetCurveType> JAXBElement<GeodesicStringType> JAXBElement<GeodesicType> JAXBElement<CircleType> JAXBElement<ArcByBulgeType> JAXBElement<LineStringSegmentType> JAXBElement<ArcType>


isSet_CurveSegment

public boolean isSet_CurveSegment()

unset_CurveSegment

public void unset_CurveSegment()

set_CurveSegment

public void set_CurveSegment(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractCurveSegmentType>> curveSegment)
Sets the value of the _CurveSegment property.

Parameters:
curveSegment - allowed object is JAXBElement<BSplineType> JAXBElement<CircleByCenterPointType> JAXBElement<ClothoidType> JAXBElement<ArcStringType> JAXBElement<ArcByCenterPointType> JAXBElement<CubicSplineType> JAXBElement<BezierType> JAXBElement<AbstractCurveSegmentType> JAXBElement<ArcStringByBulgeType> JAXBElement<OffsetCurveType> JAXBElement<GeodesicStringType> JAXBElement<GeodesicType> JAXBElement<CircleType> JAXBElement<ArcByBulgeType> JAXBElement<LineStringSegmentType> JAXBElement<ArcType>