Class CalAddressParamType

  • Direct Known Subclasses:
    SentByParamType

    public class CalAddressParamType
    extends BaseParameterType

    Java class for CalAddressParamType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="CalAddressParamType">
       <complexContent>
         <extension base="{urn:ietf:params:xml:ns:icalendar-2.0}BaseParameterType">
           <sequence>
             <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}cal-address"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • calAddress

        protected String calAddress
    • Constructor Detail

      • CalAddressParamType

        public CalAddressParamType()
    • Method Detail

      • getCalAddress

        public String getCalAddress()
        Gets the value of the calAddress property.
        Returns:
        possible object is String
      • setCalAddress

        public void setCalAddress​(String value)
        Sets the value of the calAddress property.
        Parameters:
        value - allowed object is String