org.citygml4j.jaxb.gml._3_1_1
Class SolidArrayPropertyType

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

public class SolidArrayPropertyType
extends java.lang.Object

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

Java-Klasse für SolidArrayPropertyType complex type.

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

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


Constructor Summary
SolidArrayPropertyType()
           
 
Method Summary
 java.util.List<javax.xml.bind.JAXBElement<? extends AbstractSolidType>> get_Solid()
          Gets the value of the solid property.
 boolean isSet_Solid()
           
 void set_Solid(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractSolidType>> solid)
          Sets the value of the _Solid property.
 void unset_Solid()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolidArrayPropertyType

public SolidArrayPropertyType()
Method Detail

get_Solid

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

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

    get_Solid().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<CompositeSolidType> JAXBElement<SolidType> JAXBElement<AbstractSolidType>


isSet_Solid

public boolean isSet_Solid()

unset_Solid

public void unset_Solid()

set_Solid

public void set_Solid(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractSolidType>> solid)
Sets the value of the _Solid property.

Parameters:
solid - allowed object is JAXBElement<CompositeSolidType> JAXBElement<SolidType> JAXBElement<AbstractSolidType>