1 22 24 25 package org.jboss.test.webservice.marshalltest; 26 27 28 public class MarshallEndpoint_echoQName_RequestStruct 29 { 30 31 protected javax.xml.namespace.QName qName_1; 32 public MarshallEndpoint_echoQName_RequestStruct(){} 33 34 public MarshallEndpoint_echoQName_RequestStruct(javax.xml.namespace.QName qName_1){ 35 this.qName_1=qName_1; 36 } 37 public javax.xml.namespace.QName getQName_1() { return qName_1 ;} 38 39 public void setQName_1(javax.xml.namespace.QName qName_1){ this.qName_1=qName_1; } 40 41 } 42 | Popular Tags |