net.craftforge.essential.controller.documentation.jaxb
Class WadlParam
java.lang.Object
net.craftforge.essential.controller.documentation.jaxb.WadlParam
public class WadlParam
- extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://wadl.dev.java.net/2009/02}doc" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://wadl.dev.java.net/2009/02}option" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://wadl.dev.java.net/2009/02}link" minOccurs="0"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="href" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="style" type="{http://wadl.dev.java.net/2009/02}ParamStyle" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}QName" default="xs:string" />
<attribute name="default" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="required" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="repeating" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="fixed" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="path" type="{http://www.w3.org/2001/XMLSchema}string" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WadlParam
public WadlParam()
getId
public String getId()
setId
public void setId(String id)
getHref
public String getHref()
setHref
public void setHref(String href)
getName
public String getName()
setName
public void setName(String name)
getStyle
public WadlParamStyle getStyle()
setStyle
public void setStyle(WadlParamStyle style)
getType
public QName getType()
setType
public void setType(QName type)
getDefaultValue
public String getDefaultValue()
setDefaultValue
public void setDefaultValue(String defaultValue)
getRequired
public Boolean getRequired()
setRequired
public void setRequired(Boolean required)
getRepeating
public Boolean getRepeating()
setRepeating
public void setRepeating(Boolean repeating)
getFixed
public String getFixed()
setFixed
public void setFixed(String fixed)
getPath
public String getPath()
setPath
public void setPath(String path)
getDoc
public WadlDoc getDoc()
setDoc
public void setDoc(WadlDoc doc)
getLink
public WadlLink getLink()
setLink
public void setLink(WadlLink link)
getOptions
public List<WadlOption> getOptions()
setOptions
public void setOptions(List<WadlOption> options)
Copyright © 2011. All Rights Reserved.