Uses of Class
org.citygml4j.jaxb.gml._3_1_1.AbstractStyleType

Packages that use AbstractStyleType
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of AbstractStyleType in org.citygml4j.jaxb.gml._3_1_1
 

Subclasses of AbstractStyleType in org.citygml4j.jaxb.gml._3_1_1
 class StyleType
          [complexType of] Predefined concrete value of the top-level property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type AbstractStyleType
 javax.xml.bind.JAXBElement<AbstractStyleType> ObjectFactory.create_Style(AbstractStyleType value)
          Create an instance of JAXBElement<AbstractStyleType>}
 javax.xml.bind.JAXBElement<? extends AbstractStyleType> DefaultStylePropertyType.get_Style()
          Gets the value of the _Style property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type AbstractStyleType
 javax.xml.bind.JAXBElement<AbstractStyleType> ObjectFactory.create_Style(AbstractStyleType value)
          Create an instance of JAXBElement<AbstractStyleType>}
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type AbstractStyleType
 void DefaultStylePropertyType.set_Style(javax.xml.bind.JAXBElement<? extends AbstractStyleType> value)
          Sets the value of the _Style property.