public class

DfsAttributeHolder

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.rt.DfsAttributeHolder

Class Overview

Java class for DfsAttributeHolder complex type.

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

 <complexType name="DfsAttributeHolder">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String name
protected String type
protected String value
Public Constructors
DfsAttributeHolder()
Public Methods
String getName()
Gets the value of the name property.
String getType()
Gets the value of the type property.
String getValue()
Gets the value of the value property.
void setName(String value)
Sets the value of the name property.
void setType(String value)
Sets the value of the type property.
void setValue(String value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String name

protected String type

protected String value

Public Constructors

public DfsAttributeHolder ()

Public Methods

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getType ()

Gets the value of the type property.

Returns
  • possible object is String

public String getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setType (String value)

Sets the value of the type property.

Parameters
value Allowed object is String

public void setValue (String value)

Sets the value of the value property.

Parameters
value Allowed object is String