public class HostSubSpecification extends DynamicData
Java class for HostSubSpecification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostSubSpecification">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="createdTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="data" type="{http://www.w3.org/2001/XMLSchema}byte" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
createdTime |
protected List<Byte> |
data |
protected String |
name |
| Constructor and Description |
|---|
HostSubSpecification() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getCreatedTime()
Gets the value of the createdTime property.
|
List<Byte> |
getData()
Gets the value of the data property.
|
String |
getName()
Gets the value of the name property.
|
void |
setCreatedTime(XMLGregorianCalendar value)
Sets the value of the createdTime property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
protected XMLGregorianCalendar createdTime
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getCreatedTime()
XMLGregorianCalendarpublic void setCreatedTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic List<Byte> getData()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the data property.
For example, to add a new item, do as follows:
getData().add(newItem);
Objects of the following type(s) are allowed in the list
Byte
Copyright © 2018. All rights reserved.