public class LookupServiceContent extends DynamicData
Java class for LookupServiceContent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LookupServiceContent"> <complexContent> <extension base="{urn:lookup}DynamicData"> <sequence> <element name="lookupService" type="{urn:lookup}ManagedObjectReference"/> <element name="serviceRegistration" type="{urn:lookup}ManagedObjectReference" minOccurs="0"/> <element name="deploymentInformationService" type="{urn:lookup}ManagedObjectReference"/> <element name="l10n" type="{urn:lookup}ManagedObjectReference"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ManagedObjectReference |
deploymentInformationService |
protected ManagedObjectReference |
l10N |
protected ManagedObjectReference |
lookupService |
protected ManagedObjectReference |
serviceRegistration |
Constructor and Description |
---|
LookupServiceContent() |
Modifier and Type | Method and Description |
---|---|
ManagedObjectReference |
getDeploymentInformationService()
Gets the value of the deploymentInformationService property.
|
ManagedObjectReference |
getL10N()
Gets the value of the l10N property.
|
ManagedObjectReference |
getLookupService()
Gets the value of the lookupService property.
|
ManagedObjectReference |
getServiceRegistration()
Gets the value of the serviceRegistration property.
|
void |
setDeploymentInformationService(ManagedObjectReference value)
Sets the value of the deploymentInformationService property.
|
void |
setL10N(ManagedObjectReference value)
Sets the value of the l10N property.
|
void |
setLookupService(ManagedObjectReference value)
Sets the value of the lookupService property.
|
void |
setServiceRegistration(ManagedObjectReference value)
Sets the value of the serviceRegistration property.
|
protected ManagedObjectReference lookupService
protected ManagedObjectReference serviceRegistration
protected ManagedObjectReference deploymentInformationService
protected ManagedObjectReference l10N
public ManagedObjectReference getLookupService()
ManagedObjectReference
public void setLookupService(ManagedObjectReference value)
value
- allowed object is
ManagedObjectReference
public ManagedObjectReference getServiceRegistration()
ManagedObjectReference
public void setServiceRegistration(ManagedObjectReference value)
value
- allowed object is
ManagedObjectReference
public ManagedObjectReference getDeploymentInformationService()
ManagedObjectReference
public void setDeploymentInformationService(ManagedObjectReference value)
value
- allowed object is
ManagedObjectReference
public ManagedObjectReference getL10N()
ManagedObjectReference
public void setL10N(ManagedObjectReference value)
value
- allowed object is
ManagedObjectReference