Class CodedWithEquivalentsUnmarshaller

java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
org.projecthusky.xua.hl7v3.impl.CodedWithEquivalentsUnmarshaller
All Implemented Interfaces:
org.opensaml.core.xml.io.Unmarshaller

public class CodedWithEquivalentsUnmarshaller extends org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
Class implementing the unmarshaller for OpenSaml PurposeOfUse.
Die Klasse implementiert den Unmarshaller für OpenSaml PurposeOfUse.
  • Constructor Details

    • CodedWithEquivalentsUnmarshaller

      public CodedWithEquivalentsUnmarshaller()
  • Method Details

    • processAttribute

      protected void processAttribute(org.opensaml.core.xml.XMLObject xmlObject, Attr attribute) throws org.opensaml.core.xml.io.UnmarshallingException
      Overrides:
      processAttribute in class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
      Throws:
      org.opensaml.core.xml.io.UnmarshallingException
      See Also:
      • AbstractXMLObjectUnmarshaller.processAttribute(org.opensaml.core.xml.XMLObject, org.w3c.dom.Attr)
    • unmarshall

      public OpenSamlCodedWithEquivalent unmarshall(Element domElement) throws org.opensaml.core.xml.io.UnmarshallingException
      Specified by:
      unmarshall in interface org.opensaml.core.xml.io.Unmarshaller
      Overrides:
      unmarshall in class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
      Throws:
      org.opensaml.core.xml.io.UnmarshallingException
      See Also:
      • AbstractXMLObjectUnmarshaller.unmarshall(org.w3c.dom.Element)