Package ietf.params.xml.ns.icalendar_2
Class CalAddressParamType
- java.lang.Object
-
- ietf.params.xml.ns.icalendar_2.BaseParameterType
-
- ietf.params.xml.ns.icalendar_2.CalAddressParamType
-
- Direct Known Subclasses:
SentByParamType
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcalAddress
-
Constructor Summary
Constructors Constructor Description CalAddressParamType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCalAddress()Gets the value of the calAddress property.voidsetCalAddress(String value)Sets the value of the calAddress property.
-
-
-
Field Detail
-
calAddress
protected String calAddress
-
-