Example #1
0
 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);
   }
 }
Example #2
0
 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);
   }
 }
Example #3
0
 public String toString() {
   final ToStringBuilder toStringBuilder = new JAXBToStringBuilder(this);
   toString(toStringBuilder);
   return toStringBuilder.toString();
 }