| java.lang.Object | |
| ↳ | com.emc.documentum.fs.rt.services.Register |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| context | |||||||||||
| host | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the context property.
| |||||||||||
Gets the value of the host property.
| |||||||||||
Sets the value of the context property.
| |||||||||||
Sets the value of the host property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the context property.
ServiceContext
Gets the value of the host property.
Sets the value of the context property.
| value | Allowed object is
ServiceContext
|
|---|
Sets the value of the host property.
| value | Allowed object is String |
|---|