public class

Property

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.properties.Property
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Java class for Property complex type.

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

 <complexType name="Property">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="isTransient" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected boolean isTransient
protected String name
Public Constructors
Property()
Public Methods
String getName()
Gets the value of the name property.
boolean isIsTransient()
Gets the value of the isTransient property.
void setIsTransient(boolean value)
Sets the value of the isTransient property.
void setName(String value)
Sets the value of the name property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean isTransient

protected String name

Public Constructors

public Property ()

Public Methods

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public boolean isIsTransient ()

Gets the value of the isTransient property.

public void setIsTransient (boolean value)

Sets the value of the isTransient property.

Parameters
value

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String