Accessing the Fully Qualified XML Name of a Complex Type
HydraExpress allows you to access the fully-qualified XML name of complex types. If a target namespace is present in the schema, the value is programmatically accessible using the DefaultElementName constant, as shown here:
 
aComplexType::DefaultElementName.getNamespace().getURI();