| java.lang.Object | ||
| ↳ | com.emc.documentum.fs.datamodel.core.profiles.Profile | |
| ↳ | com.emc.documentum.fs.datamodel.core.profiles.SchemaProfile | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| includeProperties | |||||||||||
| includeRelationships | |||||||||||
| includeTypes | |||||||||||
| includeValues | |||||||||||
| scope | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the scope property.
| |||||||||||
Gets the value of the includeProperties property.
| |||||||||||
Gets the value of the includeRelationships property.
| |||||||||||
Gets the value of the includeTypes property.
| |||||||||||
Gets the value of the includeValues property.
| |||||||||||
Sets the value of the includeProperties property.
| |||||||||||
Sets the value of the includeRelationships property.
| |||||||||||
Sets the value of the includeTypes property.
| |||||||||||
Sets the value of the includeValues property.
| |||||||||||
Sets the value of the scope property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the scope property.
Gets the value of the includeProperties property.
Gets the value of the includeRelationships property.
Gets the value of the includeTypes property.
Gets the value of the includeValues property.
Sets the value of the includeProperties property.
| value |
|---|
Sets the value of the includeRelationships property.
| value |
|---|
Sets the value of the includeTypes property.
| value |
|---|
Sets the value of the includeValues property.
| value |
|---|
Sets the value of the scope property.
| value | Allowed object is String |
|---|