this.isCollection = true;
}
public void processComplexElement() throws SAXException {
getEvents().remove(0);
workingUnmarshalRecord = new XMLBinaryAttachmentHandler(this.getParent(), nodeValue, mapping, converter, isCollection);
executeEvents(workingUnmarshalRecord);
}