org.citygml4j.jaxb.gml._3_1_1
Class AbstractStyleType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.AbstractStyleType
Direct Known Subclasses:
StyleType

public abstract class AbstractStyleType
extends AbstractGMLType

[complexType of] The value of the top-level property. It is an abstract element. Used as the head element of the substitution group for extensibility purposes.

Java-Klasse für AbstractStyleType complex type.

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

 <complexType name="AbstractStyleType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractGMLType">
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
AbstractStyleType()
           
 
Method Summary
 
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

AbstractStyleType

public AbstractStyleType()