public class

Lookup

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.rt.services.Lookup

Class Overview

Java class for lookup complex type.

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

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

Summary

Fields
protected String token
Public Constructors
Lookup()
Public Methods
String getToken()
Gets the value of the token property.
void setToken(String value)
Sets the value of the token property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String token

Public Constructors

public Lookup ()

Public Methods

public String getToken ()

Gets the value of the token property.

Returns
  • possible object is String

public void setToken (String value)

Sets the value of the token property.

Parameters
value Allowed object is String