public class ParametersSelectionType extends Object
Java class for ParametersSelectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParametersSelectionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parameter" type="{http://docs.oasis-open.org/ws-calendar/ns/soap}ParameterSelectionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="remove" type="{http://docs.oasis-open.org/ws-calendar/ns/soap}ParameterReferenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="add" type="{http://docs.oasis-open.org/ws-calendar/ns/soap}ParameterReferenceType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ParameterReferenceType> |
add |
protected List<ParameterSelectionType> |
parameter |
protected List<ParameterReferenceType> |
remove |
| Constructor and Description |
|---|
ParametersSelectionType() |
| Modifier and Type | Method and Description |
|---|---|
List<ParameterReferenceType> |
getAdd()
Gets the value of the add property.
|
List<ParameterSelectionType> |
getParameter()
Gets the value of the parameter property.
|
List<ParameterReferenceType> |
getRemove()
Gets the value of the remove property.
|
protected List<ParameterSelectionType> parameter
protected List<ParameterReferenceType> remove
protected List<ParameterReferenceType> add
public List<ParameterSelectionType> getParameter()
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 parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
ParameterSelectionType
public List<ParameterReferenceType> getRemove()
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 remove property.
For example, to add a new item, do as follows:
getRemove().add(newItem);
Objects of the following type(s) are allowed in the list
ParameterReferenceType
public List<ParameterReferenceType> getAdd()
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 add property.
For example, to add a new item, do as follows:
getAdd().add(newItem);
Objects of the following type(s) are allowed in the list
ParameterReferenceType
Copyright © 2019 Bedework. All rights reserved.