public class LookupServiceRegistrationInfo extends LookupServiceRegistrationCommonServiceInfo
Java class for LookupServiceRegistrationInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LookupServiceRegistrationInfo">
<complexContent>
<extension base="{urn:lookup}LookupServiceRegistrationCommonServiceInfo">
<sequence>
<element name="serviceId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="siteId" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
serviceId |
protected String |
siteId |
nodeId, ownerId, serviceTypeserviceAttributes, serviceDescriptionDefault, serviceDescriptionResourceKey, serviceEndpoints, serviceNameDefault, serviceNameResourceKey, serviceVersion, vendorNameDefault, vendorNameResourceKey, vendorProductInfoDefault, vendorProductInfoResourceKey| Constructor and Description |
|---|
LookupServiceRegistrationInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getServiceId()
Gets the value of the serviceId property.
|
String |
getSiteId()
Gets the value of the siteId property.
|
void |
setServiceId(String value)
Sets the value of the serviceId property.
|
void |
setSiteId(String value)
Sets the value of the siteId property.
|
getNodeId, getOwnerId, getServiceType, setNodeId, setOwnerId, setServiceTypegetServiceAttributes, getServiceDescriptionDefault, getServiceDescriptionResourceKey, getServiceEndpoints, getServiceNameDefault, getServiceNameResourceKey, getServiceVersion, getVendorNameDefault, getVendorNameResourceKey, getVendorProductInfoDefault, getVendorProductInfoResourceKey, setServiceDescriptionDefault, setServiceDescriptionResourceKey, setServiceNameDefault, setServiceNameResourceKey, setServiceVersion, setVendorNameDefault, setVendorNameResourceKey, setVendorProductInfoDefault, setVendorProductInfoResourceKeypublic String getServiceId()
Stringpublic void setServiceId(String value)
value - allowed object is
Stringpublic String getSiteId()
StringCopyright © 2016. All Rights Reserved.