org.citygml4j.jaxb.gml._3_1_1
Class TinType.ControlPoint

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.TinType.ControlPoint
Enclosing class:
TinType

public static class TinType.ControlPoint
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element ref="{http://www.opengis.net/gml}posList"/>
         <group ref="{http://www.opengis.net/gml}geometricPositionGroup" maxOccurs="unbounded" minOccurs="3"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
TinType.ControlPoint()
           
 
Method Summary
 java.util.List<java.lang.Object> getGeometricPositionGroup()
          Gets the value of the geometricPositionGroup property.
 DirectPositionListType getPosList()
          Gets the value of the posList property.
 boolean isSetGeometricPositionGroup()
           
 boolean isSetPosList()
           
 void setGeometricPositionGroup(java.util.List<java.lang.Object> geometricPositionGroup)
          Sets the value of the geometricPositionGroup property.
 void setPosList(DirectPositionListType value)
          Sets the value of the posList property.
 void unsetGeometricPositionGroup()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TinType.ControlPoint

public TinType.ControlPoint()
Method Detail

getPosList

public DirectPositionListType getPosList()
Gets the value of the posList property.

Returns:
possible object is DirectPositionListType

setPosList

public void setPosList(DirectPositionListType value)
Sets the value of the posList property.

Parameters:
value - allowed object is DirectPositionListType

isSetPosList

public boolean isSetPosList()

getGeometricPositionGroup

public java.util.List<java.lang.Object> getGeometricPositionGroup()
Gets the value of the geometricPositionGroup 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 geometricPositionGroup property.

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

    getGeometricPositionGroup().add(newItem);
 

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


isSetGeometricPositionGroup

public boolean isSetGeometricPositionGroup()

unsetGeometricPositionGroup

public void unsetGeometricPositionGroup()

setGeometricPositionGroup

public void setGeometricPositionGroup(java.util.List<java.lang.Object> geometricPositionGroup)
Sets the value of the geometricPositionGroup property.

Parameters:
geometricPositionGroup - allowed object is PointPropertyType DirectPositionType