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 String |
nodeId |
protected 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 |
|---|---|
String |
getNodeId()
Gets the value of the nodeId property.
|
String |
getOwnerId()
Gets the value of the ownerId property.
|
LookupServiceRegistrationServiceType |
getServiceType()
Gets the value of the serviceType property.
|
void |
setNodeId(String value)
Sets the value of the nodeId property.
|
void |
setOwnerId(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 String ownerId
protected LookupServiceRegistrationServiceType serviceType
protected String nodeId
public LookupServiceRegistrationCommonServiceInfo()
public String getOwnerId()
Stringpublic void setOwnerId(String value)
value - allowed object is
Stringpublic LookupServiceRegistrationServiceType getServiceType()
LookupServiceRegistrationServiceTypepublic void setServiceType(LookupServiceRegistrationServiceType value)
value - allowed object is
LookupServiceRegistrationServiceTypepublic String getNodeId()
StringCopyright © 2016. All Rights Reserved.