public class Parameter extends BaseResource
Java class for Parameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Parameter">
<complexContent>
<extension base="{}BaseResource">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="mandatory" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
mandatory |
protected String |
type |
protected String |
value |
actions, creationStatus, description, href, id, links, name| Constructor and Description |
|---|
Parameter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
Boolean |
isMandatory()
Gets the value of the mandatory property.
|
boolean |
isSetMandatory() |
boolean |
isSetType() |
boolean |
isSetValue() |
void |
setMandatory(Boolean value)
Sets the value of the mandatory property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
getActions, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetActions, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setActions, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksprotected String value
protected String type
protected Boolean mandatory
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isSetValue()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public Boolean isMandatory()
Booleanpublic void setMandatory(Boolean value)
value - allowed object is
Booleanpublic boolean isSetMandatory()
Copyright © 2012. All Rights Reserved.