public class LookupServiceRegistrationEndpointType extends DynamicData
Java class for LookupServiceRegistrationEndpointType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LookupServiceRegistrationEndpointType">
<complexContent>
<extension base="{urn:lookup}DynamicData">
<sequence>
<element name="protocol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
protocol |
protected String |
type |
| Constructor and Description |
|---|
LookupServiceRegistrationEndpointType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getProtocol()
Gets the value of the protocol property.
|
String |
getType()
Gets the value of the type property.
|
void |
setProtocol(String value)
Sets the value of the protocol property.
|
void |
setType(String value)
Sets the value of the type property.
|
public LookupServiceRegistrationEndpointType()
public String getProtocol()
Stringpublic void setProtocol(String value)
value - allowed object is
Stringpublic String getType()
StringCopyright © 2016. All Rights Reserved.