I have a class that looks like the following:
public class MyClass { private String dPart1; public String getDPart1() { return dPart1; }
should work...