DirContext ctx;
...
Attributes attrs =
    ctx.getAttributes("speedy");
Attribute size = attrs.get("paperSize");
...