Class WsCalendarAttachType


  • public class WsCalendarAttachType
    extends BasePropertyType
    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 Detail

      • artifactOrArtifactBaseOrUri

        protected List<javax.xml.bind.JAXBElement<?>> artifactOrArtifactBaseOrUri
    • Constructor Detail

      • WsCalendarAttachType

        public WsCalendarAttachType()
    • Method Detail

      • getArtifactOrArtifactBaseOrUri

        public List<javax.xml.bind.JAXBElement<?>> 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>