Package org.citydb.ade.bind
Class CityDBADEMarshaller
- java.lang.Object
-
- org.citydb.ade.bind.CityDBADEMarshaller
-
- All Implemented Interfaces:
org.citygml4j.model.citygml.ade.binding.ADEMarshaller
public class CityDBADEMarshaller extends java.lang.Object implements org.citygml4j.model.citygml.ade.binding.ADEMarshaller
-
-
Constructor Summary
Constructors Constructor Description CityDBADEMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
marshal(org.citygml4j.model.citygml.ade.binding.ADEModelObject src)
javax.xml.bind.JAXBElement<?>
marshalJAXBElement(org.citygml4j.model.citygml.ade.binding.ADEModelObject src)
void
setADEMarshallerHelper(org.citygml4j.builder.jaxb.marshal.citygml.ade.ADEMarshallerHelper helper)
-
-
-
Method Detail
-
setADEMarshallerHelper
public void setADEMarshallerHelper(org.citygml4j.builder.jaxb.marshal.citygml.ade.ADEMarshallerHelper helper)
- Specified by:
setADEMarshallerHelper
in interfaceorg.citygml4j.model.citygml.ade.binding.ADEMarshaller
-
marshalJAXBElement
public javax.xml.bind.JAXBElement<?> marshalJAXBElement(org.citygml4j.model.citygml.ade.binding.ADEModelObject src)
- Specified by:
marshalJAXBElement
in interfaceorg.citygml4j.model.citygml.ade.binding.ADEMarshaller
-
marshal
public java.lang.Object marshal(org.citygml4j.model.citygml.ade.binding.ADEModelObject src)
- Specified by:
marshal
in interfaceorg.citygml4j.model.citygml.ade.binding.ADEMarshaller
-
-