Collection Class Properties

In this section, the Collection class properties are presented in alphabetical order.

Description

Use this property to return the element type for the collection items as an integer constant. The values are:

Numeric Value

Constant Value

Description

2

%Document_Collection

A Collection object.

1

%Document_Compound

A compound object.

0

%Document_Primitive

A primitive object.

This property is read-only.

Description

Use this property to return the count of items in the collection as an integer.

This property is read-only.

Description

Use this property to return an integer indicating the maximum number of items in the collection. The integer constant %Document_OccursUnbounded indicates that there is no maximum.

This property is read-only.

Description

Use this property to return an integer indicating the minimum number of items in the collection.

This property is read-only.

Description

Use this property to return the type of this document element as an integer constant: %Document_Collection.

This property is read-only.

Description

Use this property to return a Boolean value indicating whether this collection element has been changed.

This property is read-only.

Description

Use this property to return a Boolean value indicating whether this collection included initial data when the document was loaded from the XML source.

This property is read-only.

Description

Use this property return a Boolean value indicating whether this collection element is required.

This property is read-only.

Description

Use this property to return the name of this element as a string.

This property is read-only.

Description

Use this property to return the system-assigned sequence number for this element as an integer.

This property is read-only.