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

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

public class WadlResponse
extends Object


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

Constructor Detail

WadlResponse

public WadlResponse()
Method Detail

getStatus

public Integer getStatus()

setStatus

public void setStatus(Integer status)

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.