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 java.util.List<LookupServiceRegistrationAttribute> |
serviceAttributes |
protected java.lang.String |
serviceDescriptionDefault |
protected java.lang.String |
serviceDescriptionResourceKey |
protected java.util.List<LookupServiceRegistrationEndpoint> |
serviceEndpoints |
protected java.lang.String |
serviceNameDefault |
protected java.lang.String |
serviceNameResourceKey |
protected java.lang.String |
serviceVersion |
protected java.lang.String |
vendorNameDefault |
protected java.lang.String |
vendorNameResourceKey |
protected java.lang.String |
vendorProductInfoDefault |
protected java.lang.String |
vendorProductInfoResourceKey |
| Constructor and Description |
|---|
LookupServiceRegistrationMutableServiceInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LookupServiceRegistrationAttribute> |
getServiceAttributes()
Gets the value of the serviceAttributes property.
|
java.lang.String |
getServiceDescriptionDefault()
Gets the value of the serviceDescriptionDefault property.
|
java.lang.String |
getServiceDescriptionResourceKey()
Gets the value of the serviceDescriptionResourceKey property.
|
java.util.List<LookupServiceRegistrationEndpoint> |
getServiceEndpoints()
Gets the value of the serviceEndpoints property.
|
java.lang.String |
getServiceNameDefault()
Gets the value of the serviceNameDefault property.
|
java.lang.String |
getServiceNameResourceKey()
Gets the value of the serviceNameResourceKey property.
|
java.lang.String |
getServiceVersion()
Gets the value of the serviceVersion property.
|
java.lang.String |
getVendorNameDefault()
Gets the value of the vendorNameDefault property.
|
java.lang.String |
getVendorNameResourceKey()
Gets the value of the vendorNameResourceKey property.
|
java.lang.String |
getVendorProductInfoDefault()
Gets the value of the vendorProductInfoDefault property.
|
java.lang.String |
getVendorProductInfoResourceKey()
Gets the value of the vendorProductInfoResourceKey property.
|
void |
setServiceDescriptionDefault(java.lang.String value)
Sets the value of the serviceDescriptionDefault property.
|
void |
setServiceDescriptionResourceKey(java.lang.String value)
Sets the value of the serviceDescriptionResourceKey property.
|
void |
setServiceNameDefault(java.lang.String value)
Sets the value of the serviceNameDefault property.
|
void |
setServiceNameResourceKey(java.lang.String value)
Sets the value of the serviceNameResourceKey property.
|
void |
setServiceVersion(java.lang.String value)
Sets the value of the serviceVersion property.
|
void |
setVendorNameDefault(java.lang.String value)
Sets the value of the vendorNameDefault property.
|
void |
setVendorNameResourceKey(java.lang.String value)
Sets the value of the vendorNameResourceKey property.
|
void |
setVendorProductInfoDefault(java.lang.String value)
Sets the value of the vendorProductInfoDefault property.
|
void |
setVendorProductInfoResourceKey(java.lang.String value)
Sets the value of the vendorProductInfoResourceKey property.
|
protected java.lang.String serviceVersion
protected java.lang.String vendorNameResourceKey
protected java.lang.String vendorNameDefault
protected java.lang.String vendorProductInfoResourceKey
protected java.lang.String vendorProductInfoDefault
protected java.util.List<LookupServiceRegistrationEndpoint> serviceEndpoints
protected java.util.List<LookupServiceRegistrationAttribute> serviceAttributes
protected java.lang.String serviceNameResourceKey
protected java.lang.String serviceNameDefault
protected java.lang.String serviceDescriptionResourceKey
protected java.lang.String serviceDescriptionDefault
public LookupServiceRegistrationMutableServiceInfo()
public java.lang.String getServiceVersion()
Stringpublic void setServiceVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVendorNameResourceKey()
Stringpublic void setVendorNameResourceKey(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVendorNameDefault()
Stringpublic void setVendorNameDefault(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVendorProductInfoResourceKey()
Stringpublic void setVendorProductInfoResourceKey(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVendorProductInfoDefault()
Stringpublic void setVendorProductInfoDefault(java.lang.String value)
value - allowed object is
Stringpublic java.util.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 java.util.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 java.lang.String getServiceNameResourceKey()
Stringpublic void setServiceNameResourceKey(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getServiceNameDefault()
Stringpublic void setServiceNameDefault(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getServiceDescriptionResourceKey()
Stringpublic void setServiceDescriptionResourceKey(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getServiceDescriptionDefault()
Stringpublic void setServiceDescriptionDefault(java.lang.String value)
value - allowed object is
String