}
private void _initialize_()
{
this.getParserContext().registerParser(new QName(this.getDefaultNamespaceURI(), "Service"),
new WMSServiceInformation(this.getNamespaceURI()));
this.getParserContext().registerParser(new QName("Capability"),
new WMSCapabilityInformation(this.getNamespaceURI()));
}