public XmlType getXmlType() {
return xmlType;
}
private void invoke(final XmlType child, final XmlType parent, final String qualifier) {
MethodInvoker methodInvoker = new MethodInvoker(qualifier + xmlTypeParentName + "()", parent);
methodInvoker.invoke(child);
}