org.citygml4j.builder.jaxb.unmarshal.citygml.cityfurniture
Class CityFurniture040Unmarshaller

java.lang.Object
  extended by org.citygml4j.builder.jaxb.unmarshal.citygml.cityfurniture.CityFurniture040Unmarshaller

public class CityFurniture040Unmarshaller
extends java.lang.Object


Constructor Summary
CityFurniture040Unmarshaller(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)
           
 CityFurniture unmarshalCityFurniture(CityFurnitureType src)
           
 void unmarshalCityFurniture(CityFurnitureType src, CityFurniture dest)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CityFurniture040Unmarshaller

public CityFurniture040Unmarshaller(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

unmarshalCityFurniture

public void unmarshalCityFurniture(CityFurnitureType src,
                                   CityFurniture dest)
                            throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalCityFurniture

public CityFurniture unmarshalCityFurniture(CityFurnitureType src)
                                     throws MissingADESchemaException
Throws:
MissingADESchemaException

assignGenericProperty

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