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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return TimeCalendarEraType
 TimeCalendarEraType ObjectFactory.createTimeCalendarEraType()
          Create an instance of TimeCalendarEraType
 TimeCalendarEraType TimeCalendarEraPropertyType.getTimeCalendarEra()
          Gets the value of the timeCalendarEra property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type TimeCalendarEraType
 javax.xml.bind.JAXBElement<TimeCalendarEraType> ObjectFactory.createTimeCalendarEra(TimeCalendarEraType value)
          Create an instance of JAXBElement<TimeCalendarEraType>}
 void TimeCalendarEraPropertyType.setTimeCalendarEra(TimeCalendarEraType value)
          Sets the value of the timeCalendarEra property.