Subversion Repositories XServices

Compare Revisions

No changes between revisions

Ignore whitespace Rev 122 → Rev 123

/xservices/tags/20130205r/src/java/net/brutex/xservices/ws/rs/FileListType.java
0,0 → 1,21
package net.brutex.xservices.ws.rs;
 
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
 
@XmlRootElement(name="FileList")
public class FileListType
{
 
@XmlElement
public String name;
 
public FileListType()
{
}
 
public FileListType(String name)
{
this.name = name;
}
}
Property changes:
Added: svn:mime-type
+text/plain
\ No newline at end of property