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

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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type RelatedTimeType
 java.util.List<RelatedTimeType> TimeOrdinalEraType.getRelatedTime()
          Gets the value of the relatedTime property.
 java.util.List<RelatedTimeType> AbstractTimePrimitiveType.getRelatedTime()
          Gets the value of the relatedTime property.
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type RelatedTimeType
 void TimeOrdinalEraType.setRelatedTime(java.util.List<RelatedTimeType> relatedTime)
          Sets the value of the relatedTime property.
 void AbstractTimePrimitiveType.setRelatedTime(java.util.List<RelatedTimeType> relatedTime)
          Sets the value of the relatedTime property.