public class

OperationOptions

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

Class Overview

Java class for OperationOptions complex type.

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

 <complexType name="OperationOptions">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Properties" type="{http://properties.core.datamodel.fs.documentum.emc.com/}PropertySet" minOccurs="0"/>
         <element name="Profiles" type="{http://profiles.core.datamodel.fs.documentum.emc.com/}Profile" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<Profile> profiles
protected PropertySet properties
Public Constructors
OperationOptions()
Public Methods
List<Profile> getProfiles()
Gets the value of the profiles property.
PropertySet getProperties()
Gets the value of the properties property.
void setProperties(PropertySet value)
Sets the value of the properties property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<Profile> profiles

protected PropertySet properties

Public Constructors

public OperationOptions ()

Public Methods

public List<Profile> getProfiles ()

Gets the value of the profiles 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 profiles property.

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

    getProfiles().add(newItem);
 

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

public PropertySet getProperties ()

Gets the value of the properties property.

Returns

public void setProperties (PropertySet value)

Sets the value of the properties property.

Parameters
value Allowed object is PropertySet