public class LookupServiceRegistrationMutableServiceInfo extends DynamicData
Java class for LookupServiceRegistrationMutableServiceInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LookupServiceRegistrationMutableServiceInfo">
<complexContent>
<extension base="{urn:lookup}DynamicData">
<sequence>
<element name="serviceVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="vendorNameResourceKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="vendorNameDefault" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="vendorProductInfoResourceKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="vendorProductInfoDefault" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="serviceEndpoints" type="{urn:lookup}LookupServiceRegistrationEndpoint" maxOccurs="unbounded" minOccurs="0"/>
<element name="serviceAttributes" type="{urn:lookup}LookupServiceRegistrationAttribute" maxOccurs="unbounded" minOccurs="0"/>
<element name="serviceNameResourceKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="serviceNameDefault" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="serviceDescriptionResourceKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="serviceDescriptionDefault" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<LookupServiceRegistrationAttribute> |
serviceAttributes |
protected String |
serviceDescriptionDefault |
protected String |
serviceDescriptionResourceKey |
protected List<LookupServiceRegistrationEndpoint> |
serviceEndpoints |
protected String |
serviceNameDefault |
protected String |
serviceNameResourceKey |
protected String |
serviceVersion |
protected String |
vendorNameDefault |
protected String |
vendorNameResourceKey |
protected String |
vendorProductInfoDefault |
protected String |
vendorProductInfoResourceKey |
| Constructor and Description |
|---|
LookupServiceRegistrationMutableServiceInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<LookupServiceRegistrationAttribute> |
getServiceAttributes()
Gets the value of the serviceAttributes property.
|
String |
getServiceDescriptionDefault()
Gets the value of the serviceDescriptionDefault property.
|
String |
getServiceDescriptionResourceKey()
Gets the value of the serviceDescriptionResourceKey property.
|
List<LookupServiceRegistrationEndpoint> |
getServiceEndpoints()
Gets the value of the serviceEndpoints property.
|
String |
getServiceNameDefault()
Gets the value of the serviceNameDefault property.
|
String |
getServiceNameResourceKey()
Gets the value of the serviceNameResourceKey property.
|
String |
getServiceVersion()
Gets the value of the serviceVersion property.
|
String |
getVendorNameDefault()
Gets the value of the vendorNameDefault property.
|
String |
getVendorNameResourceKey()
Gets the value of the vendorNameResourceKey property.
|
String |
getVendorProductInfoDefault()
Gets the value of the vendorProductInfoDefault property.
|
String |
getVendorProductInfoResourceKey()
Gets the value of the vendorProductInfoResourceKey property.
|
void |
setServiceDescriptionDefault(String value)
Sets the value of the serviceDescriptionDefault property.
|
void |
setServiceDescriptionResourceKey(String value)
Sets the value of the serviceDescriptionResourceKey property.
|
void |
setServiceNameDefault(String value)
Sets the value of the serviceNameDefault property.
|
void |
setServiceNameResourceKey(String value)
Sets the value of the serviceNameResourceKey property.
|
void |
setServiceVersion(String value)
Sets the value of the serviceVersion property.
|
void |
setVendorNameDefault(String value)
Sets the value of the vendorNameDefault property.
|
void |
setVendorNameResourceKey(String value)
Sets the value of the vendorNameResourceKey property.
|
void |
setVendorProductInfoDefault(String value)
Sets the value of the vendorProductInfoDefault property.
|
void |
setVendorProductInfoResourceKey(String value)
Sets the value of the vendorProductInfoResourceKey property.
|
protected String serviceVersion
protected String vendorNameResourceKey
protected String vendorNameDefault
protected String vendorProductInfoResourceKey
protected String vendorProductInfoDefault
protected List<LookupServiceRegistrationEndpoint> serviceEndpoints
protected List<LookupServiceRegistrationAttribute> serviceAttributes
protected String serviceNameResourceKey
protected String serviceNameDefault
protected String serviceDescriptionResourceKey
protected String serviceDescriptionDefault
public LookupServiceRegistrationMutableServiceInfo()
public String getServiceVersion()
Stringpublic void setServiceVersion(String value)
value - allowed object is
Stringpublic String getVendorNameResourceKey()
Stringpublic void setVendorNameResourceKey(String value)
value - allowed object is
Stringpublic String getVendorNameDefault()
Stringpublic void setVendorNameDefault(String value)
value - allowed object is
Stringpublic String getVendorProductInfoResourceKey()
Stringpublic void setVendorProductInfoResourceKey(String value)
value - allowed object is
Stringpublic String getVendorProductInfoDefault()
Stringpublic void setVendorProductInfoDefault(String value)
value - allowed object is
Stringpublic List<LookupServiceRegistrationEndpoint> getServiceEndpoints()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the serviceEndpoints property.
For example, to add a new item, do as follows:
getServiceEndpoints().add(newItem);
Objects of the following type(s) are allowed in the list
LookupServiceRegistrationEndpoint
public List<LookupServiceRegistrationAttribute> getServiceAttributes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the serviceAttributes property.
For example, to add a new item, do as follows:
getServiceAttributes().add(newItem);
Objects of the following type(s) are allowed in the list
LookupServiceRegistrationAttribute
public String getServiceNameResourceKey()
Stringpublic void setServiceNameResourceKey(String value)
value - allowed object is
Stringpublic String getServiceNameDefault()
Stringpublic void setServiceNameDefault(String value)
value - allowed object is
Stringpublic String getServiceDescriptionResourceKey()
Stringpublic void setServiceDescriptionResourceKey(String value)
value - allowed object is
Stringpublic String getServiceDescriptionDefault()
StringCopyright © 2016. All Rights Reserved.