// 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 TDocument { protected org.jboss.test.bpel.ws.consumption.partner.types.TDocumentHead head; protected org.jboss.test.bpel.ws.consumption.partner.types.TDocumentBody body; public TDocument() { } public TDocument(org.jboss.test.bpel.ws.consumption.partner.types.TDocumentHead head, org.jboss.test.bpel.ws.consumption.partner.types.TDocumentBody body) { this.head = head; this.body = body; } public org.jboss.test.bpel.ws.consumption.partner.types.TDocumentHead getHead() { return head; } public void setHead(org.jboss.test.bpel.ws.consumption.partner.types.TDocumentHead head) { this.head = head; } public org.jboss.test.bpel.ws.consumption.partner.types.TDocumentBody getBody() { return body; } public void setBody(org.jboss.test.bpel.ws.consumption.partner.types.TDocumentBody body) { this.body = body; } }