Package ietf.params.xml.ns.icalendar_2
Class BaseComponentType
java.lang.Object
ietf.params.xml.ns.icalendar_2.BaseComponentType
- Direct Known Subclasses:
AvailableType
,DaylightType
,StandardType
,ValarmType
,VavailabilityType
,VcalendarType
,VeventType
,VfreebusyType
,VjournalType
,VpollType
,VtimezoneType
,VtodoType
,WsCalendarGluonType
,WsCalendarIntervalType
This type is the basis for all components and provides a base class for
applications.
Essentially it states that a component is a set of properties and components.
Java class for BaseComponentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseComponentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}properties" minOccurs="0"/> <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}components" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the components property.Gets the value of the properties property.void
setComponents
(ArrayOfComponents value) Sets the value of the components property.void
setProperties
(ArrayOfProperties value) Sets the value of the properties property.
-
Field Details
-
properties
-
components
-
-
Constructor Details
-
BaseComponentType
public BaseComponentType()
-
-
Method Details
-
getProperties
Gets the value of the properties property.- Returns:
- possible object is
ArrayOfProperties
-
setProperties
Sets the value of the properties property.- Parameters:
value
- allowed object isArrayOfProperties
-
getComponents
Gets the value of the components property.- Returns:
- possible object is
ArrayOfComponents
-
setComponents
Sets the value of the components property.- Parameters:
value
- allowed object isArrayOfComponents
-