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

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

public class WadlRepresentation
extends Object


Constructor Summary
WadlRepresentation()
           
 
Method Summary
 WadlDoc getDoc()
           
 QName getElement()
           
 String getHref()
           
 String getId()
           
 String getMediaType()
           
 List<WadlParam> getParams()
           
 String getProfile()
           
 void setDoc(WadlDoc doc)
           
 void setElement(QName element)
           
 void setHref(String href)
           
 void setId(String id)
           
 void setMediaType(String mediaType)
           
 void setParams(List<WadlParam> params)
           
 void setProfile(String profile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WadlRepresentation

public WadlRepresentation()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getElement

public QName getElement()

setElement

public void setElement(QName element)

getMediaType

public String getMediaType()

setMediaType

public void setMediaType(String mediaType)

getHref

public String getHref()

setHref

public void setHref(String href)

getProfile

public String getProfile()

setProfile

public void setProfile(String profile)

getDoc

public WadlDoc getDoc()

setDoc

public void setDoc(WadlDoc doc)

getParams

public List<WadlParam> getParams()

setParams

public void setParams(List<WadlParam> params)


Copyright © 2011. All Rights Reserved.