org.citygml4j.jaxb.gml._3_1_1
Class SurfacePatchArrayPropertyType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.SurfacePatchArrayPropertyType
Direct Known Subclasses:
PolygonPatchArrayPropertyType, TrianglePatchArrayPropertyType

public class SurfacePatchArrayPropertyType
extends java.lang.Object

A container for an array of surface patches.

Java-Klasse für SurfacePatchArrayPropertyType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

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


Constructor Summary
SurfacePatchArrayPropertyType()
           
 
Method Summary
 java.util.List<javax.xml.bind.JAXBElement<? extends AbstractSurfacePatchType>> get_SurfacePatch()
          Gets the value of the surfacePatch property.
 boolean isSet_SurfacePatch()
           
 void set_SurfacePatch(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractSurfacePatchType>> surfacePatch)
          Sets the value of the _SurfacePatch property.
 void unset_SurfacePatch()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SurfacePatchArrayPropertyType

public SurfacePatchArrayPropertyType()
Method Detail

get_SurfacePatch

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

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

    get_SurfacePatch().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<TriangleType> JAXBElement<AbstractGriddedSurfaceType> JAXBElement<PolygonPatchType> JAXBElement<RectangleType> JAXBElement<AbstractParametricCurveSurfaceType> JAXBElement<ConeType> JAXBElement<AbstractSurfacePatchType> JAXBElement<CylinderType> JAXBElement<SphereType>


isSet_SurfacePatch

public boolean isSet_SurfacePatch()

unset_SurfacePatch

public void unset_SurfacePatch()

set_SurfacePatch

public void set_SurfacePatch(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractSurfacePatchType>> surfacePatch)
Sets the value of the _SurfacePatch property.

Parameters:
surfacePatch - allowed object is JAXBElement<TriangleType> JAXBElement<AbstractGriddedSurfaceType> JAXBElement<PolygonPatchType> JAXBElement<RectangleType> JAXBElement<AbstractParametricCurveSurfaceType> JAXBElement<ConeType> JAXBElement<AbstractSurfacePatchType> JAXBElement<CylinderType> JAXBElement<SphereType>