1 6 package org.jboss.test.webservice.jbws718; 7 8 9 public class ArrayOfString3 { 10 protected java.lang.String [] operation; 11 12 public ArrayOfString3() { 13 } 14 15 public ArrayOfString3(java.lang.String [] operation) { 16 this.operation = operation; 17 } 18 19 public java.lang.String [] getOperation() { 20 return operation; 21 } 22 23 public void setOperation(java.lang.String [] operation) { 24 this.operation = operation; 25 } 26 } 27 | Popular Tags |