Class ComponentReferenceType
java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.ComponentReferenceType
Used to contain a new value.
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected javax.xml.bind.JAXBElement<? extends BaseComponentType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<? extends BaseComponentType>
Gets the value of the baseComponent property.void
setBaseComponent
(javax.xml.bind.JAXBElement<? extends BaseComponentType> value) Sets the value of the baseComponent property.
-
Field Details
-
baseComponent
-
-
Constructor Details
-
ComponentReferenceType
public ComponentReferenceType()
-
-
Method Details
-
getBaseComponent
Gets the value of the baseComponent property.- Returns:
- possible object is
JAXBElement
<
VeventType
>
JAXBElement
<
AvailableType
>
JAXBElement
<
VtodoType
>
JAXBElement
<
VavailabilityType
>
JAXBElement
<
VpollType
>
JAXBElement
<
DaylightType
>
JAXBElement
<
VtimezoneType
>
JAXBElement
<
StandardType
>
JAXBElement
<
WsCalendarIntervalType
>
JAXBElement
<
ValarmType
>
JAXBElement
<
VjournalType
>
JAXBElement
<
WsCalendarGluonType
>
JAXBElement
<
VfreebusyType
>
JAXBElement
<
BaseComponentType
>
-
setBaseComponent
Sets the value of the baseComponent property.- Parameters:
value
- allowed object isJAXBElement
<
VeventType
>
JAXBElement
<
AvailableType
>
JAXBElement
<
VtodoType
>
JAXBElement
<
VavailabilityType
>
JAXBElement
<
VpollType
>
JAXBElement
<
DaylightType
>
JAXBElement
<
VtimezoneType
>
JAXBElement
<
StandardType
>
JAXBElement
<
WsCalendarIntervalType
>
JAXBElement
<
ValarmType
>
JAXBElement
<
VjournalType
>
JAXBElement
<
WsCalendarGluonType
>
JAXBElement
<
VfreebusyType
>
JAXBElement
<
BaseComponentType
>
-