| java.lang.Object | |
| ↳ | com.emc.documentum.fs.datamodel.core.Qualification |
Java class for Qualification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Qualification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="String" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="qualificationValueType" type="{http://core.datamodel.fs.documentum.emc.com/}QualificationValueType" />
<attribute name="objectType" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| objectType | |||||||||||
| qualificationValueType | |||||||||||
| string | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the objectType property.
| |||||||||||
Gets the value of the qualificationValueType property.
| |||||||||||
Gets the value of the string property.
| |||||||||||
Sets the value of the objectType property.
| |||||||||||
Sets the value of the qualificationValueType property.
| |||||||||||
Sets the value of the string property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the objectType property.
Gets the value of the qualificationValueType property.
QualificationValueType
Gets the value of the string property.
Sets the value of the objectType property.
| value | Allowed object is String |
|---|
Sets the value of the qualificationValueType property.
| value | Allowed object is
QualificationValueType
|
|---|
Sets the value of the string property.
| value | Allowed object is String |
|---|