public class BooleanIntegerAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.Integer,java.lang.Boolean>
| Constructor and Description |
|---|
BooleanIntegerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
marshal(java.lang.Boolean c) |
java.lang.Boolean |
unmarshal(java.lang.Integer s) |
public java.lang.Boolean unmarshal(java.lang.Integer s)
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.Integer,java.lang.Boolean>public java.lang.Integer marshal(java.lang.Boolean c)
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.Integer,java.lang.Boolean>