Package ietf.params.xml.ns.icalendar_2
Class VavailabilityType
- java.lang.Object
-
- ietf.params.xml.ns.icalendar_2.BaseComponentType
-
- ietf.params.xml.ns.icalendar_2.VavailabilityType
-
public class VavailabilityType extends BaseComponentType
Java class for VavailabilityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VavailabilityType"> <complexContent> <extension base="{urn:ietf:params:xml:ns:icalendar-2.0}BaseComponentType"> <sequence> <element name="components" type="{urn:ietf:params:xml:ns:icalendar-2.0}ArrayOfVavailabilityContainedComponents"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ArrayOfVavailabilityContainedComponentscomponents
-
Constructor Summary
Constructors Constructor Description VavailabilityType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayOfVavailabilityContainedComponentsgetComponents()Gets the value of the components property.voidsetComponents(ArrayOfVavailabilityContainedComponents value)Sets the value of the components property.
-
-
-
Field Detail
-
components
protected ArrayOfVavailabilityContainedComponents components
-
-
Method Detail
-
getComponents
public ArrayOfVavailabilityContainedComponents getComponents()
Gets the value of the components property.- Returns:
- possible object is
ArrayOfVavailabilityContainedComponents
-
setComponents
public void setComponents(ArrayOfVavailabilityContainedComponents value)
Sets the value of the components property.- Parameters:
value- allowed object isArrayOfVavailabilityContainedComponents
-
-