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