uk.ac.ebi.jmzidml.xml.jaxb.resolver
Class ParentOrganizationRefResolver
java.lang.Object
javax.xml.bind.Unmarshaller.Listener
uk.ac.ebi.jmzidml.xml.jaxb.resolver.AbstractReferenceResolver<ParentOrganization>
uk.ac.ebi.jmzidml.xml.jaxb.resolver.ParentOrganizationRefResolver
public class ParentOrganizationRefResolver
- extends AbstractReferenceResolver<ParentOrganization>
- Author:
- rwang, florian
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParentOrganizationRefResolver
public ParentOrganizationRefResolver(MzIdentMLIndexer index,
MzIdentMLObjectCache cache)
updateObject
public void updateObject(ParentOrganization object)
- Specified by:
updateObject
in class AbstractReferenceResolver<ParentOrganization>
afterUnmarshal
public void afterUnmarshal(Object target,
Object parent)
- Method to perform the afterUnmarshal operation if the resolver
applies to the specified object.
- Overrides:
afterUnmarshal
in class javax.xml.bind.Unmarshaller.Listener
- Parameters:
target
- the object to modify after unmarshalling.parent
- object referencing the target. Null if target is root element.
Copyright © 2012. All Rights Reserved.