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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return TimeNodePropertyType
 TimeNodePropertyType ObjectFactory.createTimeNodePropertyType()
          Create an instance of TimeNodePropertyType
 TimeNodePropertyType TimeOrdinalEraType.getEnd()
          Gets the value of the end property.
 TimeNodePropertyType TimeEdgeType.getEnd()
          Gets the value of the end property.
 TimeNodePropertyType TimeOrdinalEraType.getStart()
          Gets the value of the start property.
 TimeNodePropertyType TimeEdgeType.getStart()
          Gets the value of the start property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type TimeNodePropertyType
 void TimeOrdinalEraType.setEnd(TimeNodePropertyType value)
          Sets the value of the end property.
 void TimeEdgeType.setEnd(TimeNodePropertyType value)
          Sets the value of the end property.
 void TimeOrdinalEraType.setStart(TimeNodePropertyType value)
          Sets the value of the start property.
 void TimeEdgeType.setStart(TimeNodePropertyType value)
          Sets the value of the start property.