public class AccessType extends Object
Java class for AccessType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccessType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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 ReadType |
read |
protected ReadWriteType |
readWrite |
| Constructor and Description |
|---|
AccessType() |
| Modifier and Type | Method and Description |
|---|---|
ReadType |
getRead()
Gets the value of the read property.
|
ReadWriteType |
getReadWrite()
Gets the value of the readWrite property.
|
void |
setRead(ReadType value)
Sets the value of the read property.
|
void |
setReadWrite(ReadWriteType value)
Sets the value of the readWrite property.
|
protected ReadType read
protected ReadWriteType readWrite
public ReadType getRead()
ReadTypepublic void setRead(ReadType value)
value - allowed object is
ReadTypepublic ReadWriteType getReadWrite()
ReadWriteTypepublic void setReadWrite(ReadWriteType value)
value - allowed object is
ReadWriteTypeCopyright © 2015 Bedework. All rights reserved.