| java.lang.Object | |
| ↳ | com.emc.documentum.fs.datamodel.core.OperationOptions |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| profiles | |||||||||||
| properties | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the profiles property.
| |||||||||||
Gets the value of the properties property.
| |||||||||||
Sets the value of the properties property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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
Gets the value of the properties property.
PropertySet
Sets the value of the properties property.
| value | Allowed object is
PropertySet
|
|---|