public class ComponentReferenceType extends Object
Java class for ComponentReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComponentReferenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}baseComponent"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<? extends BaseComponentType> |
baseComponent |
| Constructor and Description |
|---|
ComponentReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<? extends BaseComponentType> |
getBaseComponent()
Gets the value of the baseComponent property.
|
void |
setBaseComponent(JAXBElement<? extends BaseComponentType> value)
Sets the value of the baseComponent property.
|
protected JAXBElement<? extends BaseComponentType> baseComponent
public 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>Copyright © 2018 Bedework. All rights reserved.