KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > test > webservice > jbws663 > GetCountryCodesResponse


1 // This class was generated by the JAXRPC SI, do not edit.
2
// Contents subject to change without notice.
3
// JAX-RPC Standard Implementation (1.1.3, build R1)
4
// Generated source version: 1.1.3
5

6 package org.jboss.test.webservice.jbws663;
7
8
9 public class GetCountryCodesResponse {
10     protected org.jboss.test.webservice.jbws663.ArrayOfCountryCode getCountryCodesResult;
11     
12     public GetCountryCodesResponse() {
13     }
14     
15     public GetCountryCodesResponse(org.jboss.test.webservice.jbws663.ArrayOfCountryCode getCountryCodesResult) {
16         this.getCountryCodesResult = getCountryCodesResult;
17     }
18     
19     public org.jboss.test.webservice.jbws663.ArrayOfCountryCode getGetCountryCodesResult() {
20         return getCountryCodesResult;
21     }
22     
23     public void setGetCountryCodesResult(org.jboss.test.webservice.jbws663.ArrayOfCountryCode getCountryCodesResult) {
24         this.getCountryCodesResult = getCountryCodesResult;
25     }
26 }
27
Popular Tags