public class

Register

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

Class Overview

Java class for register complex type.

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

 <complexType name="register">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="context" type="{http://context.core.datamodel.fs.documentum.emc.com/}ServiceContext" minOccurs="0"/>
         <element name="host" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ServiceContext context
protected String host
Public Constructors
Register()
Public Methods
ServiceContext getContext()
Gets the value of the context property.
String getHost()
Gets the value of the host property.
void setContext(ServiceContext value)
Sets the value of the context property.
void setHost(String value)
Sets the value of the host property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ServiceContext context

protected String host

Public Constructors

public Register ()

Public Methods

public ServiceContext getContext ()

Gets the value of the context property.

Returns

public String getHost ()

Gets the value of the host property.

Returns
  • possible object is String

public void setContext (ServiceContext value)

Sets the value of the context property.

Parameters
value Allowed object is ServiceContext

public void setHost (String value)

Sets the value of the host property.

Parameters
value Allowed object is String