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

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

public class CityFurniture100Unmarshaller
extends java.lang.Object


Constructor Summary
CityFurniture100Unmarshaller(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

CityFurniture100Unmarshaller

public CityFurniture100Unmarshaller(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)