Class TimeValuePairAdapter

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

    @XMLElement(name="TimeValuePair",
                namespaceURI="http://www.opengis.net/citygml/dynamizer/3.0")
    public class TimeValuePairAdapter
    extends java.lang.Object
    implements org.xmlobjects.builder.ObjectBuilder<org.citygml4j.core.model.dynamizer.TimeValuePair>, org.xmlobjects.serializer.ObjectSerializer<org.citygml4j.core.model.dynamizer.TimeValuePair>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void buildChildObject​(org.citygml4j.core.model.dynamizer.TimeValuePair 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.dynamizer.TimeValuePair object, org.xmlobjects.xml.Namespaces namespaces)  
      org.citygml4j.core.model.dynamizer.TimeValuePair createObject​(javax.xml.namespace.QName name, java.lang.Object parent)  
      void writeChildElements​(org.citygml4j.core.model.dynamizer.TimeValuePair 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
      • Methods inherited from interface org.xmlobjects.builder.ObjectBuilder

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

        initializeElement
    • Constructor Detail

      • TimeValuePairAdapter

        public TimeValuePairAdapter()
    • Method Detail

      • createObject

        public org.citygml4j.core.model.dynamizer.TimeValuePair createObject​(javax.xml.namespace.QName name,
                                                                             java.lang.Object parent)
                                                                      throws org.xmlobjects.builder.ObjectBuildException
        Specified by:
        createObject in interface org.xmlobjects.builder.ObjectBuilder<org.citygml4j.core.model.dynamizer.TimeValuePair>
        Throws:
        org.xmlobjects.builder.ObjectBuildException
      • buildChildObject

        public void buildChildObject​(org.citygml4j.core.model.dynamizer.TimeValuePair 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.dynamizer.TimeValuePair>
        Throws:
        org.xmlobjects.builder.ObjectBuildException
        org.xmlobjects.stream.XMLReadException
      • createElement

        public org.xmlobjects.xml.Element createElement​(org.citygml4j.core.model.dynamizer.TimeValuePair object,
                                                        org.xmlobjects.xml.Namespaces namespaces)
                                                 throws org.xmlobjects.serializer.ObjectSerializeException
        Specified by:
        createElement in interface org.xmlobjects.serializer.ObjectSerializer<org.citygml4j.core.model.dynamizer.TimeValuePair>
        Throws:
        org.xmlobjects.serializer.ObjectSerializeException
      • writeChildElements

        public void writeChildElements​(org.citygml4j.core.model.dynamizer.TimeValuePair 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.dynamizer.TimeValuePair>
        Throws:
        org.xmlobjects.serializer.ObjectSerializeException
        org.xmlobjects.stream.XMLWriteException