public class StringPropertyType extends GetPropertiesBasePropertyType
Java class for StringPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StringPropertyType">
<complexContent>
<extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}GetPropertiesBasePropertyType">
<sequence>
<element name="string" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
StringPropertyType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getString()
Gets the value of the string property.
|
void |
setString(String value)
Sets the value of the string property.
|
protected String string
Copyright © 2019 Bedework. All rights reserved.