Package org.bedework.schemas.catdav_1
Class PropType
- java.lang.Object
-
- org.bedework.schemas.catdav_1.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="{http://www.bedework.org/schemas/catdav-1.0}YesNoType" default="no" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description PropType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Gets the value of the name property.StringgetNovalue()Gets the value of the novalue property.voidsetName(String value)Sets the value of the name property.voidsetNovalue(String value)Sets the value of the novalue property.
-
-
-
Method Detail
-
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 isString
-
getNovalue
public String getNovalue()
Gets the value of the novalue property.- Returns:
- possible object is
String
-
-