KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > ejbca > core > protocol > ws > client > gen > UserDataVOWS


1
2 package org.ejbca.core.protocol.ws.client.gen;
3
4 import javax.xml.bind.annotation.XmlAccessType;
5 import javax.xml.bind.annotation.XmlAccessorType;
6 import javax.xml.bind.annotation.XmlType;
7
8
9 /**
10  * <p>Java class for userDataVOWS complex type.
11  *
12  * <p>The following schema fragment specifies the expected content contained within this class.
13  *
14  * <pre>
15  * &lt;complexType name="userDataVOWS">
16  * &lt;complexContent>
17  * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18  * &lt;sequence>
19  * &lt;element name="caName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
20  * &lt;element name="certificateProfileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
21  * &lt;element name="clearPwd" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
22  * &lt;element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
23  * &lt;element name="endEntityProfileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
24  * &lt;element name="hardTokenIssuerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
25  * &lt;element name="keyRecoverable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
26  * &lt;element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
27  * &lt;element name="sendNotification" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
28  * &lt;element name="status" type="{http://www.w3.org/2001/XMLSchema}int"/>
29  * &lt;element name="subjectAltName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
30  * &lt;element name="subjectDN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
31  * &lt;element name="tokenType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
32  * &lt;element name="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
33  * &lt;/sequence>
34  * &lt;/restriction>
35  * &lt;/complexContent>
36  * &lt;/complexType>
37  * </pre>
38  *
39  *
40  */

41 @XmlAccessorType(XmlAccessType.FIELD)
42 @XmlType(name = "userDataVOWS", propOrder = {
43     "caName",
44     "certificateProfileName",
45     "clearPwd",
46     "email",
47     "endEntityProfileName",
48     "hardTokenIssuerName",
49     "keyRecoverable",
50     "password",
51     "sendNotification",
52     "status",
53     "subjectAltName",
54     "subjectDN",
55     "tokenType",
56     "username"
57 })
58 public class UserDataVOWS {
59
60     protected String JavaDoc caName;
61     protected String JavaDoc certificateProfileName;
62     protected boolean clearPwd;
63     protected String JavaDoc email;
64     protected String JavaDoc endEntityProfileName;
65     protected String JavaDoc hardTokenIssuerName;
66     protected boolean keyRecoverable;
67     protected String JavaDoc password;
68     protected boolean sendNotification;
69     protected int status;
70     protected String JavaDoc subjectAltName;
71     protected String JavaDoc subjectDN;
72     protected String JavaDoc tokenType;
73     protected String JavaDoc username;
74
75     /**
76      * Gets the value of the caName property.
77      *
78      * @return
79      * possible object is
80      * {@link String }
81      *
82      */

83     public String JavaDoc getCaName() {
84         return caName;
85     }
86
87     /**
88      * Sets the value of the caName property.
89      *
90      * @param value
91      * allowed object is
92      * {@link String }
93      *
94      */

95     public void setCaName(String JavaDoc value) {
96         this.caName = value;
97     }
98
99     /**
100      * Gets the value of the certificateProfileName property.
101      *
102      * @return
103      * possible object is
104      * {@link String }
105      *
106      */

107     public String JavaDoc getCertificateProfileName() {
108         return certificateProfileName;
109     }
110
111     /**
112      * Sets the value of the certificateProfileName property.
113      *
114      * @param value
115      * allowed object is
116      * {@link String }
117      *
118      */

119     public void setCertificateProfileName(String JavaDoc value) {
120         this.certificateProfileName = value;
121     }
122
123     /**
124      * Gets the value of the clearPwd property.
125      *
126      */

127     public boolean isClearPwd() {
128         return clearPwd;
129     }
130
131     /**
132      * Sets the value of the clearPwd property.
133      *
134      */

135     public void setClearPwd(boolean value) {
136         this.clearPwd = value;
137     }
138
139     /**
140      * Gets the value of the email property.
141      *
142      * @return
143      * possible object is
144      * {@link String }
145      *
146      */

147     public String JavaDoc getEmail() {
148         return email;
149     }
150
151     /**
152      * Sets the value of the email property.
153      *
154      * @param value
155      * allowed object is
156      * {@link String }
157      *
158      */

159     public void setEmail(String JavaDoc value) {
160         this.email = value;
161     }
162
163     /**
164      * Gets the value of the endEntityProfileName property.
165      *
166      * @return
167      * possible object is
168      * {@link String }
169      *
170      */

171     public String JavaDoc getEndEntityProfileName() {
172         return endEntityProfileName;
173     }
174
175     /**
176      * Sets the value of the endEntityProfileName property.
177      *
178      * @param value
179      * allowed object is
180      * {@link String }
181      *
182      */

183     public void setEndEntityProfileName(String JavaDoc value) {
184         this.endEntityProfileName = value;
185     }
186
187     /**
188      * Gets the value of the hardTokenIssuerName property.
189      *
190      * @return
191      * possible object is
192      * {@link String }
193      *
194      */

195     public String JavaDoc getHardTokenIssuerName() {
196         return hardTokenIssuerName;
197     }
198
199     /**
200      * Sets the value of the hardTokenIssuerName property.
201      *
202      * @param value
203      * allowed object is
204      * {@link String }
205      *
206      */

207     public void setHardTokenIssuerName(String JavaDoc value) {
208         this.hardTokenIssuerName = value;
209     }
210
211     /**
212      * Gets the value of the keyRecoverable property.
213      *
214      */

215     public boolean isKeyRecoverable() {
216         return keyRecoverable;
217     }
218
219     /**
220      * Sets the value of the keyRecoverable property.
221      *
222      */

223     public void setKeyRecoverable(boolean value) {
224         this.keyRecoverable = value;
225     }
226
227     /**
228      * Gets the value of the password property.
229      *
230      * @return
231      * possible object is
232      * {@link String }
233      *
234      */

235     public String JavaDoc getPassword() {
236         return password;
237     }
238
239     /**
240      * Sets the value of the password property.
241      *
242      * @param value
243      * allowed object is
244      * {@link String }
245      *
246      */

247     public void setPassword(String JavaDoc value) {
248         this.password = value;
249     }
250
251     /**
252      * Gets the value of the sendNotification property.
253      *
254      */

255     public boolean isSendNotification() {
256         return sendNotification;
257     }
258
259     /**
260      * Sets the value of the sendNotification property.
261      *
262      */

263     public void setSendNotification(boolean value) {
264         this.sendNotification = value;
265     }
266
267     /**
268      * Gets the value of the status property.
269      *
270      */

271     public int getStatus() {
272         return status;
273     }
274
275     /**
276      * Sets the value of the status property.
277      *
278      */

279     public void setStatus(int value) {
280         this.status = value;
281     }
282
283     /**
284      * Gets the value of the subjectAltName property.
285      *
286      * @return
287      * possible object is
288      * {@link String }
289      *
290      */

291     public String JavaDoc getSubjectAltName() {
292         return subjectAltName;
293     }
294
295     /**
296      * Sets the value of the subjectAltName property.
297      *
298      * @param value
299      * allowed object is
300      * {@link String }
301      *
302      */

303     public void setSubjectAltName(String JavaDoc value) {
304         this.subjectAltName = value;
305     }
306
307     /**
308      * Gets the value of the subjectDN property.
309      *
310      * @return
311      * possible object is
312      * {@link String }
313      *
314      */

315     public String JavaDoc getSubjectDN() {
316         return subjectDN;
317     }
318
319     /**
320      * Sets the value of the subjectDN property.
321      *
322      * @param value
323      * allowed object is
324      * {@link String }
325      *
326      */

327     public void setSubjectDN(String JavaDoc value) {
328         this.subjectDN = value;
329     }
330
331     /**
332      * Gets the value of the tokenType property.
333      *
334      * @return
335      * possible object is
336      * {@link String }
337      *
338      */

339     public String JavaDoc getTokenType() {
340         return tokenType;
341     }
342
343     /**
344      * Sets the value of the tokenType property.
345      *
346      * @param value
347      * allowed object is
348      * {@link String }
349      *
350      */

351     public void setTokenType(String JavaDoc value) {
352         this.tokenType = value;
353     }
354
355     /**
356      * Gets the value of the username property.
357      *
358      * @return
359      * possible object is
360      * {@link String }
361      *
362      */

363     public String JavaDoc getUsername() {
364         return username;
365     }
366
367     /**
368      * Sets the value of the username property.
369      *
370      * @param value
371      * allowed object is
372      * {@link String }
373      *
374      */

375     public void setUsername(String JavaDoc value) {
376         this.username = value;
377     }
378
379 }
380
Popular Tags