org.kuali.rice.core.jaxb
Class AdapterAttributeSetToHashMap

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<AttributeSetList,AttributeSet>
      extended by org.kuali.rice.core.jaxb.AdapterAttributeSetToHashMap

public class AdapterAttributeSetToHashMap
extends XmlAdapter<AttributeSetList,AttributeSet>


Constructor Summary
AdapterAttributeSetToHashMap()
           
 
Method Summary
 AttributeSetList marshal(AttributeSet v)
           
 AttributeSet unmarshal(AttributeSetList v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdapterAttributeSetToHashMap

public AdapterAttributeSetToHashMap()
Method Detail

unmarshal

public AttributeSet unmarshal(AttributeSetList v)
Specified by:
unmarshal in class XmlAdapter<AttributeSetList,AttributeSet>

marshal

public AttributeSetList marshal(AttributeSet v)
Specified by:
marshal in class XmlAdapter<AttributeSetList,AttributeSet>


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.