Class PropType

java.lang.Object
ietf.params.xml.ns.caldav.PropType

public class PropType extends Object
The "name" attribute specifies the name of the calendar property to return (e.g., ATTENDEE). The "novalue" attribute can be used by clients to request that the actual value of the property not be returned (if the "novalue" attribute is set to "yes"). In that case, the server will return just the iCalendar property name and any iCalendar parameters and a trailing ":" without the subsequent value data.

Java class for PropType complex type.

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

 <complexType name="PropType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="novalue" type="{urn:ietf:params:xml:ns:caldav}YesNoType" default="no" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • name

      protected String name
    • novalue

      protected String novalue
  • Constructor Details

    • PropType

      public PropType()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getNovalue

      public String getNovalue()
      Gets the value of the novalue property.
      Returns:
      possible object is String
    • setNovalue

      public void setNovalue(String value)
      Sets the value of the novalue property.
      Parameters:
      value - allowed object is String