org.citygml4j.builder.jaxb.unmarshal.citygml.generics
Class Generics040Unmarshaller

java.lang.Object
  extended by org.citygml4j.builder.jaxb.unmarshal.citygml.generics.Generics040Unmarshaller

public class Generics040Unmarshaller
extends java.lang.Object


Constructor Summary
Generics040Unmarshaller(CityGMLUnmarshaller citygml)
           
 
Method Summary
 CityGML unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML unmarshal(java.lang.Object src)
           
 DateAttribute unmarshalDateAttribute(DateAttributeType src)
           
 void unmarshalDateAttribute(DateAttributeType src, DateAttribute dest)
           
 DoubleAttribute unmarshalDoubleAttribute(DoubleAttributeType src)
           
 void unmarshalDoubleAttribute(DoubleAttributeType src, DoubleAttribute dest)
           
 void unmarshalGenericAttribute(_GenericAttributeType src, AbstractGenericAttribute dest)
           
 GenericCityObject unmarshalGenericCityObject(GenericCityObjectType src)
           
 void unmarshalGenericCityObject(GenericCityObjectType src, GenericCityObject dest)
           
 IntAttribute unmarshalIntAttribute(IntAttributeType src)
           
 void unmarshalIntAttribute(IntAttributeType src, IntAttribute dest)
           
 StringAttribute unmarshalStringAttribute(StringAttributeType src)
           
 void unmarshalStringAttribute(StringAttributeType src, StringAttribute dest)
           
 UriAttribute unmarshalUriAttribute(UriAttributeType src)
           
 void unmarshalUriAttribute(UriAttributeType src, UriAttribute dest)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Generics040Unmarshaller

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

unmarshalGenericAttribute

public void unmarshalGenericAttribute(_GenericAttributeType src,
                                      AbstractGenericAttribute dest)

unmarshalGenericCityObject

public void unmarshalGenericCityObject(GenericCityObjectType src,
                                       GenericCityObject dest)
                                throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalGenericCityObject

public GenericCityObject unmarshalGenericCityObject(GenericCityObjectType src)
                                             throws MissingADESchemaException
Throws:
MissingADESchemaException

unmarshalDateAttribute

public void unmarshalDateAttribute(DateAttributeType src,
                                   DateAttribute dest)

unmarshalDateAttribute

public DateAttribute unmarshalDateAttribute(DateAttributeType src)

unmarshalDoubleAttribute

public void unmarshalDoubleAttribute(DoubleAttributeType src,
                                     DoubleAttribute dest)

unmarshalDoubleAttribute

public DoubleAttribute unmarshalDoubleAttribute(DoubleAttributeType src)

unmarshalIntAttribute

public void unmarshalIntAttribute(IntAttributeType src,
                                  IntAttribute dest)

unmarshalIntAttribute

public IntAttribute unmarshalIntAttribute(IntAttributeType src)

unmarshalStringAttribute

public void unmarshalStringAttribute(StringAttributeType src,
                                     StringAttribute dest)

unmarshalStringAttribute

public StringAttribute unmarshalStringAttribute(StringAttributeType src)

unmarshalUriAttribute

public void unmarshalUriAttribute(UriAttributeType src,
                                  UriAttribute dest)

unmarshalUriAttribute

public UriAttribute unmarshalUriAttribute(UriAttributeType src)