public class OvfAttribute extends OvfInvalidPackage
Java class for OvfAttribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OvfAttribute">
<complexContent>
<extension base="{urn:vim25}OvfInvalidPackage">
<sequence>
<element name="elementName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="attributeName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeName |
protected String |
elementName |
lineNumberfaultCause, faultMessage| Constructor and Description |
|---|
OvfAttribute() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName()
Gets the value of the attributeName property.
|
String |
getElementName()
Gets the value of the elementName property.
|
void |
setAttributeName(String value)
Sets the value of the attributeName property.
|
void |
setElementName(String value)
Sets the value of the elementName property.
|
getLineNumber, setLineNumbergetFaultCause, getFaultMessage, setFaultCausepublic String getElementName()
Stringpublic void setElementName(String value)
value - allowed object is
Stringpublic String getAttributeName()
StringCopyright © 2018. All rights reserved.