Class TextureAssociationReferenceAdapter

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

    public class TextureAssociationReferenceAdapter
    extends org.xmlobjects.gml.adapter.base.AbstractReferenceAdapter<org.citygml4j.core.model.deprecated.appearance.TextureAssociationReference>
    • Method Summary

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

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

        buildChildObject
      • Methods inherited from interface org.xmlobjects.serializer.ObjectSerializer

        createElement, writeChildElements
    • Constructor Detail

      • TextureAssociationReferenceAdapter

        public TextureAssociationReferenceAdapter()
    • Method Detail

      • createObject

        public org.citygml4j.core.model.deprecated.appearance.TextureAssociationReference 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.appearance.TextureAssociationReference 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
        Specified by:
        initializeObject in interface org.xmlobjects.builder.ObjectBuilder<org.citygml4j.core.model.deprecated.appearance.TextureAssociationReference>
        Overrides:
        initializeObject in class org.xmlobjects.gml.adapter.base.AbstractReferenceAdapter<org.citygml4j.core.model.deprecated.appearance.TextureAssociationReference>
        Throws:
        org.xmlobjects.builder.ObjectBuildException
        org.xmlobjects.stream.XMLReadException
      • initializeElement

        public void initializeElement​(org.xmlobjects.xml.Element element,
                                      org.citygml4j.core.model.deprecated.appearance.TextureAssociationReference object,
                                      org.xmlobjects.xml.Namespaces namespaces,
                                      org.xmlobjects.stream.XMLWriter writer)
                               throws org.xmlobjects.serializer.ObjectSerializeException,
                                      org.xmlobjects.stream.XMLWriteException
        Specified by:
        initializeElement in interface org.xmlobjects.serializer.ObjectSerializer<org.citygml4j.core.model.deprecated.appearance.TextureAssociationReference>
        Overrides:
        initializeElement in class org.xmlobjects.gml.adapter.base.AbstractReferenceAdapter<org.citygml4j.core.model.deprecated.appearance.TextureAssociationReference>
        Throws:
        org.xmlobjects.serializer.ObjectSerializeException
        org.xmlobjects.stream.XMLWriteException