1 22 24 package org.jboss.test.webservice.marshalltest; 25 26 public class MarshallEndpoint_echoInteger_RequestStruct 27 { 28 29 protected java.math.BigInteger bigInteger_1; 30 31 public MarshallEndpoint_echoInteger_RequestStruct() 32 { 33 } 34 35 public MarshallEndpoint_echoInteger_RequestStruct(java.math.BigInteger bigInteger_1) 36 { 37 this.bigInteger_1 = bigInteger_1; 38 } 39 40 public java.math.BigInteger getBigInteger_1() 41 { 42 return bigInteger_1; 43 } 44 45 public void setBigInteger_1(java.math.BigInteger bigInteger_1) 46 { 47 this.bigInteger_1 = bigInteger_1; 48 } 49 50 } 51 | Popular Tags |