net.craftforge.essential.controller.documentation.jaxb
Class WadlResource

java.lang.Object
  extended by net.craftforge.essential.controller.documentation.jaxb.WadlResource

public class WadlResource
extends Object


Constructor Summary
WadlResource()
           
 
Method Summary
 WadlDoc getDoc()
           
 String getId()
           
 List<WadlMethod> getMethods()
           
 List<WadlParam> getParams()
           
 String getPath()
           
 String getQueryType()
           
 List<WadlResource> getResources()
           
 List<String> getType()
           
 void setDoc(WadlDoc doc)
           
 void setId(String id)
           
 void setMethods(List<WadlMethod> methods)
           
 void setParams(List<WadlParam> params)
           
 void setPath(String path)
           
 void setQueryType(String queryType)
           
 void setResources(List<WadlResource> resources)
           
 void setType(List<String> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WadlResource

public WadlResource()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getType

public List<String> getType()

setType

public void setType(List<String> type)

getQueryType

public String getQueryType()

setQueryType

public void setQueryType(String queryType)

getPath

public String getPath()

setPath

public void setPath(String path)

getDoc

public WadlDoc getDoc()

setDoc

public void setDoc(WadlDoc doc)

getParams

public List<WadlParam> getParams()

setParams

public void setParams(List<WadlParam> params)

getMethods

public List<WadlMethod> getMethods()

setMethods

public void setMethods(List<WadlMethod> methods)

getResources

public List<WadlResource> getResources()

setResources

public void setResources(List<WadlResource> resources)


Copyright © 2011. All Rights Reserved.