Package ietf.params.xml.ns.icalendar_2
Class VeventType
- java.lang.Object
-
- ietf.params.xml.ns.icalendar_2.BaseComponentType
-
- ietf.params.xml.ns.icalendar_2.VeventType
-
public class VeventType extends BaseComponentType
Java class for VeventType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VeventType"> <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}ArrayOfEventContainedProperties" minOccurs="0"/> <element name="components" type="{urn:ietf:params:xml:ns:icalendar-2.0}ArrayOfEventTodoContainedComponents" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ArrayOfEventTodoContainedComponentscomponentsprotected ArrayOfEventContainedPropertiesproperties
-
Constructor Summary
Constructors Constructor Description VeventType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayOfEventTodoContainedComponentsgetComponents()Gets the value of the components property.ArrayOfEventContainedPropertiesgetProperties()Gets the value of the properties property.voidsetComponents(ArrayOfEventTodoContainedComponents value)Sets the value of the components property.voidsetProperties(ArrayOfEventContainedProperties value)Sets the value of the properties property.
-
-
-
Field Detail
-
properties
protected ArrayOfEventContainedProperties properties
-
components
protected ArrayOfEventTodoContainedComponents components
-
-
Method Detail
-
getProperties
public ArrayOfEventContainedProperties getProperties()
Gets the value of the properties property.- Returns:
- possible object is
ArrayOfEventContainedProperties
-
setProperties
public void setProperties(ArrayOfEventContainedProperties value)
Sets the value of the properties property.- Parameters:
value- allowed object isArrayOfEventContainedProperties
-
getComponents
public ArrayOfEventTodoContainedComponents getComponents()
Gets the value of the components property.- Returns:
- possible object is
ArrayOfEventTodoContainedComponents
-
setComponents
public void setComponents(ArrayOfEventTodoContainedComponents value)
Sets the value of the components property.- Parameters:
value- allowed object isArrayOfEventTodoContainedComponents
-
-