Subversion Repositories XServices

Rev

Rev 92 | Go to most recent revision | Blame | 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.