Subversion Repositories XServices

Rev

Rev 92 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 92 Rev 109
Line 1... Line 1...
1
package net.brutex.xservices.ws.rs;
1
package net.brutex.xservices.ws.rs;
Line 2... Line 2...
2
 
2
 
3
import javax.xml.bind.annotation.XmlElement;
3
import javax.xml.bind.annotation.XmlElement;
4
import javax.xml.bind.annotation.XmlRootElement;
-
 
Line 5... Line 4...
5
import javax.xml.bind.annotation.XmlType;
4
import javax.xml.bind.annotation.XmlRootElement;
6
 
5
 
-
 
6
@XmlRootElement(name="FileList")
Line 7... Line 7...
7
@XmlRootElement(name="FileList")
7
public class FileListType
8
public class FileListType {
8
{
9
 
-
 
10
	@XmlElement
-
 
11
	public String name;
-
 
12
	
-
 
13
	public FileListType(){};
-
 
Line -... Line 9...
-
 
9
 
-
 
10
  @XmlElement
-
 
11
  public String name;
-
 
12
 
-
 
13
  public FileListType()
-
 
14
  {
-
 
15
  }
-
 
16
 
14
	public FileListType(String name) {
17
  public FileListType(String name)
15
		this.name = name;
18
  {