End Google Ads 201810 - BS.net 01 --> I have a class ComplexType public class ComplexType { private String doc; public ComplexType(String doc) { this.doc = doc; } public String getDocumentation() { return doc; } public void setDocumentation(String doc) { this.doc = doc; }