Uses of Class
org.citygml4j.jaxb.citygml.grp._1.CityObjectGroupParentType

Packages that use CityObjectGroupParentType
org.citygml4j.builder.jaxb.marshal.citygml.cityobjectgroup   
org.citygml4j.builder.jaxb.unmarshal.citygml.cityobjectgroup   
org.citygml4j.jaxb.citygml.grp._1   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.cityobjectgroup that return CityObjectGroupParentType
 CityObjectGroupParentType CityObjectGroup100Marshaller.marshalCityObjectGroupParent(CityObjectGroupParent src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.cityobjectgroup with parameters of type CityObjectGroupParentType
 CityObjectGroupParent CityObjectGroup100Unmarshaller.unmarshalCityObjectGroupParent(CityObjectGroupParentType src)
           
 

Uses of CityObjectGroupParentType in org.citygml4j.jaxb.citygml.grp._1
 

Methods in org.citygml4j.jaxb.citygml.grp._1 that return CityObjectGroupParentType
 CityObjectGroupParentType ObjectFactory.createCityObjectGroupParentType()
          Create an instance of CityObjectGroupParentType
 CityObjectGroupParentType CityObjectGroupType.getParent()
          Gets the value of the parent property.
 

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