Class Generics100Marshaller


  • public class Generics100Marshaller
    extends java.lang.Object
    • Constructor Detail

    • Method Detail

      • marshalJAXBElement

        public javax.xml.bind.JAXBElement<?> marshalJAXBElement​(ModelObject src)
      • marshal

        public java.lang.Object marshal​(ModelObject src)
      • marshalAbstractGenericAttribute

        public void marshalAbstractGenericAttribute​(AbstractGenericAttribute src,
                                                    net.opengis.citygml.generics._1.AbstractGenericAttributeType dest)
      • marshalGenericCityObject

        public void marshalGenericCityObject​(GenericCityObject src,
                                             net.opengis.citygml.generics._1.GenericCityObjectType dest)
      • marshalGenericCityObject

        public net.opengis.citygml.generics._1.GenericCityObjectType marshalGenericCityObject​(GenericCityObject src)
      • marshalDateAttribute

        public void marshalDateAttribute​(DateAttribute src,
                                         net.opengis.citygml.generics._1.DateAttributeType dest)
      • marshalDateAttribute

        public net.opengis.citygml.generics._1.DateAttributeType marshalDateAttribute​(DateAttribute src)
      • marshalDoubleAttribute

        public void marshalDoubleAttribute​(DoubleAttribute src,
                                           net.opengis.citygml.generics._1.DoubleAttributeType dest)
      • marshalDoubleAttribute

        public net.opengis.citygml.generics._1.DoubleAttributeType marshalDoubleAttribute​(DoubleAttribute src)
      • marshalIntAttribute

        public void marshalIntAttribute​(IntAttribute src,
                                        net.opengis.citygml.generics._1.IntAttributeType dest)
      • marshalIntAttribute

        public net.opengis.citygml.generics._1.IntAttributeType marshalIntAttribute​(IntAttribute src)
      • marshalStringAttribute

        public void marshalStringAttribute​(StringAttribute src,
                                           net.opengis.citygml.generics._1.StringAttributeType dest)
      • marshalStringAttribute

        public net.opengis.citygml.generics._1.StringAttributeType marshalStringAttribute​(StringAttribute src)
      • marshalUriAttribute

        public void marshalUriAttribute​(UriAttribute src,
                                        net.opengis.citygml.generics._1.UriAttributeType dest)
      • marshalUriAttribute

        public net.opengis.citygml.generics._1.UriAttributeType marshalUriAttribute​(UriAttribute src)
      • marshalMeasureAttribute

        public void marshalMeasureAttribute​(MeasureAttribute src,
                                            net.opengis.citygml.generics._1.DoubleAttributeType dest)
      • marshalMeasureAttribute

        public net.opengis.citygml.generics._1.DoubleAttributeType marshalMeasureAttribute​(MeasureAttribute src)
      • marshalGenericAttributeSet

        public java.util.List<net.opengis.citygml.generics._1.AbstractGenericAttributeType> marshalGenericAttributeSet​(GenericAttributeSet src)
      • marshalGenericAttributeSetElement

        public java.util.List<javax.xml.bind.JAXBElement<? extends net.opengis.citygml.generics._1.AbstractGenericAttributeType>> marshalGenericAttributeSetElement​(GenericAttributeSet src)