public class LicenseUsageInfo extends DynamicData
Java class for LicenseUsageInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LicenseUsageInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="source" type="{urn:vim25}LicenseSource"/>
<element name="sourceAvailable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="reservationInfo" type="{urn:vim25}LicenseReservationInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="featureInfo" type="{urn:vim25}LicenseFeatureInfo" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<LicenseFeatureInfo> |
featureInfo |
protected List<LicenseReservationInfo> |
reservationInfo |
protected LicenseSource |
source |
protected boolean |
sourceAvailable |
| Constructor and Description |
|---|
LicenseUsageInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<LicenseFeatureInfo> |
getFeatureInfo()
Gets the value of the featureInfo property.
|
List<LicenseReservationInfo> |
getReservationInfo()
Gets the value of the reservationInfo property.
|
LicenseSource |
getSource()
Gets the value of the source property.
|
boolean |
isSourceAvailable()
Gets the value of the sourceAvailable property.
|
void |
setSource(LicenseSource value)
Sets the value of the source property.
|
void |
setSourceAvailable(boolean value)
Sets the value of the sourceAvailable property.
|
protected LicenseSource source
protected boolean sourceAvailable
protected List<LicenseReservationInfo> reservationInfo
protected List<LicenseFeatureInfo> featureInfo
public LicenseSource getSource()
LicenseSourcepublic void setSource(LicenseSource value)
value - allowed object is
LicenseSourcepublic boolean isSourceAvailable()
public void setSourceAvailable(boolean value)
public List<LicenseReservationInfo> getReservationInfo()
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 reservationInfo property.
For example, to add a new item, do as follows:
getReservationInfo().add(newItem);
Objects of the following type(s) are allowed in the list
LicenseReservationInfo
public List<LicenseFeatureInfo> getFeatureInfo()
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 featureInfo property.
For example, to add a new item, do as follows:
getFeatureInfo().add(newItem);
Objects of the following type(s) are allowed in the list
LicenseFeatureInfo
Copyright © 2018. All rights reserved.