Class UriParameterType

  • Direct Known Subclasses:
    AltrepParamType, DirParamType

    public class UriParameterType
    extends BaseParameterType

    Java class for UriParameterType complex type.

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

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

    • Constructor Detail

      • UriParameterType

        public UriParameterType()
    • Method Detail

      • getUri

        public String getUri()
        Gets the value of the uri property.
        Returns:
        possible object is String
      • setUri

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