Package ietf.params.xml.ns.caldav
Class PropType
java.lang.Object
ietf.params.xml.ns.caldav.PropType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the value of the name property.Gets the value of the novalue property.voidSets the value of the name property.voidsetNovalue(String value) Sets the value of the novalue property.
-
Field Details
-
name
-
novalue
-
-
Constructor Details
-
PropType
public PropType()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getNovalue
Gets the value of the novalue property.- Returns:
- possible object is
String
-
setNovalue
Sets the value of the novalue property.- Parameters:
value- allowed object isString
-