示例#1
0
 public StringBuilder appendFields(
     ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) {
   super.appendFields(locator, buffer, strategy);
   {
     LocalSimpleType theSimpleType;
     theSimpleType = this.getSimpleType();
     strategy.appendField(locator, this, "simpleType", buffer, theSimpleType);
   }
   {
     QName theItemType;
     theItemType = this.getItemType();
     strategy.appendField(locator, this, "itemType", buffer, theItemType);
   }
   return buffer;
 }