KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > mvnforum > jaxb > db > PostType


1 //
2
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.5-b16-fcs
3
// See <a HREF="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
4
// Any modifications to this file will be lost upon recompilation of the source schema.
5
// Generated on: 2005.12.17 at 09:43:27 AM GMT+07:00
6
//
7

8
9 package com.mvnforum.jaxb.db;
10
11
12 /**
13  * Java content class for PostType complex type.
14  * <p>The following schema fragment specifies the expected content contained within this java content object. (defined at file:/D:/working/mvnforum/contrib/phpbb2mvnforum-jaxb/schema/mvnforum.xsd line 244)
15  * <p>
16  * <pre>
17  * &lt;complexType name="PostType">
18  * &lt;complexContent>
19  * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
20  * &lt;sequence>
21  * &lt;element name="MemberName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
22  * &lt;element name="LastEditMemberName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
23  * &lt;element name="PostTopic" type="{http://www.w3.org/2001/XMLSchema}string"/>
24  * &lt;element name="PostBody" type="{http://www.w3.org/2001/XMLSchema}string"/>
25  * &lt;element name="PostCreationDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
26  * &lt;element name="PostLastEditDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
27  * &lt;element name="PostCreationIP" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
28  * &lt;element name="PostLastEditIP" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
29  * &lt;element name="PostEditCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
30  * &lt;element name="PostFormatOption" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
31  * &lt;element name="PostOption" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
32  * &lt;element name="PostStatus" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
33  * &lt;element name="PostIcon" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
34  * &lt;element name="PostAttachCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
35  * &lt;element name="AttachmentList" type="{}AttachmentList" minOccurs="0"/>
36  * &lt;element name="PostList" type="{}PostList" minOccurs="0"/>
37  * &lt;/sequence>
38  * &lt;/restriction>
39  * &lt;/complexContent>
40  * &lt;/complexType>
41  * </pre>
42  *
43  */

44 public interface PostType {
45
46
47     /**
48      * Gets the value of the postTopic property.
49      *
50      * @return
51      * possible object is
52      * {@link java.lang.String}
53      */

54     java.lang.String JavaDoc getPostTopic();
55
56     /**
57      * Sets the value of the postTopic property.
58      *
59      * @param value
60      * allowed object is
61      * {@link java.lang.String}
62      */

63     void setPostTopic(java.lang.String JavaDoc value);
64
65     /**
66      * Gets the value of the postList property.
67      *
68      * @return
69      * possible object is
70      * {@link com.mvnforum.jaxb.db.PostList}
71      */

72     com.mvnforum.jaxb.db.PostList getPostList();
73
74     /**
75      * Sets the value of the postList property.
76      *
77      * @param value
78      * allowed object is
79      * {@link com.mvnforum.jaxb.db.PostList}
80      */

81     void setPostList(com.mvnforum.jaxb.db.PostList value);
82
83     /**
84      * Gets the value of the postLastEditDate property.
85      *
86      * @return
87      * possible object is
88      * {@link java.lang.String}
89      */

90     java.lang.String JavaDoc getPostLastEditDate();
91
92     /**
93      * Sets the value of the postLastEditDate property.
94      *
95      * @param value
96      * allowed object is
97      * {@link java.lang.String}
98      */

99     void setPostLastEditDate(java.lang.String JavaDoc value);
100
101     /**
102      * Gets the value of the postCreationDate property.
103      *
104      * @return
105      * possible object is
106      * {@link java.lang.String}
107      */

108     java.lang.String JavaDoc getPostCreationDate();
109
110     /**
111      * Sets the value of the postCreationDate property.
112      *
113      * @param value
114      * allowed object is
115      * {@link java.lang.String}
116      */

117     void setPostCreationDate(java.lang.String JavaDoc value);
118
119     /**
120      * Gets the value of the postFormatOption property.
121      *
122      */

123     int getPostFormatOption();
124
125     /**
126      * Sets the value of the postFormatOption property.
127      *
128      */

129     void setPostFormatOption(int value);
130
131     /**
132      * Gets the value of the postAttachCount property.
133      *
134      */

135     int getPostAttachCount();
136
137     /**
138      * Sets the value of the postAttachCount property.
139      *
140      */

141     void setPostAttachCount(int value);
142
143     /**
144      * Gets the value of the postIcon property.
145      *
146      * @return
147      * possible object is
148      * {@link java.lang.String}
149      */

150     java.lang.String JavaDoc getPostIcon();
151
152     /**
153      * Sets the value of the postIcon property.
154      *
155      * @param value
156      * allowed object is
157      * {@link java.lang.String}
158      */

159     void setPostIcon(java.lang.String JavaDoc value);
160
161     /**
162      * Gets the value of the postLastEditIP property.
163      *
164      * @return
165      * possible object is
166      * {@link java.lang.String}
167      */

168     java.lang.String JavaDoc getPostLastEditIP();
169
170     /**
171      * Sets the value of the postLastEditIP property.
172      *
173      * @param value
174      * allowed object is
175      * {@link java.lang.String}
176      */

177     void setPostLastEditIP(java.lang.String JavaDoc value);
178
179     /**
180      * Gets the value of the postCreationIP property.
181      *
182      * @return
183      * possible object is
184      * {@link java.lang.String}
185      */

186     java.lang.String JavaDoc getPostCreationIP();
187
188     /**
189      * Sets the value of the postCreationIP property.
190      *
191      * @param value
192      * allowed object is
193      * {@link java.lang.String}
194      */

195     void setPostCreationIP(java.lang.String JavaDoc value);
196
197     /**
198      * Gets the value of the postOption property.
199      *
200      */

201     int getPostOption();
202
203     /**
204      * Sets the value of the postOption property.
205      *
206      */

207     void setPostOption(int value);
208
209     /**
210      * Gets the value of the postEditCount property.
211      *
212      */

213     int getPostEditCount();
214
215     /**
216      * Sets the value of the postEditCount property.
217      *
218      */

219     void setPostEditCount(int value);
220
221     /**
222      * Gets the value of the lastEditMemberName property.
223      *
224      * @return
225      * possible object is
226      * {@link java.lang.String}
227      */

228     java.lang.String JavaDoc getLastEditMemberName();
229
230     /**
231      * Sets the value of the lastEditMemberName property.
232      *
233      * @param value
234      * allowed object is
235      * {@link java.lang.String}
236      */

237     void setLastEditMemberName(java.lang.String JavaDoc value);
238
239     /**
240      * Gets the value of the memberName property.
241      *
242      * @return
243      * possible object is
244      * {@link java.lang.String}
245      */

246     java.lang.String JavaDoc getMemberName();
247
248     /**
249      * Sets the value of the memberName property.
250      *
251      * @param value
252      * allowed object is
253      * {@link java.lang.String}
254      */

255     void setMemberName(java.lang.String JavaDoc value);
256
257     /**
258      * Gets the value of the postStatus property.
259      *
260      */

261     int getPostStatus();
262
263     /**
264      * Sets the value of the postStatus property.
265      *
266      */

267     void setPostStatus(int value);
268
269     /**
270      * Gets the value of the postBody property.
271      *
272      * @return
273      * possible object is
274      * {@link java.lang.String}
275      */

276     java.lang.String JavaDoc getPostBody();
277
278     /**
279      * Sets the value of the postBody property.
280      *
281      * @param value
282      * allowed object is
283      * {@link java.lang.String}
284      */

285     void setPostBody(java.lang.String JavaDoc value);
286
287     /**
288      * Gets the value of the attachmentList property.
289      *
290      * @return
291      * possible object is
292      * {@link com.mvnforum.jaxb.db.AttachmentList}
293      */

294     com.mvnforum.jaxb.db.AttachmentList getAttachmentList();
295
296     /**
297      * Sets the value of the attachmentList property.
298      *
299      * @param value
300      * allowed object is
301      * {@link com.mvnforum.jaxb.db.AttachmentList}
302      */

303     void setAttachmentList(com.mvnforum.jaxb.db.AttachmentList value);
304
305 }
306
Popular Tags