org.citygml4j.builder.jaxb.marshal.citygml.generics
Class Generics200Marshaller
java.lang.Object
org.citygml4j.builder.jaxb.marshal.citygml.generics.Generics200Marshaller
public class Generics200Marshaller
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Generics200Marshaller
public Generics200Marshaller(CityGMLMarshaller citygml)
marshalJAXBElement
public javax.xml.bind.JAXBElement<?> marshalJAXBElement(java.lang.Object src)
marshal
public java.lang.Object marshal(ModelObject src)
marshalAbstractGenericAttribute
public void marshalAbstractGenericAttribute(AbstractGenericAttribute src,
AbstractGenericAttributeType dest)
marshalGenericCityObject
public void marshalGenericCityObject(GenericCityObject src,
GenericCityObjectType dest)
marshalGenericCityObject
public GenericCityObjectType marshalGenericCityObject(GenericCityObject src)
marshalDateAttribute
public void marshalDateAttribute(DateAttribute src,
DateAttributeType dest)
marshalDateAttribute
public DateAttributeType marshalDateAttribute(DateAttribute src)
marshalDoubleAttribute
public void marshalDoubleAttribute(DoubleAttribute src,
DoubleAttributeType dest)
marshalDoubleAttribute
public DoubleAttributeType marshalDoubleAttribute(DoubleAttribute src)
marshalIntAttribute
public void marshalIntAttribute(IntAttribute src,
IntAttributeType dest)
marshalIntAttribute
public IntAttributeType marshalIntAttribute(IntAttribute src)
marshalStringAttribute
public void marshalStringAttribute(StringAttribute src,
StringAttributeType dest)
marshalStringAttribute
public StringAttributeType marshalStringAttribute(StringAttribute src)
marshalUriAttribute
public void marshalUriAttribute(UriAttribute src,
UriAttributeType dest)
marshalUriAttribute
public UriAttributeType marshalUriAttribute(UriAttribute src)
marshalMeasureAttribute
public void marshalMeasureAttribute(MeasureAttribute src,
MeasureAttributeType dest)
marshalMeasureAttribute
public MeasureAttributeType marshalMeasureAttribute(MeasureAttribute src)
marshalGenericAttributeSet
public GenericAttributeSetType marshalGenericAttributeSet(GenericAttributeSet src)