I have a class that looks like the following:
public class MyClass { private String dPart1; public String getDPart1() { return dPart1; }
Can't you just access it like a field?
access="field"