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