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

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

public class WadlOption
extends Object


Field Summary
protected  String mediaType
           
protected  String value
           
 
Constructor Summary
WadlOption()
           
 
Method Summary
 WadlDoc getDoc()
           
 String getMediaType()
           
 String getValue()
           
 void setDoc(WadlDoc doc)
           
 void setMediaType(String mediaType)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

mediaType

protected String mediaType
Constructor Detail

WadlOption

public WadlOption()
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

getMediaType

public String getMediaType()

setMediaType

public void setMediaType(String mediaType)

getDoc

public WadlDoc getDoc()

setDoc

public void setDoc(WadlDoc doc)


Copyright © 2011. All Rights Reserved.