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