public void toString(ToStringBuilder toStringBuilder) { { QName theMessage; theMessage = this.getMessage(); toStringBuilder.append("message", theMessage); } { String thePart; thePart = this.getPart(); toStringBuilder.append("part", thePart); } { UseChoice theUse; theUse = this.getUse(); toStringBuilder.append("use", theUse); } { String theEncodingStyle; theEncodingStyle = this.getEncodingStyle(); toStringBuilder.append("encodingStyle", theEncodingStyle); } { String theNamespace; theNamespace = this.getNamespace(); toStringBuilder.append("namespace", theNamespace); } }
public void toString(ToStringBuilder toStringBuilder) { super.toString(toStringBuilder); { Selector theSelector; theSelector = this.getSelector(); toStringBuilder.append("selector", theSelector); } { List<Field> theField; theField = this.getField(); toStringBuilder.append("field", theField); } { String theName; theName = this.getName(); toStringBuilder.append("name", theName); } }
public String toString() { final ToStringBuilder toStringBuilder = new JAXBToStringBuilder(this); toString(toStringBuilder); return toStringBuilder.toString(); }