Package ietf.params.xml.ns.icalendar_2
Class WsCalendarGluonType
- java.lang.Object
-
- ietf.params.xml.ns.icalendar_2.BaseComponentType
-
- ietf.params.xml.ns.icalendar_2.WsCalendarGluonType
-
public class WsCalendarGluonType extends BaseComponentType
A gluon takes vavailability.Java class for WsCalendarGluonType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WsCalendarGluonType"> <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}ArrayOfGluonContainedComponents"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ArrayOfGluonContainedComponentscomponents
-
Constructor Summary
Constructors Constructor Description WsCalendarGluonType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayOfGluonContainedComponentsgetComponents()Gets the value of the components property.voidsetComponents(ArrayOfGluonContainedComponents value)Sets the value of the components property.
-
-
-
Field Detail
-
components
protected ArrayOfGluonContainedComponents components
-
-
Method Detail
-
getComponents
public ArrayOfGluonContainedComponents getComponents()
Gets the value of the components property.- Returns:
- possible object is
ArrayOfGluonContainedComponents
-
setComponents
public void setComponents(ArrayOfGluonContainedComponents value)
Sets the value of the components property.- Parameters:
value- allowed object isArrayOfGluonContainedComponents
-
-