public class BooleanAdapter extends XmlAdapter<String,Boolean>
BooleanAdapter()
String
marshal(Boolean value)
Boolean
unmarshal(String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BooleanAdapter()
public Boolean unmarshal(String value) throws Exception
unmarshal
XmlAdapter<String,Boolean>
Exception
public String marshal(Boolean value) throws Exception
marshal
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.