* @see java.lang.Object#toString()
*/
public String toString()
{
return "XMLChangeRequest(locale=" + m_request.getLocale() + ", class=" + m_metaclass +
", objects=" + Collections.list(new IteratorEnumeration(m_request.getInvocationIterator())) +
", attributes=" + m_attributes + ", responseType=" + m_sResponseType + ")";
}