public class VAppOvfSectionInfo extends DynamicData
Java class for VAppOvfSectionInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VAppOvfSectionInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="namespace" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="atEnvelopeLevel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="contents" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
atEnvelopeLevel |
protected String |
contents |
protected Integer |
key |
protected String |
namespace |
protected String |
type |
| Constructor and Description |
|---|
VAppOvfSectionInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContents()
Gets the value of the contents property.
|
Integer |
getKey()
Gets the value of the key property.
|
String |
getNamespace()
Gets the value of the namespace property.
|
String |
getType()
Gets the value of the type property.
|
Boolean |
isAtEnvelopeLevel()
Gets the value of the atEnvelopeLevel property.
|
void |
setAtEnvelopeLevel(Boolean value)
Sets the value of the atEnvelopeLevel property.
|
void |
setContents(String value)
Sets the value of the contents property.
|
void |
setKey(Integer value)
Sets the value of the key property.
|
void |
setNamespace(String value)
Sets the value of the namespace property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected Integer key
protected String namespace
protected String type
protected Boolean atEnvelopeLevel
protected String contents
public Integer getKey()
Integerpublic void setKey(Integer value)
value - allowed object is
Integerpublic String getNamespace()
Stringpublic void setNamespace(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic Boolean isAtEnvelopeLevel()
Booleanpublic void setAtEnvelopeLevel(Boolean value)
value - allowed object is
Booleanpublic String getContents()
StringCopyright © 2018. All rights reserved.