public class RequestStatusPropType extends BasePropertyType
Java class for RequestStatusPropType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestStatusPropType">
<complexContent>
<extension base="{urn:ietf:params:xml:ns:icalendar-2.0}BasePropertyType">
<sequence>
<element name="code" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="extdata" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected String |
description |
protected String |
extdata |
parameters| Constructor and Description |
|---|
RequestStatusPropType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the value of the code property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getExtdata()
Gets the value of the extdata property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setExtdata(String value)
Sets the value of the extdata property.
|
getParameters, setParametersprotected String code
protected String description
protected String extdata
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getExtdata()
StringCopyright © 2015 Bedework. All rights reserved.