public class BaseConfigInfo extends DynamicData
Java class for BaseConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseConfigInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="id" type="{urn:vim25}ID"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="createTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="backing" type="{urn:vim25}BaseConfigInfoBackingInfo"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BaseConfigInfoBackingInfo |
backing |
protected XMLGregorianCalendar |
createTime |
protected ID |
id |
protected String |
name |
| Constructor and Description |
|---|
BaseConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
BaseConfigInfoBackingInfo |
getBacking()
Gets the value of the backing property.
|
XMLGregorianCalendar |
getCreateTime()
Gets the value of the createTime property.
|
ID |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
void |
setBacking(BaseConfigInfoBackingInfo value)
Sets the value of the backing property.
|
void |
setCreateTime(XMLGregorianCalendar value)
Sets the value of the createTime property.
|
void |
setId(ID value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected ID id
protected String name
protected XMLGregorianCalendar createTime
protected BaseConfigInfoBackingInfo backing
public void setId(ID value)
value - allowed object is
IDpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getCreateTime()
XMLGregorianCalendarpublic void setCreateTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic BaseConfigInfoBackingInfo getBacking()
BaseConfigInfoBackingInfopublic void setBacking(BaseConfigInfoBackingInfo value)
value - allowed object is
BaseConfigInfoBackingInfoCopyright © 2018. All rights reserved.