Module org.citygml4j.xml
Class RolePropertyAdapter
- java.lang.Object
-
- org.xmlobjects.gml.adapter.base.AbstractInlinePropertyAdapter<org.citygml4j.core.model.cityobjectgroup.RoleProperty>
-
- org.citygml4j.xml.adapter.deprecated.cityobjectgroup.RolePropertyAdapter
-
- All Implemented Interfaces:
org.xmlobjects.builder.ObjectBuilder<org.citygml4j.core.model.cityobjectgroup.RoleProperty>,org.xmlobjects.serializer.ObjectSerializer<org.citygml4j.core.model.cityobjectgroup.RoleProperty>
public class RolePropertyAdapter extends org.xmlobjects.gml.adapter.base.AbstractInlinePropertyAdapter<org.citygml4j.core.model.cityobjectgroup.RoleProperty>
-
-
Constructor Summary
Constructors Constructor Description RolePropertyAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.citygml4j.core.model.cityobjectgroup.RolePropertycreateObject(javax.xml.namespace.QName name, java.lang.Object parent)voidinitializeElement(org.xmlobjects.xml.Element element, org.citygml4j.core.model.cityobjectgroup.RoleProperty object, org.xmlobjects.xml.Namespaces namespaces, org.xmlobjects.stream.XMLWriter writer)voidinitializeObject(org.citygml4j.core.model.cityobjectgroup.RoleProperty 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.cityobjectgroup.RoleProperty 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.cityobjectgroup.RoleProperty 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.cityobjectgroup.RoleProperty 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
-
-