Class Param
- java.lang.Object
-
- com.sun.research.ws.wadl.Param
-
public class Param extends java.lang.ObjectJava 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
Fields Modifier and Type Field Description protected java.lang.String_defaultprotected java.util.List<java.lang.Object>anyprotected java.util.List<Doc>docprotected java.lang.Stringfixedprotected java.lang.Stringhrefprotected java.lang.Stringidprotected Linklinkprotected java.lang.Stringnameprotected java.util.List<Option>optionprivate java.util.Map<javax.xml.namespace.QName,java.lang.String>otherAttributesprotected java.lang.Stringpathprotected java.lang.Booleanrepeatingprotected java.lang.Booleanrequiredprotected ParamStylestyleprotected javax.xml.namespace.QNametype
-
Constructor Summary
Constructors Constructor Description Param()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Object>getAny()Gets the value of the any property.java.lang.StringgetDefault()Gets the value of the default property.java.util.List<Doc>getDoc()Gets the value of the doc property.java.lang.StringgetFixed()Gets the value of the fixed property.java.lang.StringgetHref()Gets the value of the href property.java.lang.StringgetId()Gets the value of the id property.LinkgetLink()Gets the value of the link property.java.lang.StringgetName()Gets the value of the name property.java.util.List<Option>getOption()Gets the value of the option property.java.util.Map<javax.xml.namespace.QName,java.lang.String>getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.java.lang.StringgetPath()Gets the value of the path property.ParamStylegetStyle()Gets the value of the style property.javax.xml.namespace.QNamegetType()Gets the value of the type property.booleanisRepeating()Gets the value of the repeating property.booleanisRequired()Gets the value of the required property.voidsetDefault(java.lang.String value)Sets the value of the default property.voidsetFixed(java.lang.String value)Sets the value of the fixed property.voidsetHref(java.lang.String value)Sets the value of the href property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetLink(Link value)Sets the value of the link property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetPath(java.lang.String value)Sets the value of the path property.voidsetRepeating(java.lang.Boolean value)Sets the value of the repeating property.voidsetRequired(java.lang.Boolean value)Sets the value of the required property.voidsetStyle(ParamStyle value)Sets the value of the style property.voidsetType(javax.xml.namespace.QName value)Sets the value of the type property.
-
-
-
Field Detail
-
doc
protected java.util.List<Doc> doc
-
option
protected java.util.List<Option> option
-
link
protected Link link
-
any
protected java.util.List<java.lang.Object> any
-
href
protected java.lang.String href
-
name
protected java.lang.String name
-
style
protected ParamStyle style
-
id
protected java.lang.String id
-
type
protected javax.xml.namespace.QName type
-
_default
protected java.lang.String _default
-
required
protected java.lang.Boolean required
-
repeating
protected java.lang.Boolean repeating
-
fixed
protected java.lang.String fixed
-
path
protected java.lang.String path
-
otherAttributes
private java.util.Map<javax.xml.namespace.QName,java.lang.String> otherAttributes
-
-
Method Detail
-
getDoc
public java.util.List<Doc> 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
setmethod 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
public java.util.List<Option> 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
setmethod 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
-
setLink
public void setLink(Link value)
Sets the value of the link property.- Parameters:
value- allowed object isLink
-
getAny
public java.util.List<java.lang.Object> 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
setmethod 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
ObjectElement
-
getHref
public java.lang.String getHref()
Gets the value of the href property.- Returns:
- possible object is
String
-
setHref
public void setHref(java.lang.String value)
Sets the value of the href property.- Parameters:
value- allowed object isString
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getStyle
public ParamStyle getStyle()
Gets the value of the style property.- Returns:
- possible object is
ParamStyle
-
setStyle
public void setStyle(ParamStyle value)
Sets the value of the style property.- Parameters:
value- allowed object isParamStyle
-
getId
public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getType
public javax.xml.namespace.QName getType()
Gets the value of the type property.- Returns:
- possible object is
QName
-
setType
public void setType(javax.xml.namespace.QName value)
Sets the value of the type property.- Parameters:
value- allowed object isQName
-
getDefault
public java.lang.String getDefault()
Gets the value of the default property.- Returns:
- possible object is
String
-
setDefault
public void setDefault(java.lang.String value)
Sets the value of the default property.- Parameters:
value- allowed object isString
-
isRequired
public boolean isRequired()
Gets the value of the required property.- Returns:
- possible object is
Boolean
-
setRequired
public void setRequired(java.lang.Boolean value)
Sets the value of the required property.- Parameters:
value- allowed object isBoolean
-
isRepeating
public boolean isRepeating()
Gets the value of the repeating property.- Returns:
- possible object is
Boolean
-
setRepeating
public void setRepeating(java.lang.Boolean value)
Sets the value of the repeating property.- Parameters:
value- allowed object isBoolean
-
getFixed
public java.lang.String getFixed()
Gets the value of the fixed property.- Returns:
- possible object is
String
-
setFixed
public void setFixed(java.lang.String value)
Sets the value of the fixed property.- Parameters:
value- allowed object isString
-
getPath
public java.lang.String getPath()
Gets the value of the path property.- Returns:
- possible object is
String
-
setPath
public void setPath(java.lang.String value)
Sets the value of the path property.- Parameters:
value- allowed object isString
-
getOtherAttributes
public java.util.Map<javax.xml.namespace.QName,java.lang.String> 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
-
-