org.citygml4j.builder.jaxb.unmarshal.citygml.cityobjectgroup
Class CityObjectGroup040Unmarshaller

java.lang.Object
  extended by org.citygml4j.builder.jaxb.unmarshal.citygml.cityobjectgroup.CityObjectGroup040Unmarshaller

public class CityObjectGroup040Unmarshaller
extends java.lang.Object


Constructor Summary
CityObjectGroup040Unmarshaller(CityGMLUnmarshaller citygml)
           
 
Method Summary
 boolean assignGenericProperty(ADEComponent genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)
           
 CityGML unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML unmarshal(java.lang.Object src)
           
 CityObjectGroup unmarshalCityObjectGroup(CityObjectGroupType src)
           
 void unmarshalCityObjectGroup(CityObjectGroupType src, CityObjectGroup dest)
           
 CityObjectGroupMember unmarshalCityObjectGroupMember(CityObjectGroupMemberType src)
           
 CityObjectGroupParent unmarshalCityObjectGroupParent(CityObjectGroupMemberType src)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CityObjectGroup040Unmarshaller

public CityObjectGroup040Unmarshaller(CityGMLUnmarshaller citygml)
Method Detail

unmarshal

public CityGML unmarshal(javax.xml.bind.JAXBElement<?> src)
                  throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshal

public CityGML unmarshal(java.lang.Object src)
                  throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalCityObjectGroup

public void unmarshalCityObjectGroup(CityObjectGroupType src,
                                     CityObjectGroup dest)
                              throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalCityObjectGroup

public CityObjectGroup unmarshalCityObjectGroup(CityObjectGroupType src)
                                         throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalCityObjectGroupMember

public CityObjectGroupMember unmarshalCityObjectGroupMember(CityObjectGroupMemberType src)
                                                     throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalCityObjectGroupParent

public CityObjectGroupParent unmarshalCityObjectGroupParent(CityObjectGroupMemberType src)
                                                     throws MissingADESchemaException
Throws:
MissingADESchemaException

assignGenericProperty

public boolean assignGenericProperty(ADEComponent genericProperty,
                                     javax.xml.namespace.QName substitutionGroup,
                                     CityGML dest)