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> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<ParametersSet> |
parametersSets |
protected String |
type |
Constructor and Description |
---|
Body() |
Modifier and Type | Method and Description |
---|---|
List<ParametersSet> |
getParametersSets()
Gets the value of the parametersSets property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isSetParametersSets() |
boolean |
isSetType() |
void |
setType(String value)
Sets the value of the type property.
|
void |
unsetParametersSets() |
protected String type
protected List<ParametersSet> parametersSets
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()
Copyright © 2012. All Rights Reserved.