public class GetPropertiesResponseType extends BaseResponseType
Java class for GetPropertiesResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetPropertiesResponseType">
<complexContent>
<extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}BaseResponseType">
<sequence>
<element name="href" type="{http://www.w3.org/2001/XMLSchema}string"/>
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}childCollection"/>
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}creationDateTime"/>
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}displayName"/>
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}lastModifiedDateTime"/>
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}maxAttendeesPerInstance"/>
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}maxDateTime"/>
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}maxInstances"/>
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}maxResourceSize"/>
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}minDateTime"/>
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}principalHome"/>
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}resourceDescription"/>
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}resourceOwner"/>
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}resourceType"/>
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}resourceTimezoneId"/>
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}supportedCalendarComponentSet"/>
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}supportedFeatures"/>
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}timezoneServer"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<GetPropertiesBasePropertyType> |
childCollectionOrCreationDateTimeOrDisplayName |
protected String |
href |
errorResponse, id, message, status| Constructor and Description |
|---|
GetPropertiesResponseType() |
| Modifier and Type | Method and Description |
|---|---|
List<GetPropertiesBasePropertyType> |
getChildCollectionOrCreationDateTimeOrDisplayName()
Gets the value of the childCollectionOrCreationDateTimeOrDisplayName property.
|
String |
getHref()
Gets the value of the href property.
|
void |
setHref(String value)
Sets the value of the href property.
|
getErrorResponse, getId, getMessage, getStatus, setErrorResponse, setId, setMessage, setStatusprotected String href
protected List<GetPropertiesBasePropertyType> childCollectionOrCreationDateTimeOrDisplayName
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic List<GetPropertiesBasePropertyType> getChildCollectionOrCreationDateTimeOrDisplayName()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the childCollectionOrCreationDateTimeOrDisplayName property.
For example, to add a new item, do as follows:
getChildCollectionOrCreationDateTimeOrDisplayName().add(newItem);
Objects of the following type(s) are allowed in the list
ChildCollectionType
SupportedFeaturesType
DisplayNameType
MinDateTimeType
MaxResourceSizeType
ResourceDescriptionType
ResourceOwnerType
MaxDateTimeType
PrincipalHomeType
LastModifiedDateTimeType
ResourceTypeType
TimezoneServerType
MaxAttendeesPerInstanceType
CreationDateTimeType
SupportedCalendarComponentSetType
ResourceTimezoneIdType
MaxInstancesType
Copyright © 2018 Bedework. All rights reserved.