public class

PropertyProfile

extends Profile
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.profiles.Profile
     ↳ com.emc.documentum.fs.datamodel.core.profiles.PropertyProfile

Class Overview

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>
 

Summary

Fields
protected List<String> excludeProperties
protected PropertyFilterMode filterMode
protected List<String> includeProperties
protected boolean isProcessIncludedUnknown
Public Constructors
PropertyProfile()
Public Methods
List<String> getExcludeProperties()
Gets the value of the excludeProperties property.
PropertyFilterMode getFilterMode()
Gets the value of the filterMode property.
List<String> getIncludeProperties()
Gets the value of the includeProperties property.
boolean isIsProcessIncludedUnknown()
Gets the value of the isProcessIncludedUnknown property.
void setFilterMode(PropertyFilterMode value)
Sets the value of the filterMode property.
void setIsProcessIncludedUnknown(boolean value)
Sets the value of the isProcessIncludedUnknown property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<String> excludeProperties

protected PropertyFilterMode filterMode

protected List<String> includeProperties

protected boolean isProcessIncludedUnknown

Public Constructors

public PropertyProfile ()

Public Methods

public List<String> getExcludeProperties ()

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

public PropertyFilterMode getFilterMode ()

Gets the value of the filterMode property.

Returns

public List<String> getIncludeProperties ()

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

public boolean isIsProcessIncludedUnknown ()

Gets the value of the isProcessIncludedUnknown property.

public void setFilterMode (PropertyFilterMode value)

Sets the value of the filterMode property.

Parameters
value Allowed object is PropertyFilterMode

public void setIsProcessIncludedUnknown (boolean value)

Sets the value of the isProcessIncludedUnknown property.

Parameters
value