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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return TimeCalendarType
 TimeCalendarType ObjectFactory.createTimeCalendarType()
          Create an instance of TimeCalendarType
 TimeCalendarType TimeCalendarPropertyType.getTimeCalendar()
          Gets the value of the timeCalendar property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type TimeCalendarType
 javax.xml.bind.JAXBElement<TimeCalendarType> ObjectFactory.createTimeCalendar(TimeCalendarType value)
          Create an instance of JAXBElement<TimeCalendarType>}
 void TimeCalendarPropertyType.setTimeCalendar(TimeCalendarType value)
          Sets the value of the timeCalendar property.