// This class was generated by the JAXRPC SI, do not edit. // Contents subject to change without notice. // JAX-RPC Standard Implementation (1.1.3, build R1) // Generated source version: 1.1.3 package org.jboss.test.bpel.ws.consumption.partner.types; public class TDocumentBody { protected java.lang.String[] paragraph; public TDocumentBody() { } public TDocumentBody(java.lang.String[] paragraph) { this.paragraph = paragraph; } public java.lang.String[] getParagraph() { return paragraph; } public void setParagraph(java.lang.String[] paragraph) { this.paragraph = paragraph; } }