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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return DefinitionProxyType
 DefinitionProxyType ObjectFactory.createDefinitionProxyType()
          Create an instance of DefinitionProxyType
 DefinitionProxyType IndirectEntryType.getDefinitionProxy()
          Gets the value of the definitionProxy property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type DefinitionProxyType
 javax.xml.bind.JAXBElement<DefinitionProxyType> ObjectFactory.createDefinitionProxy(DefinitionProxyType value)
          Create an instance of JAXBElement<DefinitionProxyType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type DefinitionProxyType
 javax.xml.bind.JAXBElement<DefinitionProxyType> ObjectFactory.createDefinitionProxy(DefinitionProxyType value)
          Create an instance of JAXBElement<DefinitionProxyType>}
 void IndirectEntryType.setDefinitionProxy(DefinitionProxyType value)
          Sets the value of the definitionProxy property.