public class

SchemaProfile

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

Class Overview

Java class for SchemaProfile complex type.

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

 <complexType name="SchemaProfile">
   <complexContent>
     <extension base="{http://profiles.core.datamodel.fs.documentum.emc.com/}Profile">
       <sequence>
       </sequence>
       <attribute name="includeTypes" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="includeProperties" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="includeValues" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="includeRelationships" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="scope" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected boolean includeProperties
protected boolean includeRelationships
protected boolean includeTypes
protected boolean includeValues
protected String scope
Public Constructors
SchemaProfile()
Public Methods
String getScope()
Gets the value of the scope property.
boolean isIncludeProperties()
Gets the value of the includeProperties property.
boolean isIncludeRelationships()
Gets the value of the includeRelationships property.
boolean isIncludeTypes()
Gets the value of the includeTypes property.
boolean isIncludeValues()
Gets the value of the includeValues property.
void setIncludeProperties(boolean value)
Sets the value of the includeProperties property.
void setIncludeRelationships(boolean value)
Sets the value of the includeRelationships property.
void setIncludeTypes(boolean value)
Sets the value of the includeTypes property.
void setIncludeValues(boolean value)
Sets the value of the includeValues property.
void setScope(String value)
Sets the value of the scope property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean includeProperties

protected boolean includeRelationships

protected boolean includeTypes

protected boolean includeValues

protected String scope

Public Constructors

public SchemaProfile ()

Public Methods

public String getScope ()

Gets the value of the scope property.

Returns
  • possible object is String

public boolean isIncludeProperties ()

Gets the value of the includeProperties property.

public boolean isIncludeRelationships ()

Gets the value of the includeRelationships property.

public boolean isIncludeTypes ()

Gets the value of the includeTypes property.

public boolean isIncludeValues ()

Gets the value of the includeValues property.

public void setIncludeProperties (boolean value)

Sets the value of the includeProperties property.

Parameters
value

public void setIncludeRelationships (boolean value)

Sets the value of the includeRelationships property.

Parameters
value

public void setIncludeTypes (boolean value)

Sets the value of the includeTypes property.

Parameters
value

public void setIncludeValues (boolean value)

Sets the value of the includeValues property.

Parameters
value

public void setScope (String value)

Sets the value of the scope property.

Parameters
value Allowed object is String