public class Body extends Object
Java class for Body complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Body"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element ref="{}parameters_set" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Body() |
Modifier and Type | Method and Description |
---|---|
List<ParametersSet> |
getParametersSets()
Gets the value of the parametersSets property.
|
Boolean |
getRequired()
Gets the value of the required property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isSetParametersSets() |
boolean |
isSetType() |
void |
setRequired(Boolean value)
Sets the value of the required property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
unsetParametersSets() |
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public boolean isSetType()
public List<ParametersSet> getParametersSets()
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 set
method for the parametersSets property.
For example, to add a new item, do as follows:
getParametersSets().add(newItem);
Objects of the following type(s) are allowed in the list
ParametersSet
public boolean isSetParametersSets()
public void unsetParametersSets()
public Boolean getRequired()
Boolean
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0