![JAR search and dependency download from the Maven repository](/logo.png)
com.vmware.vim25.OvfInvalidPackage Maven / Gradle / Ivy
package com.vmware.vim25;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
/**
* Java class for OvfInvalidPackage complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="OvfInvalidPackage">
* <complexContent>
* <extension base="{urn:vim25}OvfFault">
* <sequence>
* <element name="lineNumber" type="{http://www.w3.org/2001/XMLSchema}int"/>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "OvfInvalidPackage", propOrder = {
"lineNumber"
})
@XmlSeeAlso({
OvfConstraint.class,
OvfAttribute.class,
OvfProperty.class,
OvfElement.class,
OvfWrongNamespace.class,
OvfXmlFormat.class
})
public class OvfInvalidPackage
extends OvfFault
{
protected int lineNumber;
/**
* Gets the value of the lineNumber property.
*
*/
public int getLineNumber() {
return lineNumber;
}
/**
* Sets the value of the lineNumber property.
*
*/
public void setLineNumber(int value) {
this.lineNumber = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy