public class CalAddressParamType extends BaseParameterType
Java class for CalAddressParamType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CalAddressParamType">
<complexContent>
<extension base="{urn:ietf:params:xml:ns:icalendar-2.0}BaseParameterType">
<sequence>
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}cal-address"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
calAddress |
| Constructor and Description |
|---|
CalAddressParamType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCalAddress()
Gets the value of the calAddress property.
|
void |
setCalAddress(String value)
Sets the value of the calAddress property.
|
protected String calAddress
Copyright © 2017 Bedework. All rights reserved.