Package ietf.params.xml.ns.icalendar_2
Class VcalendarType
- java.lang.Object
-
- ietf.params.xml.ns.icalendar_2.BaseComponentType
-
- ietf.params.xml.ns.icalendar_2.VcalendarType
-
public class VcalendarType extends BaseComponentType
This type is the basis for all components and provides a base class for applications.Java class for VcalendarType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VcalendarType"> <complexContent> <extension base="{urn:ietf:params:xml:ns:icalendar-2.0}BaseComponentType"> <sequence> <element name="properties" type="{urn:ietf:params:xml:ns:icalendar-2.0}ArrayOfVcalendarContainedProperties" minOccurs="0"/> <element name="components" type="{urn:ietf:params:xml:ns:icalendar-2.0}ArrayOfVcalendarContainedComponents"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ArrayOfVcalendarContainedComponentscomponentsprotected ArrayOfVcalendarContainedPropertiesproperties
-
Constructor Summary
Constructors Constructor Description VcalendarType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayOfVcalendarContainedComponentsgetComponents()Gets the value of the components property.ArrayOfVcalendarContainedPropertiesgetProperties()Gets the value of the properties property.voidsetComponents(ArrayOfVcalendarContainedComponents value)Sets the value of the components property.voidsetProperties(ArrayOfVcalendarContainedProperties value)Sets the value of the properties property.
-
-
-
Field Detail
-
properties
protected ArrayOfVcalendarContainedProperties properties
-
components
protected ArrayOfVcalendarContainedComponents components
-
-
Method Detail
-
getProperties
public ArrayOfVcalendarContainedProperties getProperties()
Gets the value of the properties property.- Returns:
- possible object is
ArrayOfVcalendarContainedProperties
-
setProperties
public void setProperties(ArrayOfVcalendarContainedProperties value)
Sets the value of the properties property.- Parameters:
value- allowed object isArrayOfVcalendarContainedProperties
-
getComponents
public ArrayOfVcalendarContainedComponents getComponents()
Gets the value of the components property.- Returns:
- possible object is
ArrayOfVcalendarContainedComponents
-
setComponents
public void setComponents(ArrayOfVcalendarContainedComponents value)
Sets the value of the components property.- Parameters:
value- allowed object isArrayOfVcalendarContainedComponents
-
-