Package ietf.params.xml.ns.icalendar_2
Class VfreebusyType
- java.lang.Object
-
- ietf.params.xml.ns.icalendar_2.BaseComponentType
-
- ietf.params.xml.ns.icalendar_2.VfreebusyType
-
public class VfreebusyType extends BaseComponentType
Freebusy components contain no other componentsJava class for VfreebusyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VfreebusyType"> <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}ArrayOfFreebusyContainedProperties" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ArrayOfFreebusyContainedPropertiesproperties
-
Constructor Summary
Constructors Constructor Description VfreebusyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayOfFreebusyContainedPropertiesgetProperties()Gets the value of the properties property.voidsetProperties(ArrayOfFreebusyContainedProperties value)Sets the value of the properties property.
-
-
-
Field Detail
-
properties
protected ArrayOfFreebusyContainedProperties properties
-
-
Method Detail
-
getProperties
public ArrayOfFreebusyContainedProperties getProperties()
Gets the value of the properties property.- Returns:
- possible object is
ArrayOfFreebusyContainedProperties
-
setProperties
public void setProperties(ArrayOfFreebusyContainedProperties value)
Sets the value of the properties property.- Parameters:
value- allowed object isArrayOfFreebusyContainedProperties
-
-