Class ComponentSelectionType
java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.ComponentSelectionType
Used to contain a selection of a single component. There are no changes
that can be applied directly to components. They are containers for
properties or other components.
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected javax.xml.bind.JAXBElement<? extends BaseComponentType>
protected ComponentsSelectionType
protected PropertiesSelectionType
protected VcalendarType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<? extends BaseComponentType>
Gets the value of the baseComponent property.Gets the value of the components property.Gets the value of the properties property.Gets the value of the vcalendar property.void
setBaseComponent
(javax.xml.bind.JAXBElement<? extends BaseComponentType> value) Sets the value of the baseComponent property.void
Sets the value of the components property.void
Sets the value of the properties property.void
setVcalendar
(VcalendarType value) Sets the value of the vcalendar property.
-
Field Details
-
vcalendar
-
baseComponent
-
properties
-
components
-
-
Constructor Details
-
ComponentSelectionType
public ComponentSelectionType()
-
-
Method Details
-
getVcalendar
Gets the value of the vcalendar property.- Returns:
- possible object is
VcalendarType
-
setVcalendar
Sets the value of the vcalendar property.- Parameters:
value
- allowed object isVcalendarType
-
getBaseComponent
Gets the value of the baseComponent property.- Returns:
- possible object is
JAXBElement
<
VeventType
>
JAXBElement
<
ValarmType
>
JAXBElement
<
VavailabilityType
>
JAXBElement
<
AvailableType
>
JAXBElement
<
StandardType
>
JAXBElement
<
DaylightType
>
JAXBElement
<
WsCalendarIntervalType
>
JAXBElement
<
VjournalType
>
JAXBElement
<
WsCalendarGluonType
>
JAXBElement
<
VfreebusyType
>
JAXBElement
<
VpollType
>
JAXBElement
<
VtodoType
>
JAXBElement
<
VtimezoneType
>
JAXBElement
<
BaseComponentType
>
-
setBaseComponent
Sets the value of the baseComponent property.- Parameters:
value
- allowed object isJAXBElement
<
VeventType
>
JAXBElement
<
ValarmType
>
JAXBElement
<
VavailabilityType
>
JAXBElement
<
AvailableType
>
JAXBElement
<
StandardType
>
JAXBElement
<
DaylightType
>
JAXBElement
<
WsCalendarIntervalType
>
JAXBElement
<
VjournalType
>
JAXBElement
<
WsCalendarGluonType
>
JAXBElement
<
VfreebusyType
>
JAXBElement
<
VpollType
>
JAXBElement
<
VtodoType
>
JAXBElement
<
VtimezoneType
>
JAXBElement
<
BaseComponentType
>
-
getProperties
Gets the value of the properties property.- Returns:
- possible object is
PropertiesSelectionType
-
setProperties
Sets the value of the properties property.- Parameters:
value
- allowed object isPropertiesSelectionType
-
getComponents
Gets the value of the components property.- Returns:
- possible object is
ComponentsSelectionType
-
setComponents
Sets the value of the components property.- Parameters:
value
- allowed object isComponentsSelectionType
-