public class

Qualification

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.Qualification

Class Overview

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>
 

Summary

Fields
protected String objectType
protected QualificationValueType qualificationValueType
protected String string
Public Constructors
Qualification()
Public Methods
String getObjectType()
Gets the value of the objectType property.
QualificationValueType getQualificationValueType()
Gets the value of the qualificationValueType property.
String getString()
Gets the value of the string property.
void setObjectType(String value)
Sets the value of the objectType property.
void setQualificationValueType(QualificationValueType value)
Sets the value of the qualificationValueType property.
void setString(String value)
Sets the value of the string property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String objectType

protected QualificationValueType qualificationValueType

protected String string

Public Constructors

public Qualification ()

Public Methods

public String getObjectType ()

Gets the value of the objectType property.

Returns
  • possible object is String

public QualificationValueType getQualificationValueType ()

Gets the value of the qualificationValueType property.

Returns

public String getString ()

Gets the value of the string property.

Returns
  • possible object is String

public void setObjectType (String value)

Sets the value of the objectType property.

Parameters
value Allowed object is String

public void setQualificationValueType (QualificationValueType value)

Sets the value of the qualificationValueType property.

Parameters
value Allowed object is QualificationValueType

public void setString (String value)

Sets the value of the string property.

Parameters
value Allowed object is String