~livrezmoi/livrezmoi/trackingwofull

« back to all changes in this revision

Viewing changes to TrackingWOProjectClient/src/com/npd/trackingwo/client/webservice/ui/GetPriorityList.java

  • Committer: Rachid Ouattara
  • Date: 2009-08-15 18:49:34 UTC
  • Revision ID: ouattara@rouattara-20090815184934-64ohiypk5cvf831a
create new branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
package com.npd.trackingwo.client.webservice.ui;
 
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 getPriorityList complex type.
 
11
 * 
 
12
 * <p>The following schema fragment specifies the expected content contained within this class.
 
13
 * 
 
14
 * <pre>
 
15
 * &lt;complexType name="getPriorityList">
 
16
 *   &lt;complexContent>
 
17
 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 
18
 *       &lt;sequence>
 
19
 *       &lt;/sequence>
 
20
 *     &lt;/restriction>
 
21
 *   &lt;/complexContent>
 
22
 * &lt;/complexType>
 
23
 * </pre>
 
24
 * 
 
25
 * 
 
26
 */
 
27
@XmlAccessorType(XmlAccessType.FIELD)
 
28
@XmlType(name = "getPriorityList")
 
29
public class GetPriorityList {
 
30
 
 
31
 
 
32
}