/**
* {@inheritDoc}
*/
protected void processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject)
throws UnmarshallingException {
StatusDetailType statusDetail = (StatusDetailType) parentSAMLObject;
statusDetail.getUnknownXMLObjects().add(childSAMLObject);
}