net.craftforge.essential.controller.documentation.jaxb
Class WadlRepresentation
java.lang.Object
net.craftforge.essential.controller.documentation.jaxb.WadlRepresentation
public class WadlRepresentation
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WadlRepresentation
public WadlRepresentation()
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.