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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return TimeClockType
 TimeClockType ObjectFactory.createTimeClockType()
          Create an instance of TimeClockType
 TimeClockType TimeClockPropertyType.getTimeClock()
          Ruft den Wert der timeClock-Eigenschaft ab.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type TimeClockType
 javax.xml.bind.JAXBElement<TimeClockType> ObjectFactory.createTimeClock(TimeClockType value)
          Create an instance of JAXBElement<TimeClockType>}
 void TimeClockPropertyType.setTimeClock(TimeClockType value)
          Legt den Wert der timeClock-Eigenschaft fest.