org.citygml4j.jaxb.gml._3_1_1
Class AbstractTopoPrimitiveType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.AbstractTopologyType
          extended by org.citygml4j.jaxb.gml._3_1_1.AbstractTopoPrimitiveType
Direct Known Subclasses:
EdgeType, FaceType, NodeType, TopoSolidType

public abstract class AbstractTopoPrimitiveType
extends AbstractTopologyType

Java class for AbstractTopoPrimitiveType complex type.

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

 <complexType name="AbstractTopoPrimitiveType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractTopologyType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}isolated" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/gml}container" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
AbstractTopoPrimitiveType()
           
 
Method Summary
 ContainerPropertyType getContainer()
          Gets the value of the container property.
 java.util.List<IsolatedPropertyType> getIsolated()
          Gets the value of the isolated property.
 boolean isSetContainer()
           
 boolean isSetIsolated()
           
 void setContainer(ContainerPropertyType value)
          Sets the value of the container property.
 void setIsolated(java.util.List<IsolatedPropertyType> isolated)
          Sets the value of the isolated property.
 void unsetIsolated()
           
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTopoPrimitiveType

public AbstractTopoPrimitiveType()
Method Detail

getIsolated

public java.util.List<IsolatedPropertyType> getIsolated()
Gets the value of the isolated 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 isolated property.

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

    getIsolated().add(newItem);
 

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


isSetIsolated

public boolean isSetIsolated()

unsetIsolated

public void unsetIsolated()

getContainer

public ContainerPropertyType getContainer()
Gets the value of the container property.

Returns:
possible object is ContainerPropertyType

setContainer

public void setContainer(ContainerPropertyType value)
Sets the value of the container property.

Parameters:
value - allowed object is ContainerPropertyType

isSetContainer

public boolean isSetContainer()

setIsolated

public void setIsolated(java.util.List<IsolatedPropertyType> isolated)
Sets the value of the isolated property.

Parameters:
isolated - allowed object is IsolatedPropertyType