Uses of Class
org.citygml4j.jaxb.citygml._0_4.CityObjectGroupMemberType

Packages that use CityObjectGroupMemberType
org.citygml4j.builder.jaxb.marshal.citygml.cityobjectgroup   
org.citygml4j.builder.jaxb.unmarshal.citygml.cityobjectgroup   
org.citygml4j.jaxb.citygml._0_4   
 

Uses of CityObjectGroupMemberType in org.citygml4j.builder.jaxb.marshal.citygml.cityobjectgroup
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.cityobjectgroup that return CityObjectGroupMemberType
 CityObjectGroupMemberType CityObjectGroup040Marshaller.marshalCityObjectGroupMember(CityObjectGroupMember src)
           
 CityObjectGroupMemberType CityObjectGroup040Marshaller.marshalCityObjectGroupParent(CityObjectGroupParent src)
           
 

Uses of CityObjectGroupMemberType in org.citygml4j.builder.jaxb.unmarshal.citygml.cityobjectgroup
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.cityobjectgroup with parameters of type CityObjectGroupMemberType
 CityObjectGroupMember CityObjectGroup040Unmarshaller.unmarshalCityObjectGroupMember(CityObjectGroupMemberType src)
           
 CityObjectGroupParent CityObjectGroup040Unmarshaller.unmarshalCityObjectGroupParent(CityObjectGroupMemberType src)
           
 

Uses of CityObjectGroupMemberType in org.citygml4j.jaxb.citygml._0_4
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return CityObjectGroupMemberType
 CityObjectGroupMemberType ObjectFactory.createCityObjectGroupMemberType()
          Create an instance of CityObjectGroupMemberType
 CityObjectGroupMemberType CityObjectGroupType.getParent()
          Gets the value of the parent property.
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return types with arguments of type CityObjectGroupMemberType
 java.util.List<CityObjectGroupMemberType> CityObjectGroupType.getGroupMember()
          Gets the value of the groupMember property.
 

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type CityObjectGroupMemberType
 void CityObjectGroupType.setParent(CityObjectGroupMemberType value)
          Sets the value of the parent property.
 

Method parameters in org.citygml4j.jaxb.citygml._0_4 with type arguments of type CityObjectGroupMemberType
 void CityObjectGroupType.setGroupMember(java.util.List<CityObjectGroupMemberType> groupMember)
          Sets the value of the groupMember property.