| java.lang.Object | ||
| ↳ | com.emc.documentum.fs.datamodel.core.profiles.Profile | |
| ↳ | com.emc.documentum.fs.datamodel.core.profiles.PropertyProfile | |
Java class for PropertyProfile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyProfile">
<complexContent>
<extension base="{http://profiles.core.datamodel.fs.documentum.emc.com/}Profile">
<sequence>
<element name="IncludeProperties" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="ExcludeProperties" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="filterMode" type="{http://profiles.core.datamodel.fs.documentum.emc.com/}PropertyFilterMode" />
<attribute name="isProcessIncludedUnknown" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| excludeProperties | |||||||||||
| filterMode | |||||||||||
| includeProperties | |||||||||||
| isProcessIncludedUnknown | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the excludeProperties property.
| |||||||||||
Gets the value of the filterMode property.
| |||||||||||
Gets the value of the includeProperties property.
| |||||||||||
Gets the value of the isProcessIncludedUnknown property.
| |||||||||||
Sets the value of the filterMode property.
| |||||||||||
Sets the value of the isProcessIncludedUnknown property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the excludeProperties 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 excludeProperties property.
For example, to add a new item, do as follows:
getExcludeProperties().add(newItem);
Objects of the following type(s) are allowed in the list String
Gets the value of the filterMode property.
PropertyFilterMode
Gets the value of the includeProperties 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 includeProperties property.
For example, to add a new item, do as follows:
getIncludeProperties().add(newItem);
Objects of the following type(s) are allowed in the list String
Gets the value of the isProcessIncludedUnknown property.
Sets the value of the filterMode property.
| value | Allowed object is
PropertyFilterMode
|
|---|
Sets the value of the isProcessIncludedUnknown property.
| value |
|---|