public class BooleanAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<String,Boolean>
BooleanAdapter()
String
marshal(Boolean v)
Boolean
unmarshal(String v)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BooleanAdapter()
public String marshal(Boolean v) throws Exception
marshal
javax.xml.bind.annotation.adapters.XmlAdapter<String,Boolean>
Exception
public Boolean unmarshal(String v) throws Exception
unmarshal
Copyright © 2014 Equilibrium. All rights reserved.