if (null == maps) {
return false;
}
// ensure the appropriate version of WS-Addressing is used
maps.exposeAs(VersionTransformer.Names200408.WSA_NAMESPACE_NAME);
String action = null;
if (maps != null && null != maps.getAction()) {
action = maps.getAction().getValue();
}