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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return TimeEdgePropertyType
 TimeEdgePropertyType ObjectFactory.createTimeEdgePropertyType()
          Create an instance of TimeEdgePropertyType
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type TimeEdgePropertyType
 java.util.List<TimeEdgePropertyType> TimeNodeType.getNextEdge()
          Gets the value of the nextEdge property.
 java.util.List<TimeEdgePropertyType> TimeNodeType.getPreviousEdge()
          Gets the value of the previousEdge property.
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type TimeEdgePropertyType
 void TimeNodeType.setNextEdge(java.util.List<TimeEdgePropertyType> nextEdge)
          Sets the value of the nextEdge property.
 void TimeNodeType.setPreviousEdge(java.util.List<TimeEdgePropertyType> previousEdge)
          Sets the value of the previousEdge property.