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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return TimeEdgeType
 TimeEdgeType ObjectFactory.createTimeEdgeType()
          Create an instance of TimeEdgeType
 TimeEdgeType TimeEdgePropertyType.getTimeEdge()
          Gets the value of the timeEdge property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type TimeEdgeType
 javax.xml.bind.JAXBElement<TimeEdgeType> ObjectFactory.createTimeEdge(TimeEdgeType value)
          Create an instance of JAXBElement<TimeEdgeType>}
 void TimeEdgePropertyType.setTimeEdge(TimeEdgeType value)
          Sets the value of the timeEdge property.