public class LookupServiceRegistrationCommonServiceInfo extends LookupServiceRegistrationMutableServiceInfo
Java class for LookupServiceRegistrationCommonServiceInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LookupServiceRegistrationCommonServiceInfo">
<complexContent>
<extension base="{urn:lookup}LookupServiceRegistrationMutableServiceInfo">
<sequence>
<element name="ownerId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="serviceType" type="{urn:lookup}LookupServiceRegistrationServiceType"/>
<element name="nodeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
nodeId |
protected java.lang.String |
ownerId |
protected LookupServiceRegistrationServiceType |
serviceType |
serviceAttributes, serviceDescriptionDefault, serviceDescriptionResourceKey, serviceEndpoints, serviceNameDefault, serviceNameResourceKey, serviceVersion, vendorNameDefault, vendorNameResourceKey, vendorProductInfoDefault, vendorProductInfoResourceKey| Constructor and Description |
|---|
LookupServiceRegistrationCommonServiceInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNodeId()
Gets the value of the nodeId property.
|
java.lang.String |
getOwnerId()
Gets the value of the ownerId property.
|
LookupServiceRegistrationServiceType |
getServiceType()
Gets the value of the serviceType property.
|
void |
setNodeId(java.lang.String value)
Sets the value of the nodeId property.
|
void |
setOwnerId(java.lang.String value)
Sets the value of the ownerId property.
|
void |
setServiceType(LookupServiceRegistrationServiceType value)
Sets the value of the serviceType property.
|
getServiceAttributes, getServiceDescriptionDefault, getServiceDescriptionResourceKey, getServiceEndpoints, getServiceNameDefault, getServiceNameResourceKey, getServiceVersion, getVendorNameDefault, getVendorNameResourceKey, getVendorProductInfoDefault, getVendorProductInfoResourceKey, setServiceDescriptionDefault, setServiceDescriptionResourceKey, setServiceNameDefault, setServiceNameResourceKey, setServiceVersion, setVendorNameDefault, setVendorNameResourceKey, setVendorProductInfoDefault, setVendorProductInfoResourceKeyprotected java.lang.String ownerId
protected LookupServiceRegistrationServiceType serviceType
protected java.lang.String nodeId
public LookupServiceRegistrationCommonServiceInfo()
public java.lang.String getOwnerId()
Stringpublic void setOwnerId(java.lang.String value)
value - allowed object is
Stringpublic LookupServiceRegistrationServiceType getServiceType()
LookupServiceRegistrationServiceTypepublic void setServiceType(LookupServiceRegistrationServiceType value)
value - allowed object is
LookupServiceRegistrationServiceTypepublic java.lang.String getNodeId()
Stringpublic void setNodeId(java.lang.String value)
value - allowed object is
String