public class ExpiredFeatureLicense extends NotEnoughLicenses
Java class for ExpiredFeatureLicense complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExpiredFeatureLicense">
<complexContent>
<extension base="{urn:vim25}NotEnoughLicenses">
<sequence>
<element name="feature" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="count" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="expirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
count |
protected XMLGregorianCalendar |
expirationDate |
protected String |
feature |
faultCause, faultMessage| Constructor and Description |
|---|
ExpiredFeatureLicense() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Gets the value of the count property.
|
XMLGregorianCalendar |
getExpirationDate()
Gets the value of the expirationDate property.
|
String |
getFeature()
Gets the value of the feature property.
|
void |
setCount(int value)
Sets the value of the count property.
|
void |
setExpirationDate(XMLGregorianCalendar value)
Sets the value of the expirationDate property.
|
void |
setFeature(String value)
Sets the value of the feature property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String feature
protected int count
protected XMLGregorianCalendar expirationDate
public String getFeature()
Stringpublic void setFeature(String value)
value - allowed object is
Stringpublic int getCount()
public void setCount(int value)
public XMLGregorianCalendar getExpirationDate()
XMLGregorianCalendarpublic void setExpirationDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2018. All rights reserved.