de.micromata.opengis.kml.v_2_2_0
Class BooleanConverter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.Integer,java.lang.Boolean>
      extended by de.micromata.opengis.kml.v_2_2_0.BooleanConverter

public final class BooleanConverter
extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.Integer,java.lang.Boolean>


Constructor Summary
BooleanConverter()
           
 
Method Summary
 java.lang.Integer marshal(java.lang.Boolean b)
           
 java.lang.Boolean unmarshal(java.lang.Integer i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanConverter

public BooleanConverter()
Method Detail

unmarshal

public java.lang.Boolean unmarshal(java.lang.Integer i)
                            throws java.lang.Exception
Specified by:
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.Integer,java.lang.Boolean>
Throws:
java.lang.Exception

marshal

public java.lang.Integer marshal(java.lang.Boolean b)
                          throws java.lang.Exception
Specified by:
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.Integer,java.lang.Boolean>
Throws:
java.lang.Exception