- java.lang.Object
-
- org.citygml4j.xml.adapter.core.QualifiedAreaAdapter
-
- All Implemented Interfaces:
org.xmlobjects.builder.ObjectBuilder<org.citygml4j.core.model.core.QualifiedArea>,org.xmlobjects.serializer.ObjectSerializer<org.citygml4j.core.model.core.QualifiedArea>
@XMLElement(name="QualifiedArea", namespaceURI="http://www.opengis.net/citygml/3.0") public class QualifiedAreaAdapter extends java.lang.Object implements org.xmlobjects.builder.ObjectBuilder<org.citygml4j.core.model.core.QualifiedArea>, org.xmlobjects.serializer.ObjectSerializer<org.citygml4j.core.model.core.QualifiedArea>
-
-
Constructor Summary
Constructors Constructor Description QualifiedAreaAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuildChildObject(org.citygml4j.core.model.core.QualifiedArea object, javax.xml.namespace.QName name, org.xmlobjects.xml.Attributes attributes, org.xmlobjects.stream.XMLReader reader)org.xmlobjects.xml.ElementcreateElement(org.citygml4j.core.model.core.QualifiedArea object, org.xmlobjects.xml.Namespaces namespaces)org.citygml4j.core.model.core.QualifiedAreacreateObject(javax.xml.namespace.QName name, java.lang.Object parent)voidwriteChildElements(org.citygml4j.core.model.core.QualifiedArea object, org.xmlobjects.xml.Namespaces namespaces, org.xmlobjects.stream.XMLWriter writer)
-
-
-
Method Detail
-
createObject
public org.citygml4j.core.model.core.QualifiedArea createObject(javax.xml.namespace.QName name, java.lang.Object parent) throws org.xmlobjects.builder.ObjectBuildException- Specified by:
createObjectin interfaceorg.xmlobjects.builder.ObjectBuilder<org.citygml4j.core.model.core.QualifiedArea>- Throws:
org.xmlobjects.builder.ObjectBuildException
-
buildChildObject
public void buildChildObject(org.citygml4j.core.model.core.QualifiedArea 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:
buildChildObjectin interfaceorg.xmlobjects.builder.ObjectBuilder<org.citygml4j.core.model.core.QualifiedArea>- Throws:
org.xmlobjects.builder.ObjectBuildExceptionorg.xmlobjects.stream.XMLReadException
-
createElement
public org.xmlobjects.xml.Element createElement(org.citygml4j.core.model.core.QualifiedArea object, org.xmlobjects.xml.Namespaces namespaces) throws org.xmlobjects.serializer.ObjectSerializeException- Specified by:
createElementin interfaceorg.xmlobjects.serializer.ObjectSerializer<org.citygml4j.core.model.core.QualifiedArea>- Throws:
org.xmlobjects.serializer.ObjectSerializeException
-
writeChildElements
public void writeChildElements(org.citygml4j.core.model.core.QualifiedArea object, org.xmlobjects.xml.Namespaces namespaces, org.xmlobjects.stream.XMLWriter writer) throws org.xmlobjects.serializer.ObjectSerializeException, org.xmlobjects.stream.XMLWriteException- Specified by:
writeChildElementsin interfaceorg.xmlobjects.serializer.ObjectSerializer<org.citygml4j.core.model.core.QualifiedArea>- Throws:
org.xmlobjects.serializer.ObjectSerializeExceptionorg.xmlobjects.stream.XMLWriteException
-
-