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

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

public class ProteinDetectionListAdapter
extends AbstractResolvingAdapter<String,ProteinDetectionList>

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
ProteinDetectionListAdapter(MzIdentMLIndexer index, AdapterObjectCache cache)
           
 
Method Summary
 String marshal(ProteinDetectionList element)
           
 ProteinDetectionList 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

ProteinDetectionListAdapter

public ProteinDetectionListAdapter(MzIdentMLIndexer index,
                                   AdapterObjectCache cache)
Method Detail

unmarshal

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

marshal

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


Copyright © 2012. All Rights Reserved.