uk.ac.ebi.jmzidml.xml.jaxb.adapters
Class SpectrumIdentificationListAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<ValueType,BoundType>
      extended by uk.ac.ebi.jmzidml.xml.jaxb.adapters.AbstractResolvingAdapter<String,SpectrumIdentificationList>
          extended by uk.ac.ebi.jmzidml.xml.jaxb.adapters.SpectrumIdentificationListAdapter

public class SpectrumIdentificationListAdapter
extends AbstractResolvingAdapter<String,SpectrumIdentificationList>

Since:
0.1
Author:
Florian Reisinger Date: 03-Sep-2010

Field Summary
 
Fields inherited from class uk.ac.ebi.jmzidml.xml.jaxb.adapters.AbstractResolvingAdapter
cache, index, logger, useSpectrumCache
 
Constructor Summary
SpectrumIdentificationListAdapter(MzIdentMLIndexer index, AdapterObjectCache cache)
           
 
Method Summary
 String marshal(SpectrumIdentificationList element)
           
 SpectrumIdentificationList unmarshal(String refId)
           
 
Methods inherited from class uk.ac.ebi.jmzidml.xml.jaxb.adapters.AbstractResolvingAdapter
unmarshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpectrumIdentificationListAdapter

public SpectrumIdentificationListAdapter(MzIdentMLIndexer index,
                                         AdapterObjectCache cache)
Method Detail

unmarshal

public SpectrumIdentificationList unmarshal(String refId)
Specified by:
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,SpectrumIdentificationList>

marshal

public String marshal(SpectrumIdentificationList element)
Specified by:
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,SpectrumIdentificationList>


Copyright © 2012. All Rights Reserved.