|
||||||||||
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.CurveSegmentArrayPropertyType
public class CurveSegmentArrayPropertyType
A container for an array of curve segments.
Java-Klasse für CurveSegmentArrayPropertyType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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 |
---|
public CurveSegmentArrayPropertyType()
Method Detail |
---|
public java.util.List<javax.xml.bind.JAXBElement<? extends AbstractCurveSegmentType>> get_CurveSegment()
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
<
ArcType
>
JAXBElement
<
GeodesicStringType
>
JAXBElement
<
ArcStringType
>
JAXBElement
<
ArcByBulgeType
>
JAXBElement
<
BSplineType
>
JAXBElement
<
AbstractCurveSegmentType
>
JAXBElement
<
CircleType
>
JAXBElement
<
ArcByCenterPointType
>
JAXBElement
<
CubicSplineType
>
JAXBElement
<
OffsetCurveType
>
JAXBElement
<
GeodesicType
>
JAXBElement
<
ArcStringByBulgeType
>
JAXBElement
<
LineStringSegmentType
>
JAXBElement
<
ClothoidType
>
JAXBElement
<
BezierType
>
JAXBElement
<
CircleByCenterPointType
>
public boolean isSet_CurveSegment()
public void unset_CurveSegment()
public void set_CurveSegment(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractCurveSegmentType>> curveSegment)
curveSegment
- allowed object is
JAXBElement
<
ArcType
>
JAXBElement
<
GeodesicStringType
>
JAXBElement
<
ArcStringType
>
JAXBElement
<
ArcByBulgeType
>
JAXBElement
<
BSplineType
>
JAXBElement
<
AbstractCurveSegmentType
>
JAXBElement
<
CircleType
>
JAXBElement
<
ArcByCenterPointType
>
JAXBElement
<
CubicSplineType
>
JAXBElement
<
OffsetCurveType
>
JAXBElement
<
GeodesicType
>
JAXBElement
<
ArcStringByBulgeType
>
JAXBElement
<
LineStringSegmentType
>
JAXBElement
<
ClothoidType
>
JAXBElement
<
BezierType
>
JAXBElement
<
CircleByCenterPointType
>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |