public class LookupServiceRegistrationFilter extends DynamicData
Java class for LookupServiceRegistrationFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LookupServiceRegistrationFilter">
<complexContent>
<extension base="{urn:lookup}DynamicData">
<sequence>
<element name="siteId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="nodeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="serviceType" type="{urn:lookup}LookupServiceRegistrationServiceType" minOccurs="0"/>
<element name="endpointType" type="{urn:lookup}LookupServiceRegistrationEndpointType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LookupServiceRegistrationEndpointType |
endpointType |
protected String |
nodeId |
protected LookupServiceRegistrationServiceType |
serviceType |
protected String |
siteId |
| Constructor and Description |
|---|
LookupServiceRegistrationFilter() |
| Modifier and Type | Method and Description |
|---|---|
LookupServiceRegistrationEndpointType |
getEndpointType()
Gets the value of the endpointType property.
|
String |
getNodeId()
Gets the value of the nodeId property.
|
LookupServiceRegistrationServiceType |
getServiceType()
Gets the value of the serviceType property.
|
String |
getSiteId()
Gets the value of the siteId property.
|
void |
setEndpointType(LookupServiceRegistrationEndpointType value)
Sets the value of the endpointType property.
|
void |
setNodeId(String value)
Sets the value of the nodeId property.
|
void |
setServiceType(LookupServiceRegistrationServiceType value)
Sets the value of the serviceType property.
|
void |
setSiteId(String value)
Sets the value of the siteId property.
|
protected String siteId
protected String nodeId
protected LookupServiceRegistrationServiceType serviceType
protected LookupServiceRegistrationEndpointType endpointType
public String getSiteId()
Stringpublic void setSiteId(String value)
value - allowed object is
Stringpublic String getNodeId()
Stringpublic void setNodeId(String value)
value - allowed object is
Stringpublic LookupServiceRegistrationServiceType getServiceType()
LookupServiceRegistrationServiceTypepublic void setServiceType(LookupServiceRegistrationServiceType value)
value - allowed object is
LookupServiceRegistrationServiceTypepublic LookupServiceRegistrationEndpointType getEndpointType()
LookupServiceRegistrationEndpointTypepublic void setEndpointType(LookupServiceRegistrationEndpointType value)
value - allowed object is
LookupServiceRegistrationEndpointTypeCopyright © 2016. All Rights Reserved.