Package ietf.params.xml.ns.icalendar_2
Class RequestStatusPropType
java.lang.Object
ietf.params.xml.ns.icalendar_2.BasePropertyType
ietf.params.xml.ns.icalendar_2.RequestStatusPropType
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>
-
Field Summary
FieldsFields inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
parameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()
Gets the value of the code property.Gets the value of the description property.Gets the value of the extdata property.void
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.Methods inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
getParameters, setParameters
-
Field Details
-
code
-
description
-
extdata
-
-
Constructor Details
-
RequestStatusPropType
public RequestStatusPropType()
-
-
Method Details
-
getCode
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
Sets the value of the code property.- Parameters:
value
- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
getExtdata
Gets the value of the extdata property.- Returns:
- possible object is
String
-
setExtdata
Sets the value of the extdata property.- Parameters:
value
- allowed object isString
-