public class ComponentSelectionType extends Object
Java class for ComponentSelectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComponentSelectionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}vcalendar"/>
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}baseComponent"/>
</choice>
<element name="properties" type="{http://docs.oasis-open.org/ws-calendar/ns/soap}PropertiesSelectionType" minOccurs="0"/>
<element name="components" type="{http://docs.oasis-open.org/ws-calendar/ns/soap}ComponentsSelectionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<? extends BaseComponentType> |
baseComponent |
protected ComponentsSelectionType |
components |
protected PropertiesSelectionType |
properties |
protected VcalendarType |
vcalendar |
| Constructor and Description |
|---|
ComponentSelectionType() |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<? extends BaseComponentType> |
getBaseComponent()
Gets the value of the baseComponent property.
|
ComponentsSelectionType |
getComponents()
Gets the value of the components property.
|
PropertiesSelectionType |
getProperties()
Gets the value of the properties property.
|
VcalendarType |
getVcalendar()
Gets the value of the vcalendar property.
|
void |
setBaseComponent(JAXBElement<? extends BaseComponentType> value)
Sets the value of the baseComponent property.
|
void |
setComponents(ComponentsSelectionType value)
Sets the value of the components property.
|
void |
setProperties(PropertiesSelectionType value)
Sets the value of the properties property.
|
void |
setVcalendar(VcalendarType value)
Sets the value of the vcalendar property.
|
protected VcalendarType vcalendar
protected JAXBElement<? extends BaseComponentType> baseComponent
protected PropertiesSelectionType properties
protected ComponentsSelectionType components
public VcalendarType getVcalendar()
VcalendarTypepublic void setVcalendar(VcalendarType value)
value - allowed object is
VcalendarTypepublic JAXBElement<? extends BaseComponentType> getBaseComponent()
JAXBElement<BaseComponentType>
JAXBElement<VeventType>
JAXBElement<VpollType>
JAXBElement<AvailableType>
JAXBElement<DaylightType>
JAXBElement<VfreebusyType>
JAXBElement<StandardType>
JAXBElement<VjournalType>
JAXBElement<WsCalendarIntervalType>
JAXBElement<WsCalendarGluonType>
JAXBElement<VavailabilityType>
JAXBElement<ValarmType>
JAXBElement<VtimezoneType>
JAXBElement<VtodoType>public void setBaseComponent(JAXBElement<? extends BaseComponentType> value)
value - allowed object is
JAXBElement<BaseComponentType>
JAXBElement<VeventType>
JAXBElement<VpollType>
JAXBElement<AvailableType>
JAXBElement<DaylightType>
JAXBElement<VfreebusyType>
JAXBElement<StandardType>
JAXBElement<VjournalType>
JAXBElement<WsCalendarIntervalType>
JAXBElement<WsCalendarGluonType>
JAXBElement<VavailabilityType>
JAXBElement<ValarmType>
JAXBElement<VtimezoneType>
JAXBElement<VtodoType>public PropertiesSelectionType getProperties()
PropertiesSelectionTypepublic void setProperties(PropertiesSelectionType value)
value - allowed object is
PropertiesSelectionTypepublic ComponentsSelectionType getComponents()
ComponentsSelectionTypepublic void setComponents(ComponentsSelectionType value)
value - allowed object is
ComponentsSelectionTypeCopyright © 2018 Bedework. All rights reserved.