Class IntAttributeAdapter

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

    @XMLElement(name="IntAttribute",namespaceURI="http://www.opengis.net/citygml/generics/3.0") @XMLElement(name="intAttribute",namespaceURI="http://www.opengis.net/citygml/generics/2.0") @XMLElement(name="intAttribute",namespaceURI="http://www.opengis.net/citygml/generics/1.0")
    public class IntAttributeAdapter
    extends AbstractGenericAttributeAdapter<org.citygml4j.core.model.generics.IntAttribute>
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IntAttributeAdapter

        public IntAttributeAdapter()
    • Method Detail

      • createObject

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

        public void buildChildObject​(org.citygml4j.core.model.generics.IntAttribute 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:
        buildChildObject in interface org.xmlobjects.builder.ObjectBuilder<org.citygml4j.core.model.generics.IntAttribute>
        Overrides:
        buildChildObject in class AbstractGenericAttributeAdapter<org.citygml4j.core.model.generics.IntAttribute>
        Throws:
        org.xmlobjects.builder.ObjectBuildException
        org.xmlobjects.stream.XMLReadException
      • createElement

        public org.xmlobjects.xml.Element createElement​(org.citygml4j.core.model.generics.IntAttribute object,
                                                        org.xmlobjects.xml.Namespaces namespaces)
                                                 throws org.xmlobjects.serializer.ObjectSerializeException
        Throws:
        org.xmlobjects.serializer.ObjectSerializeException
      • writeChildElements

        public void writeChildElements​(org.citygml4j.core.model.generics.IntAttribute object,
                                       org.xmlobjects.xml.Namespaces namespaces,
                                       org.xmlobjects.stream.XMLWriter writer)
                                throws org.xmlobjects.serializer.ObjectSerializeException,
                                       org.xmlobjects.stream.XMLWriteException
        Specified by:
        writeChildElements in interface org.xmlobjects.serializer.ObjectSerializer<org.citygml4j.core.model.generics.IntAttribute>
        Overrides:
        writeChildElements in class AbstractGenericAttributeAdapter<org.citygml4j.core.model.generics.IntAttribute>
        Throws:
        org.xmlobjects.serializer.ObjectSerializeException
        org.xmlobjects.stream.XMLWriteException