Package ietf.params.xml.ns.icalendar_2
Class WsCalendarAttachType
java.lang.Object
ietf.params.xml.ns.icalendar_2.BasePropertyType
ietf.params.xml.ns.icalendar_2.WsCalendarAttachType
types the content of the xCal attach element
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>
-
Field Summary
FieldsFields inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
parameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<javax.xml.bind.JAXBElement<?>>
Gets the value of the artifactOrArtifactBaseOrUri property.Methods inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
getParameters, setParameters
-
Field Details
-
artifactOrArtifactBaseOrUri
-
-
Constructor Details
-
WsCalendarAttachType
public WsCalendarAttachType()
-
-
Method Details
-
getArtifactOrArtifactBaseOrUri
Gets the value of the artifactOrArtifactBaseOrUri property.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
<
ArtifactType
>
JAXBElement
<
ArtifactBaseType
>
JAXBElement
<
String
>
JAXBElement
<
String
>
-