public class WsCalendarAttachType extends BasePropertyType
Java class for WsCalendarAttachType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WsCalendarAttachType">
<complexContent>
<extension base="{urn:ietf:params:xml:ns:icalendar-2.0}BasePropertyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}artifact"/>
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}artifactBase"/>
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}uri"/>
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}text"/>
</choice>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<?>> |
artifactOrArtifactBaseOrUri |
parameters| Constructor and Description |
|---|
WsCalendarAttachType() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<?>> |
getArtifactOrArtifactBaseOrUri()
Gets the value of the artifactOrArtifactBaseOrUri property.
|
getParameters, setParametersprotected List<JAXBElement<?>> artifactOrArtifactBaseOrUri
public List<JAXBElement<?>> getArtifactOrArtifactBaseOrUri()
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 artifactOrArtifactBaseOrUri property.
For example, to add a new item, do as follows:
getArtifactOrArtifactBaseOrUri().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<ArtifactBaseType>
JAXBElement<String>
JAXBElement<ArtifactType>
JAXBElement<String>
Copyright © 2017 Bedework. All rights reserved.