public class PbmFetchCapabilitySchemaRequestType extends Object
Java class for PbmFetchCapabilitySchemaRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmFetchCapabilitySchemaRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="vendorUuid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lineOfService" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected List<String> |
lineOfService |
protected String |
vendorUuid |
| Constructor and Description |
|---|
PbmFetchCapabilitySchemaRequestType() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getLineOfService()
Gets the value of the lineOfService property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
String |
getVendorUuid()
Gets the value of the vendorUuid property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
void |
setVendorUuid(String value)
Sets the value of the vendorUuid property.
|
protected ManagedObjectReference _this
protected String vendorUuid
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getVendorUuid()
Stringpublic void setVendorUuid(String value)
value - allowed object is
Stringpublic List<String> getLineOfService()
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 lineOfService property.
For example, to add a new item, do as follows:
getLineOfService().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2018. All rights reserved.