org.citygml4j.jaxb.gml._3_1_1
Class TopoPrimitiveArrayAssociationType

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

public class TopoPrimitiveArrayAssociationType
extends java.lang.Object

This type supports embedding an array of topological primitives in a TopoComplex

Java-Klasse für TopoPrimitiveArrayAssociationType complex type.

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

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


Constructor Summary
TopoPrimitiveArrayAssociationType()
           
 
Method Summary
 java.util.List<javax.xml.bind.JAXBElement<? extends AbstractTopoPrimitiveType>> get_TopoPrimitive()
          Gets the value of the topoPrimitive property.
 boolean isSet_TopoPrimitive()
           
 void set_TopoPrimitive(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractTopoPrimitiveType>> topoPrimitive)
          Sets the value of the _TopoPrimitive property.
 void unset_TopoPrimitive()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopoPrimitiveArrayAssociationType

public TopoPrimitiveArrayAssociationType()
Method Detail

get_TopoPrimitive

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

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

    get_TopoPrimitive().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<NodeType> JAXBElement<FaceType> JAXBElement<EdgeType> JAXBElement<TopoSolidType> JAXBElement<AbstractTopoPrimitiveType>


isSet_TopoPrimitive

public boolean isSet_TopoPrimitive()

unset_TopoPrimitive

public void unset_TopoPrimitive()

set_TopoPrimitive

public void set_TopoPrimitive(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractTopoPrimitiveType>> topoPrimitive)
Sets the value of the _TopoPrimitive property.

Parameters:
topoPrimitive - allowed object is JAXBElement<NodeType> JAXBElement<FaceType> JAXBElement<EdgeType> JAXBElement<TopoSolidType> JAXBElement<AbstractTopoPrimitiveType>