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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return TimeNodeType
 TimeNodeType ObjectFactory.createTimeNodeType()
          Create an instance of TimeNodeType
 TimeNodeType TimeNodePropertyType.getTimeNode()
          Gets the value of the timeNode property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type TimeNodeType
 javax.xml.bind.JAXBElement<TimeNodeType> ObjectFactory.createTimeNode(TimeNodeType value)
          Create an instance of JAXBElement<TimeNodeType>}
 void TimeNodePropertyType.setTimeNode(TimeNodeType value)
          Sets the value of the timeNode property.