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