org.openliberty.xmltooling.dst2_1.ref
Class QueryItemUnmarshaller

java.lang.Object
  extended by org.opensaml.xml.io.AbstractXMLObjectUnmarshaller
      extended by org.openliberty.xmltooling.dst2_1.ResultQueryBaseType.Unmarshaller
          extended by org.openliberty.xmltooling.dst2_1.ref.QueryItemUnmarshaller
All Implemented Interfaces:
org.opensaml.xml.io.Unmarshaller

public class QueryItemUnmarshaller
extends ResultQueryBaseType.Unmarshaller


Constructor Summary
QueryItemUnmarshaller()
           
 
Method Summary
protected  void processChildElement(org.opensaml.xml.XMLObject parentXMLObject, org.opensaml.xml.XMLObject childXMLObject)
          ChangeFormat elements are placed first in changeFormat1 and then in changeFormat2, if changeFormat1 is not null, and additional elements are stored changeFormat2, if there are more than 2, then the second one is overwritten
protected  void processElementContent(org.opensaml.xml.XMLObject xmlObject, java.lang.String elementContent)
           
 
Methods inherited from class org.openliberty.xmltooling.dst2_1.ResultQueryBaseType.Unmarshaller
processAttribute
 
Methods inherited from class org.opensaml.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkElementIsTarget, checkIDAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryItemUnmarshaller

public QueryItemUnmarshaller()
Method Detail

processChildElement

protected void processChildElement(org.opensaml.xml.XMLObject parentXMLObject,
                                   org.opensaml.xml.XMLObject childXMLObject)
                            throws org.opensaml.xml.io.UnmarshallingException
Description copied from class: ResultQueryBaseType.Unmarshaller
ChangeFormat elements are placed first in changeFormat1 and then in changeFormat2, if changeFormat1 is not null, and additional elements are stored changeFormat2, if there are more than 2, then the second one is overwritten

Overrides:
processChildElement in class ResultQueryBaseType.Unmarshaller
Throws:
org.opensaml.xml.io.UnmarshallingException

processElementContent

protected void processElementContent(org.opensaml.xml.XMLObject xmlObject,
                                     java.lang.String elementContent)
Overrides:
processElementContent in class ResultQueryBaseType.Unmarshaller