public class PbmLineOfServiceInfo extends DynamicData
Java class for PbmLineOfServiceInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmLineOfServiceInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="lineOfService" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{urn:pbm}PbmExtendedElementDescription"/>
<element name="description" type="{urn:pbm}PbmExtendedElementDescription" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PbmExtendedElementDescription |
description |
protected String |
lineOfService |
protected PbmExtendedElementDescription |
name |
| Constructor and Description |
|---|
PbmLineOfServiceInfo() |
| Modifier and Type | Method and Description |
|---|---|
PbmExtendedElementDescription |
getDescription()
Gets the value of the description property.
|
String |
getLineOfService()
Gets the value of the lineOfService property.
|
PbmExtendedElementDescription |
getName()
Gets the value of the name property.
|
void |
setDescription(PbmExtendedElementDescription value)
Sets the value of the description property.
|
void |
setLineOfService(String value)
Sets the value of the lineOfService property.
|
void |
setName(PbmExtendedElementDescription value)
Sets the value of the name property.
|
protected String lineOfService
protected PbmExtendedElementDescription name
protected PbmExtendedElementDescription description
public String getLineOfService()
Stringpublic void setLineOfService(String value)
value - allowed object is
Stringpublic PbmExtendedElementDescription getName()
PbmExtendedElementDescriptionpublic void setName(PbmExtendedElementDescription value)
value - allowed object is
PbmExtendedElementDescriptionpublic PbmExtendedElementDescription getDescription()
PbmExtendedElementDescriptionpublic void setDescription(PbmExtendedElementDescription value)
value - allowed object is
PbmExtendedElementDescriptionCopyright © 2018. All rights reserved.