Class SurfaceArrayPropertyType

java.lang.Object
nl.b3p.topnl.top10nl.SurfaceArrayPropertyType

public class SurfaceArrayPropertyType extends Object
gml:SurfaceArrayPropertyType is a container for an array of surfaces. The elements are always contained in the array property, referencing geometry elements or arrays of geometry elements via XLinks 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 maxOccurs="unbounded" minOccurs="0">
         <element ref="{http://www.opengis.net/gml/3.2}AbstractSurface"/>
       </sequence>
       <attGroup ref="{http://www.opengis.net/gml/3.2}OwnershipAttributeGroup"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SurfaceArrayPropertyType

      public SurfaceArrayPropertyType()
  • Method Details

    • getAbstractSurface

      public List<AbstractSurfaceType> getAbstractSurface()
      Gets the value of the abstractSurface 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 abstractSurface property.

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

          getAbstractSurface().add(newItem);
       

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

    • isOwns

      public boolean isOwns()
      Gets the value of the owns property.
      Returns:
      possible object is Boolean
    • setOwns

      public void setOwns(Boolean value)
      Sets the value of the owns property.
      Parameters:
      value - allowed object is Boolean