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, setVendorProductInfoResourceKey
protected java.lang.String ownerId
protected LookupServiceRegistrationServiceType serviceType
protected java.lang.String nodeId
public LookupServiceRegistrationCommonServiceInfo()
public java.lang.String getOwnerId()
String
public void setOwnerId(java.lang.String value)
value
- allowed object is
String
public LookupServiceRegistrationServiceType getServiceType()
LookupServiceRegistrationServiceType
public void setServiceType(LookupServiceRegistrationServiceType value)
value
- allowed object is
LookupServiceRegistrationServiceType
public java.lang.String getNodeId()
String
public void setNodeId(java.lang.String value)
value
- allowed object is
String