Class ComplexAttributeTypeAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,ComplexAttributeType>
-
- org.citydb.database.schema.mapping.ComplexAttributeTypeAdapter
-
public class ComplexAttributeTypeAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,ComplexAttributeType>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ComplexAttributeTypeAdapter()
ComplexAttributeTypeAdapter(SchemaMapping schemaMapping)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
marshal(ComplexAttributeType dataType)
ComplexAttributeType
unmarshal(java.lang.String id)
-
-
-
Constructor Detail
-
ComplexAttributeTypeAdapter
protected ComplexAttributeTypeAdapter()
-
ComplexAttributeTypeAdapter
public ComplexAttributeTypeAdapter(SchemaMapping schemaMapping)
-
-
Method Detail
-
unmarshal
public ComplexAttributeType unmarshal(java.lang.String id) throws java.lang.Exception
- Specified by:
unmarshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,ComplexAttributeType>
- Throws:
java.lang.Exception
-
marshal
public java.lang.String marshal(ComplexAttributeType dataType) throws java.lang.Exception
- Specified by:
marshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,ComplexAttributeType>
- Throws:
java.lang.Exception
-
-