public class ChildCollectionType extends GetPropertiesBasePropertyType
Java class for ChildCollectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChildCollectionType">
<complexContent>
<extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}GetPropertiesBasePropertyType">
<sequence>
<element name="href" type="{http://www.w3.org/2001/XMLSchema}string"/>
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}calendarCollection"/>
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}collection"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
calendarCollectionOrCollection |
protected String |
href |
| Constructor and Description |
|---|
ChildCollectionType() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getCalendarCollectionOrCollection()
Gets the value of the calendarCollectionOrCollection property.
|
String |
getHref()
Gets the value of the href property.
|
void |
setHref(String value)
Sets the value of the href property.
|
protected String href
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic List<Object> getCalendarCollectionOrCollection()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the calendarCollectionOrCollection property.
For example, to add a new item, do as follows:
getCalendarCollectionOrCollection().add(newItem);
Objects of the following type(s) are allowed in the list
CollectionType
CalendarCollectionType
Copyright © 2019 Bedework. All rights reserved.