Creates a new instance of Address
super(name,nestedAssertions,nestedAlternative);
throw new UnsupportedOperationException();
populate(); return address;
if ( !populated ) { try { if(this.getValue() != null){ this.address = new URI(this.getValue().trim()); } populated = true; } catch (URISyntaxException ex) { if(logger.getLevel() == Level.SEVERE){ logger.log(Level.SEVERE,"SP0100.invalid.epr-address",ex); } } }