org.citygml4j.jaxb.gml._3_1_1
Class SurfaceArrayPropertyType

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

public class SurfaceArrayPropertyType
extends java.lang.Object

A container for an array of surfaces. The elements are always contained in the array property, referencing geometry elements or arrays of geometry elements is not supported.

Java class for SurfaceArrayPropertyType complex type.

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

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


Constructor Summary
SurfaceArrayPropertyType()
           
 
Method Summary
 java.util.List<javax.xml.bind.JAXBElement<? extends AbstractSurfaceType>> get_Surface()
          Gets the value of the surface property.
 boolean isSet_Surface()
           
 void set_Surface(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractSurfaceType>> surface)
          Sets the value of the _Surface property.
 void unset_Surface()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SurfaceArrayPropertyType

public SurfaceArrayPropertyType()
Method Detail

get_Surface

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

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

    get_Surface().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<TinType> JAXBElement<TexturedSurfaceType> JAXBElement<SurfaceType> JAXBElement<PolygonType> JAXBElement<CompositeSurfaceType> JAXBElement<OrientableSurfaceType> JAXBElement<TriangulatedSurfaceType> JAXBElement<AbstractSurfaceType> JAXBElement<TexturedSurfaceType> JAXBElement<PolyhedralSurfaceType>


isSet_Surface

public boolean isSet_Surface()

unset_Surface

public void unset_Surface()

set_Surface

public void set_Surface(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractSurfaceType>> surface)
Sets the value of the _Surface property.

Parameters:
surface - allowed object is JAXBElement<TinType> JAXBElement<TexturedSurfaceType> JAXBElement<SurfaceType> JAXBElement<PolygonType> JAXBElement<CompositeSurfaceType> JAXBElement<OrientableSurfaceType> JAXBElement<TriangulatedSurfaceType> JAXBElement<AbstractSurfaceType> JAXBElement<TexturedSurfaceType> JAXBElement<PolyhedralSurfaceType>