Class CityObjectRelationPropertyAdapter

  • All Implemented Interfaces:
    org.xmlobjects.builder.ObjectBuilder<org.citygml4j.core.model.core.CityObjectRelationProperty>, org.xmlobjects.serializer.ObjectSerializer<org.citygml4j.core.model.core.CityObjectRelationProperty>

    public class CityObjectRelationPropertyAdapter
    extends org.xmlobjects.gml.adapter.base.AbstractInlinePropertyAdapter<org.citygml4j.core.model.core.CityObjectRelationProperty>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.citygml4j.core.model.core.CityObjectRelationProperty createObject​(javax.xml.namespace.QName name, java.lang.Object parent)  
      void initializeElement​(org.xmlobjects.xml.Element element, org.citygml4j.core.model.core.CityObjectRelationProperty object, org.xmlobjects.xml.Namespaces namespaces, org.xmlobjects.stream.XMLWriter writer)  
      void initializeObject​(org.citygml4j.core.model.core.CityObjectRelationProperty object, javax.xml.namespace.QName name, org.xmlobjects.xml.Attributes attributes, org.xmlobjects.stream.XMLReader reader)  
      • Methods inherited from class org.xmlobjects.gml.adapter.base.AbstractInlinePropertyAdapter

        buildChildObject, writeChildElements
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.xmlobjects.serializer.ObjectSerializer

        createElement
    • Constructor Detail

      • CityObjectRelationPropertyAdapter

        public CityObjectRelationPropertyAdapter()
    • Method Detail

      • createObject

        public org.citygml4j.core.model.core.CityObjectRelationProperty createObject​(javax.xml.namespace.QName name,
                                                                                     java.lang.Object parent)
                                                                              throws org.xmlobjects.builder.ObjectBuildException
        Throws:
        org.xmlobjects.builder.ObjectBuildException
      • initializeObject

        public void initializeObject​(org.citygml4j.core.model.core.CityObjectRelationProperty object,
                                     javax.xml.namespace.QName name,
                                     org.xmlobjects.xml.Attributes attributes,
                                     org.xmlobjects.stream.XMLReader reader)
                              throws org.xmlobjects.builder.ObjectBuildException,
                                     org.xmlobjects.stream.XMLReadException
        Throws:
        org.xmlobjects.builder.ObjectBuildException
        org.xmlobjects.stream.XMLReadException
      • initializeElement

        public void initializeElement​(org.xmlobjects.xml.Element element,
                                      org.citygml4j.core.model.core.CityObjectRelationProperty object,
                                      org.xmlobjects.xml.Namespaces namespaces,
                                      org.xmlobjects.stream.XMLWriter writer)
                               throws org.xmlobjects.serializer.ObjectSerializeException,
                                      org.xmlobjects.stream.XMLWriteException
        Throws:
        org.xmlobjects.serializer.ObjectSerializeException
        org.xmlobjects.stream.XMLWriteException