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 ref="{}parameters_set" minOccurs="0"/>
<element name="deprecated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
<attribute name="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="context" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Parameter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContext()
Gets the value of the context property.
|
Boolean |
getDeprecated()
Gets the value of the deprecated property.
|
ParametersSet |
getParametersSet()
Gets the value of the parametersSet property.
|
Boolean |
getRequired()
Gets the value of the required property.
|
String |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
boolean |
isSetContext() |
boolean |
isSetDeprecated() |
boolean |
isSetParametersSet() |
boolean |
isSetType() |
boolean |
isSetValue() |
void |
setContext(String value)
Sets the value of the context property.
|
void |
setDeprecated(Boolean value)
Sets the value of the deprecated property.
|
void |
setParametersSet(ParametersSet value)
Sets the value of the parametersSet property.
|
void |
setRequired(Boolean value)
Sets the value of the required property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksgetActions, isSetActions, setActionspublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isSetValue()
public ParametersSet getParametersSet()
ParametersSetpublic void setParametersSet(ParametersSet value)
value - allowed object is
ParametersSetpublic boolean isSetParametersSet()
public Boolean getDeprecated()
Booleanpublic void setDeprecated(Boolean value)
value - allowed object is
Booleanpublic boolean isSetDeprecated()
public Boolean getRequired()
Booleanpublic void setRequired(Boolean value)
value - allowed object is
Booleanpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public String getContext()
Stringpublic void setContext(String value)
value - allowed object is
Stringpublic boolean isSetContext()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0