Module org.citygml4j.xml
Package org.citygml4j.xml.adapter.core
Class CityObjectRelationPropertyAdapter
- java.lang.Object
-
- org.xmlobjects.gml.adapter.base.AbstractInlinePropertyAdapter<org.citygml4j.core.model.core.CityObjectRelationProperty>
-
- org.citygml4j.xml.adapter.core.CityObjectRelationPropertyAdapter
-
- All Implemented Interfaces:
org.xmlobjects.builder.ObjectBuilder<org.citygml4j.core.model.core.CityObjectRelationProperty>,org.xmlobjects.serializer.ObjectSerializer<org.citygml4j.core.model.core.CityObjectRelationProperty>
public class CityObjectRelationPropertyAdapter extends org.xmlobjects.gml.adapter.base.AbstractInlinePropertyAdapter<org.citygml4j.core.model.core.CityObjectRelationProperty>
-
-
Constructor Summary
Constructors Constructor Description CityObjectRelationPropertyAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.citygml4j.core.model.core.CityObjectRelationPropertycreateObject(javax.xml.namespace.QName name, java.lang.Object parent)voidinitializeElement(org.xmlobjects.xml.Element element, org.citygml4j.core.model.core.CityObjectRelationProperty object, org.xmlobjects.xml.Namespaces namespaces, org.xmlobjects.stream.XMLWriter writer)voidinitializeObject(org.citygml4j.core.model.core.CityObjectRelationProperty 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
-
-
-
-
Method Detail
-
createObject
public org.citygml4j.core.model.core.CityObjectRelationProperty 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.core.CityObjectRelationProperty 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.ObjectBuildExceptionorg.xmlobjects.stream.XMLReadException
-
initializeElement
public void initializeElement(org.xmlobjects.xml.Element element, org.citygml4j.core.model.core.CityObjectRelationProperty object, org.xmlobjects.xml.Namespaces namespaces, org.xmlobjects.stream.XMLWriter writer) throws org.xmlobjects.serializer.ObjectSerializeException, org.xmlobjects.stream.XMLWriteException- Throws:
org.xmlobjects.serializer.ObjectSerializeExceptionorg.xmlobjects.stream.XMLWriteException
-
-