Class StringPropertyType
- java.lang.Object
-
- org.oasis_open.docs.ws_calendar.ns.soap.GetPropertiesBasePropertyType
-
- org.oasis_open.docs.ws_calendar.ns.soap.StringPropertyType
-
- Direct Known Subclasses:
DisplayNameType,PrincipalHomeType,ResourceDescriptionType,ResourceOwnerType,ResourceTimezoneIdType,TimezoneServerType,XresourceType
public class StringPropertyType extends GetPropertiesBasePropertyType
Base type for string properties returned in GetPropertiesResponse.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 Summary
Constructors Constructor Description StringPropertyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetString()Gets the value of the string property.voidsetString(String value)Sets the value of the string property.
-
-
-
Field Detail
-
string
protected String string
-
-