public class VAppOvfSectionInfo extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
Boolean |
atEnvelopeLevel |
String |
contents |
Integer |
key |
String |
namespace |
String |
type |
dynamicProperty, dynamicType| Constructor and Description |
|---|
VAppOvfSectionInfo() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAtEnvelopeLevel() |
String |
getContents() |
Integer |
getKey() |
String |
getNamespace() |
String |
getType() |
void |
setAtEnvelopeLevel(Boolean atEnvelopeLevel) |
void |
setContents(String contents) |
void |
setKey(Integer key) |
void |
setNamespace(String namespace) |
void |
setType(String type) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic Integer key
public String namespace
public String type
public Boolean atEnvelopeLevel
public String contents
public Integer getKey()
public String getNamespace()
public String getType()
public Boolean getAtEnvelopeLevel()
public String getContents()
public void setKey(Integer key)
public void setNamespace(String namespace)
public void setType(String type)
public void setAtEnvelopeLevel(Boolean atEnvelopeLevel)
public void setContents(String contents)
Copyright © 2011-2012. All Rights Reserved.