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

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

public class WadlRequest
extends Object


Constructor Summary
WadlRequest()
           
 
Method Summary
 WadlDoc getDoc()
           
 List<WadlParam> getParams()
           
 List<WadlRepresentation> getRepresentations()
           
 void setDoc(WadlDoc doc)
           
 void setParams(List<WadlParam> params)
           
 void setRepresentations(List<WadlRepresentation> representations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WadlRequest

public WadlRequest()
Method Detail

getDoc

public WadlDoc getDoc()

setDoc

public void setDoc(WadlDoc doc)

getParams

public List<WadlParam> getParams()

setParams

public void setParams(List<WadlParam> params)

getRepresentations

public List<WadlRepresentation> getRepresentations()

setRepresentations

public void setRepresentations(List<WadlRepresentation> representations)


Copyright © 2011. All Rights Reserved.