All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vmware.vim25.PatchInstallFailed Maven / Gradle / Ivy

The newest version!

package com.vmware.vim25;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for PatchInstallFailed complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="PatchInstallFailed">
 *   <complexContent>
 *     <extension base="{urn:vim25}PlatformConfigFault">
 *       <sequence>
 *         <element name="rolledBack" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "PatchInstallFailed", propOrder = { "rolledBack" }) public class PatchInstallFailed extends PlatformConfigFault { protected boolean rolledBack; /** * Gets the value of the rolledBack property. * */ public boolean isRolledBack() { return rolledBack; } /** * Sets the value of the rolledBack property. * */ public void setRolledBack(boolean value) { this.rolledBack = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy