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

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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type TimeOrdinalEraPropertyType
 java.util.List<TimeOrdinalEraPropertyType> TimeOrdinalReferenceSystemType.getComponent()
          Gets the value of the component property.
 java.util.List<TimeOrdinalEraPropertyType> TimeOrdinalEraType.getMember()
          Gets the value of the member property.
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type TimeOrdinalEraPropertyType
 void TimeOrdinalReferenceSystemType.setComponent(java.util.List<TimeOrdinalEraPropertyType> component)
          Sets the value of the component property.
 void TimeOrdinalEraType.setMember(java.util.List<TimeOrdinalEraPropertyType> member)
          Sets the value of the member property.