public class CapabilitiesAcceptParameterType extends Object
Java class for CapabilitiesAcceptParameterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CapabilitiesAcceptParameterType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="required" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="multi" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected boolean |
multi |
protected String |
name |
protected boolean |
required |
protected String |
value |
| Constructor and Description |
|---|
CapabilitiesAcceptParameterType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getName()
Gets the value of the name property.
|
String |
getValue()
Gets the value of the value property.
|
boolean |
isMulti()
Gets the value of the multi property.
|
boolean |
isRequired()
Gets the value of the required property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setMulti(boolean value)
Sets the value of the multi property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRequired(boolean value)
Sets the value of the required property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String name
protected boolean required
protected boolean multi
protected String value
protected String description
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isRequired()
public void setRequired(boolean value)
public boolean isMulti()
public void setMulti(boolean value)
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getDescription()
StringCopyright © 2015 Bedework. All rights reserved.