ExceptionPropertyURIType
extends Enumeration
in package
Defines a property of an occurrence of a recurring item.
Table of Contents
Constants
- ATTACHMENT_CONTENT = 'attachment:Content'
- Identifies the content as containing an error.
- ATTACHMENT_CONTENT_TYPE = 'attachment:ContentType'
- Identifies the content type as containing an error.
- ATTACHMENT_NAME = 'attachment:Name'
- Identifies the attachment name as containing an error.
- RECURRENCE_DAY_OF_MONTH = 'recurrence:DayOfMonth'
- Identifies the DayOfMonth as containing an error.
- RECURRENCE_DAY_OF_WEEK_INDEX = 'recurrence:DayOfWeekIndex'
- Identifies the day of week index as containing an error.
- RECURRENCE_DAYS_OF_WEEK = 'recurrence:DaysOfWeek'
- Identifies the DaysOfWeek property as containing an error.
- RECURRENCE_INTERVAL = 'recurrence:Interval'
- Identifies the interval as containing an error.
- RECURRENCE_MONTH = 'recurrence:Month'
- Identifies the month field as containing an error.
- RECURRENCE_NUMBER_OF_OCCURRENCES = 'recurrence:NumberOfOccurrences'
- Identifies the number of occurrences as containing an error.
Properties
- $_ : string
- Element value.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
- __toString() : string
- Returns the value of this enumeration as a string.
Constants
ATTACHMENT_CONTENT
Identifies the content as containing an error.
public
string
ATTACHMENT_CONTENT
= 'attachment:Content'
Tags
ATTACHMENT_CONTENT_TYPE
Identifies the content type as containing an error.
public
string
ATTACHMENT_CONTENT_TYPE
= 'attachment:ContentType'
Tags
ATTACHMENT_NAME
Identifies the attachment name as containing an error.
public
string
ATTACHMENT_NAME
= 'attachment:Name'
Tags
RECURRENCE_DAY_OF_MONTH
Identifies the DayOfMonth as containing an error.
public
string
RECURRENCE_DAY_OF_MONTH
= 'recurrence:DayOfMonth'
Tags
RECURRENCE_DAY_OF_WEEK_INDEX
Identifies the day of week index as containing an error.
public
string
RECURRENCE_DAY_OF_WEEK_INDEX
= 'recurrence:DayOfWeekIndex'
Tags
RECURRENCE_DAYS_OF_WEEK
Identifies the DaysOfWeek property as containing an error.
public
string
RECURRENCE_DAYS_OF_WEEK
= 'recurrence:DaysOfWeek'
Tags
RECURRENCE_INTERVAL
Identifies the interval as containing an error.
public
string
RECURRENCE_INTERVAL
= 'recurrence:Interval'
Tags
RECURRENCE_MONTH
Identifies the month field as containing an error.
public
string
RECURRENCE_MONTH
= 'recurrence:Month'
Tags
RECURRENCE_NUMBER_OF_OCCURRENCES
Identifies the number of occurrences as containing an error.
public
string
RECURRENCE_NUMBER_OF_OCCURRENCES
= 'recurrence:NumberOfOccurrences'
Tags
Properties
$_
Element value.
public
string
$_
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed
__toString()
Returns the value of this enumeration as a string.
public
__toString() : string
.