001
002package org.kuali.ole.select.testing;
003
004import javax.jws.WebMethod;
005import javax.jws.WebParam;
006import javax.jws.WebResult;
007import javax.jws.WebService;
008import javax.xml.bind.annotation.XmlSeeAlso;
009import javax.xml.ws.RequestWrapper;
010import javax.xml.ws.ResponseWrapper;
011
012
013/**
014 * This class was generated by the JAX-WS RI.
015 * JAX-WS RI 2.1.6 in JDK 6
016 * Generated source version: 2.1
017 */
018@WebService(name = "preOrderService", targetNamespace = "http://service.select.ole.kuali.org/")
019@XmlSeeAlso({
020        ObjectFactory.class
021})
022public interface PreOrderService {
023
024
025    /**
026     * @param title
027     * @param author
028     * @param edition
029     * @param series
030     * @param publisher
031     * @param placeOfPublication
032     * @param yearOfPublication
033     * @param standardNumber
034     * @param typeOfStandardNumber
035     * @param routeRequestorReceipt
036     * @param requestorsNote
037     * @param requestorsFirstName
038     * @param requestorsLastName
039     * @param requestorsAddress1
040     * @param requestorsAddress2
041     * @param requestorsCity
042     * @param requestorsState
043     * @param requestorsZipCode
044     * @param requestorsCountryCode
045     * @param requestorsPhone
046     * @param requestorsEmail
047     * @param requestorsSMS
048     * @param requestorType
049     * @return returns java.lang.String
050     * @throws WSException_Exception
051     */
052    @WebMethod
053    @WebResult(targetNamespace = "http://service.select.ole.kuali.org/")
054    @RequestWrapper(localName = "createPreOrderForForm", targetNamespace = "http://service.select.ole.kuali.org/", className = "org.kuali.ole.select.testing.CreatePreOrderForForm")
055    @ResponseWrapper(localName = "createPreOrderForFormResponse", targetNamespace = "http://service.select.ole.kuali.org/", className = "org.kuali.ole.select.testing.CreatePreOrderForFormResponse")
056
057
058    public String createPreOrderForForm(
059            @WebParam(name = "title", targetNamespace = "http://service.select.ole.kuali.org/")
060            String title,
061            @WebParam(name = "author", targetNamespace = "http://service.select.ole.kuali.org/")
062            String author,
063            @WebParam(name = "edition", targetNamespace = "http://service.select.ole.kuali.org/")
064            String edition,
065            @WebParam(name = "series", targetNamespace = "http://service.select.ole.kuali.org/")
066            String series,
067            @WebParam(name = "publisher", targetNamespace = "http://service.select.ole.kuali.org/")
068            String publisher,
069            @WebParam(name = "placeOfPublication", targetNamespace = "http://service.select.ole.kuali.org/")
070            String placeOfPublication,
071            @WebParam(name = "yearOfPublication", targetNamespace = "http://service.select.ole.kuali.org/")
072            String yearOfPublication,
073            @WebParam(name = "standardNumber", targetNamespace = "http://service.select.ole.kuali.org/")
074            String standardNumber,
075            @WebParam(name = "typeOfStandardNumber", targetNamespace = "http://service.select.ole.kuali.org/")
076            String typeOfStandardNumber,
077            /*
078             * @WebParam(name = "routeRequestorReceipt", targetNamespace = "http://service.select.ole.kuali.org/") String
079             * routeRequestorReceipt,
080             */
081            @WebParam(name = "requestorsNote", targetNamespace = "http://service.select.ole.kuali.org/")
082            String requestorsNote,
083            /*
084             * @WebParam(name = "requestorsFirstName", targetNamespace = "http://service.select.ole.kuali.org/") String
085             * requestorsFirstName,
086             * @WebParam(name = "requestorsLastName", targetNamespace = "http://service.select.ole.kuali.org/") String
087             * requestorsLastName,
088             * @WebParam(name = "requestorsAddress1", targetNamespace = "http://service.select.ole.kuali.org/") String
089             * requestorsAddress1,
090             * @WebParam(name = "requestorsAddress2", targetNamespace = "http://service.select.ole.kuali.org/") String
091             * requestorsAddress2,
092             * @WebParam(name = "requestorsCity", targetNamespace = "http://service.select.ole.kuali.org/") String requestorsCity,
093             * @WebParam(name = "requestorsState", targetNamespace = "http://service.select.ole.kuali.org/") String requestorsState,
094             * @WebParam(name = "requestorsZipCode", targetNamespace = "http://service.select.ole.kuali.org/") String
095             * requestorsZipCode,
096             * @WebParam(name = "requestorsCountryCode", targetNamespace = "http://service.select.ole.kuali.org/") String
097             * requestorsCountryCode,
098             * @WebParam(name = "requestorsPhone", targetNamespace = "http://service.select.ole.kuali.org/") String requestorsPhone,
099             * @WebParam(name = "requestorsEmail", targetNamespace = "http://service.select.ole.kuali.org/") String requestorsEmail,
100             * @WebParam(name = "requestorsSMS", targetNamespace = "http://service.select.ole.kuali.org/") String requestorsSMS,
101             */
102            @WebParam(name = "requestorType", targetNamespace = "http://service.select.ole.kuali.org/")
103            String requestorType,
104            @WebParam(name = "requestorId", targetNamespace = "http://service.select.ole.kuali.org/") String requestorId)
105            throws WSException_Exception
106    ;
107
108    /**
109     * @param openUrlString
110     * @param routeRequestorReceipt
111     * @param requestorsNote
112     * @param requestorsFirstName
113     * @param requestorsLastName
114     * @param requestorsAddress1
115     * @param requestorsAddress2
116     * @param requestorsCity
117     * @param requestorsState
118     * @param requestorsZipCode
119     * @param requestorsCountryCode
120     * @param requestorsPhone
121     * @param requestorsEmail
122     * @param requestorsSMS
123     * @param requestorType
124     * @return returns java.lang.String
125     * @throws WSException_Exception
126     */
127
128
129    @WebMethod
130    @WebResult(targetNamespace = "http://service.select.ole.kuali.org/")
131    @RequestWrapper(localName = "createPreOrderForOpenURL", targetNamespace = "http://service.select.ole.kuali.org/", className = "org.kuali.ole.select.testing.CreatePreOrderForOpenURL")
132    @ResponseWrapper(localName = "createPreOrderForOpenURLResponse", targetNamespace = "http://service.select.ole.kuali.org/", className = "org.kuali.ole.select.testing.CreatePreOrderForOpenURLResponse")
133    public String createPreOrderForOpenURL(
134            @WebParam(name = "openUrlString", targetNamespace = "http://service.select.ole.kuali.org/")
135            String arg0,
136            @WebParam(name = "routeRequestorReceipt", targetNamespace = "http://service.select.ole.kuali.org/")
137            String arg1,
138            @WebParam(name = "requestorsNote", targetNamespace = "http://service.select.ole.kuali.org/")
139            String arg2,
140            /*
141             * @WebParam(name = "requestorsFirstName", targetNamespace = "http://service.select.ole.kuali.org/") String arg3,
142             * @WebParam(name = "requestorsLastName", targetNamespace = "http://service.select.ole.kuali.org/") String arg4,
143             * @WebParam(name = "requestorsAddress1", targetNamespace = "http://service.select.ole.kuali.org/") String arg5,
144             * @WebParam(name = "requestorsAddress2", targetNamespace = "http://service.select.ole.kuali.org/") String arg6,
145             * @WebParam(name = "requestorsCity", targetNamespace = "http://service.select.ole.kuali.org/") String arg7,
146             * @WebParam(name = "requestorsState", targetNamespace = "http://service.select.ole.kuali.org/") String arg8,
147             * @WebParam(name = "requestorsZipCode", targetNamespace = "http://service.select.ole.kuali.org/") String arg9,
148             * @WebParam(name = "requestorsCountryCode", targetNamespace = "http://service.select.ole.kuali.org/") String arg10,
149             * @WebParam(name = "requestorsPhone", targetNamespace = "http://service.select.ole.kuali.org/") String arg11,
150             * @WebParam(name = "requestorsEmail", targetNamespace = "http://service.select.ole.kuali.org/") String arg12,
151             * @WebParam(name = "requestorsSMS", targetNamespace = "http://service.select.ole.kuali.org/") String arg13,
152             */
153            @WebParam(name = "requestorType", targetNamespace = "http://service.select.ole.kuali.org/")
154            String arg3,
155            @WebParam(name = "requestorId", targetNamespace = "http://service.select.ole.kuali.org/") String arg4)
156            throws WSException_Exception
157    ;
158
159    /**
160     * @param citationString
161     * @param routeRequestorReceipt
162     * @param requestorsNote
163     * @param requestorsFirstName
164     * @param requestorsLastName
165     * @param requestorsAddress1
166     * @param requestorsAddress2
167     * @param requestorsCity
168     * @param requestorsState
169     * @param requestorsZipCode
170     * @param requestorsCountryCode
171     * @param requestorsPhone
172     * @param requestorsEmail
173     * @param requestorsSMS
174     * @param requestorType
175     * @return returns java.lang.String
176     * @throws WSException_Exception
177     */
178
179    @WebMethod
180    @WebResult(targetNamespace = "http://service.select.ole.kuali.org/")
181    @RequestWrapper(localName = "createPreOrderForCitation", targetNamespace = "http://service.select.ole.kuali.org/", className = "org.kuali.ole.select.testing.CreatePreOrderForCitation")
182    @ResponseWrapper(localName = "createPreOrderForCitationResponse", targetNamespace = "http://service.select.ole.kuali.org/", className = "org.kuali.ole.select.testing.CreatePreOrderForCitationResponse")
183    public String createPreOrderForCitation(
184            @WebParam(name = "citationString", targetNamespace = "http://service.select.ole.kuali.org/")
185            String arg0,
186            @WebParam(name = "routeRequestorReceipt", targetNamespace = "http://service.select.ole.kuali.org/")
187            String arg1,
188            @WebParam(name = "requestorsNote", targetNamespace = "http://service.select.ole.kuali.org/")
189            String arg2,
190            /*
191             * @WebParam(name = "requestorsFirstName", targetNamespace = "http://service.select.ole.kuali.org/") String arg3,
192             * @WebParam(name = "requestorsLastName", targetNamespace = "http://service.select.ole.kuali.org/") String arg4,
193             * @WebParam(name = "requestorsAddress1", targetNamespace = "http://service.select.ole.kuali.org/") String arg5,
194             * @WebParam(name = "requestorsAddress2", targetNamespace = "http://service.select.ole.kuali.org/") String arg6,
195             * @WebParam(name = "requestorsCity", targetNamespace = "http://service.select.ole.kuali.org/") String arg7,
196             * @WebParam(name = "requestorsState", targetNamespace = "http://service.select.ole.kuali.org/") String arg8,
197             * @WebParam(name = "requestorsZipCode", targetNamespace = "http://service.select.ole.kuali.org/") String arg9,
198             * @WebParam(name = "requestorsCountryCode", targetNamespace = "http://service.select.ole.kuali.org/") String arg10,
199             * @WebParam(name = "requestorsPhone", targetNamespace = "http://service.select.ole.kuali.org/") String arg11,
200             * @WebParam(name = "requestorsEmail", targetNamespace = "http://service.select.ole.kuali.org/") String arg12,
201             * @WebParam(name = "requestorsSMS", targetNamespace = "http://service.select.ole.kuali.org/") String arg13,
202             */
203            @WebParam(name = "requestorType", targetNamespace = "http://service.select.ole.kuali.org/")
204            String arg3,
205            @WebParam(name = "requestorId", targetNamespace = "http://service.select.ole.kuali.org/") String arg4)
206            throws WSException_Exception
207    ;
208
209}