public class

ObjectIdentitySet

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.ObjectIdentitySet

Class Overview

Java class for ObjectIdentitySet complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ObjectIdentitySet">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Identities" type="{http://core.datamodel.fs.documentum.emc.com/}ObjectIdentity" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="isInternal" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<ObjectIdentity> identities
protected boolean isInternal
Public Constructors
ObjectIdentitySet()
Public Methods
List<ObjectIdentity> getIdentities()
Gets the value of the identities property.
boolean isIsInternal()
Gets the value of the isInternal property.
void setIsInternal(boolean value)
Sets the value of the isInternal property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<ObjectIdentity> identities

protected boolean isInternal

Public Constructors

public ObjectIdentitySet ()

Public Methods

public List<ObjectIdentity> getIdentities ()

Gets the value of the identities property.

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 identities property.

For example, to add a new item, do as follows:

    getIdentities().add(newItem);
 

Objects of the following type(s) are allowed in the list ObjectIdentity

public boolean isIsInternal ()

Gets the value of the isInternal property.

public void setIsInternal (boolean value)

Sets the value of the isInternal property.

Parameters
value