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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return TimeInstantType
 TimeInstantType ObjectFactory.createTimeInstantType()
          Create an instance of TimeInstantType
 TimeInstantType TimeInstantPropertyType.getTimeInstant()
          Gets the value of the timeInstant property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type TimeInstantType
 javax.xml.bind.JAXBElement<TimeInstantType> ObjectFactory.createTimeInstant(TimeInstantType value)
          Create an instance of JAXBElement<TimeInstantType>}
 void TimeInstantPropertyType.setTimeInstant(TimeInstantType value)
          Sets the value of the timeInstant property.