Class GroupMemberAdapter

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

    public class GroupMemberAdapter
    extends org.xmlobjects.gml.adapter.feature.AbstractFeatureMemberAdapter<org.citygml4j.core.model.deprecated.cityobjectgroup.GroupMember>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.citygml4j.core.model.deprecated.cityobjectgroup.GroupMember createObject​(javax.xml.namespace.QName name, java.lang.Object parent)  
      void initializeElement​(org.xmlobjects.xml.Element element, org.citygml4j.core.model.deprecated.cityobjectgroup.GroupMember object, org.xmlobjects.xml.Namespaces namespaces, org.xmlobjects.stream.XMLWriter writer)  
      void initializeObject​(org.citygml4j.core.model.deprecated.cityobjectgroup.GroupMember 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

      • GroupMemberAdapter

        public GroupMemberAdapter()
    • Method Detail

      • createObject

        public org.citygml4j.core.model.deprecated.cityobjectgroup.GroupMember 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.deprecated.cityobjectgroup.GroupMember 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.deprecated.cityobjectgroup.GroupMember 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