Class Param
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>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAny()
Gets the value of the any property.Gets the value of the default property.getDoc()
Gets the value of the doc property.getFixed()
Gets the value of the fixed property.getHref()
Gets the value of the href property.getId()
Gets the value of the id property.getLink()
Gets the value of the link property.getName()
Gets the value of the name property.Gets the value of the option property.Gets a map that contains attributes that aren't bound to any typed property on this class.getPath()
Gets the value of the path property.getStyle()
Gets the value of the style property.getType()
Gets the value of the type property.boolean
Gets the value of the repeating property.boolean
Gets the value of the required property.void
setDefault
(String value) Sets the value of the default property.void
Sets the value of the fixed property.void
Sets the value of the href property.void
Sets the value of the id property.void
Sets the value of the link property.void
Sets the value of the name property.void
Sets the value of the path property.void
setRepeating
(Boolean value) Sets the value of the repeating property.void
setRequired
(Boolean value) Sets the value of the required property.void
setStyle
(ParamStyle value) Sets the value of the style property.void
Sets the value of the type property.
-
Field Details
-
doc
-
option
-
link
-
any
-
href
-
name
-
style
-
id
-
type
-
_default
-
required
-
repeating
-
fixed
-
path
-
-
Constructor Details
-
Param
public Param()
-
-
Method Details
-
getDoc
Gets the value of the doc property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the doc property.For example, to add a new item, do as follows:
getDoc().add(newItem);
Objects of the following type(s) are allowed in the list
Doc
-
getOption
Gets the value of the option property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the option property.For example, to add a new item, do as follows:
getOption().add(newItem);
Objects of the following type(s) are allowed in the list
Option
-
getLink
-
setLink
-
getAny
Gets the value of the any property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the any property.For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
Object
-
getHref
-
setHref
-
getName
-
setName
-
getStyle
Gets the value of the style property.- Returns:
- possible object is
ParamStyle
-
setStyle
Sets the value of the style property.- Parameters:
value
- allowed object isParamStyle
-
getId
-
setId
-
getType
-
setType
-
getDefault
-
setDefault
-
isRequired
public boolean isRequired()Gets the value of the required property.- Returns:
- possible object is
Boolean
-
setRequired
-
isRepeating
public boolean isRepeating()Gets the value of the repeating property.- Returns:
- possible object is
Boolean
-
setRepeating
-
getFixed
-
setFixed
-
getPath
-
setPath
-
getOtherAttributes
Gets a map that contains attributes that aren't bound to any typed property on this class.the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
- always non-null
-