org.citygml4j.jaxb.gml._3_1_1
Class MultiCurveType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGeometryType
          extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGeometricAggregateType
              extended by org.citygml4j.jaxb.gml._3_1_1.MultiCurveType

public class MultiCurveType
extends AbstractGeometricAggregateType

A MultiCurve is defined by one or more Curves, referenced through curveMember elements.

Java class for MultiCurveType complex type.

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

 <complexType name="MultiCurveType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractGeometricAggregateType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}curveMember" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/gml}curveMembers" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
MultiCurveType()
           
 
Method Summary
 java.util.List<CurvePropertyType> getCurveMember()
          Gets the value of the curveMember property.
 CurveArrayPropertyType getCurveMembers()
          Gets the value of the curveMembers property.
 boolean isSetCurveMember()
           
 boolean isSetCurveMembers()
           
 void setCurveMember(java.util.List<CurvePropertyType> curveMember)
          Sets the value of the curveMember property.
 void setCurveMembers(CurveArrayPropertyType value)
          Sets the value of the curveMembers property.
 void unsetCurveMember()
           
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGeometryType
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetGid, isSetSrsDimension, isSetSrsName, isSetUomLabels, setAxisLabels, setGid, setSrsDimension, setSrsName, setUomLabels, unsetAxisLabels, unsetUomLabels
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiCurveType

public MultiCurveType()
Method Detail

getCurveMember

public java.util.List<CurvePropertyType> getCurveMember()
Gets the value of the curveMember 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 curveMember property.

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

    getCurveMember().add(newItem);
 

Objects of the following type(s) are allowed in the list CurvePropertyType


isSetCurveMember

public boolean isSetCurveMember()

unsetCurveMember

public void unsetCurveMember()

getCurveMembers

public CurveArrayPropertyType getCurveMembers()
Gets the value of the curveMembers property.

Returns:
possible object is CurveArrayPropertyType

setCurveMembers

public void setCurveMembers(CurveArrayPropertyType value)
Sets the value of the curveMembers property.

Parameters:
value - allowed object is CurveArrayPropertyType

isSetCurveMembers

public boolean isSetCurveMembers()

setCurveMember

public void setCurveMember(java.util.List<CurvePropertyType> curveMember)
Sets the value of the curveMember property.

Parameters:
curveMember - allowed object is CurvePropertyType