public class CustomizationLicenseFilePrintData extends DynamicData
Java class for CustomizationLicenseFilePrintData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomizationLicenseFilePrintData">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="autoMode" type="{urn:vim25}CustomizationLicenseDataMode"/>
<element name="autoUsers" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CustomizationLicenseDataMode |
autoMode |
protected Integer |
autoUsers |
| Constructor and Description |
|---|
CustomizationLicenseFilePrintData() |
| Modifier and Type | Method and Description |
|---|---|
CustomizationLicenseDataMode |
getAutoMode()
Gets the value of the autoMode property.
|
Integer |
getAutoUsers()
Gets the value of the autoUsers property.
|
void |
setAutoMode(CustomizationLicenseDataMode value)
Sets the value of the autoMode property.
|
void |
setAutoUsers(Integer value)
Sets the value of the autoUsers property.
|
protected CustomizationLicenseDataMode autoMode
protected Integer autoUsers
public CustomizationLicenseDataMode getAutoMode()
CustomizationLicenseDataModepublic void setAutoMode(CustomizationLicenseDataMode value)
value - allowed object is
CustomizationLicenseDataModepublic Integer getAutoUsers()
IntegerCopyright © 2018. All rights reserved.