Subversion Repositories XServices

Rev

Rev 109 | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

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;
  }
}

Generated by GNU Enscript 1.6.5.90.