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, unsetLinks
getActions, isSetActions, setActions
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public boolean isSetValue()
public ParametersSet getParametersSet()
ParametersSet
public void setParametersSet(ParametersSet value)
value
- allowed object is
ParametersSet
public boolean isSetParametersSet()
public Boolean getDeprecated()
Boolean
public void setDeprecated(Boolean value)
value
- allowed object is
Boolean
public boolean isSetDeprecated()
public Boolean getRequired()
Boolean
public void setRequired(Boolean value)
value
- allowed object is
Boolean
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public boolean isSetType()
public String getContext()
String
public void setContext(String value)
value
- allowed object is
String
public boolean isSetContext()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0