public class SetType extends Object
Java class for SetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{DAV}href"/>
<element ref="{http://calendarserver.org/ns/}common-name" minOccurs="0"/>
<element ref="{http://calendarserver.org/ns/}summary" minOccurs="0"/>
<choice>
<element ref="{http://calendarserver.org/ns/}read"/>
<element ref="{http://calendarserver.org/ns/}read-write"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
commonName |
protected String |
href |
protected ReadType |
read |
protected ReadWriteType |
readWrite |
protected String |
summary |
| Constructor and Description |
|---|
SetType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommonName()
Gets the value of the commonName property.
|
String |
getHref()
Gets the value of the href property.
|
ReadType |
getRead()
Gets the value of the read property.
|
ReadWriteType |
getReadWrite()
Gets the value of the readWrite property.
|
String |
getSummary()
Gets the value of the summary property.
|
void |
setCommonName(String value)
Sets the value of the commonName property.
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setRead(ReadType value)
Sets the value of the read property.
|
void |
setReadWrite(ReadWriteType value)
Sets the value of the readWrite property.
|
void |
setSummary(String value)
Sets the value of the summary property.
|
protected String href
protected String commonName
protected String summary
protected ReadType read
protected ReadWriteType readWrite
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic String getCommonName()
Stringpublic void setCommonName(String value)
value - allowed object is
Stringpublic String getSummary()
Stringpublic void setSummary(String value)
value - allowed object is
Stringpublic ReadType getRead()
ReadTypepublic void setRead(ReadType value)
value - allowed object is
ReadTypepublic ReadWriteType getReadWrite()
ReadWriteTypepublic void setReadWrite(ReadWriteType value)
value - allowed object is
ReadWriteTypeCopyright © 2017 Bedework. All rights reserved.