public class ScsiLunDurableName extends DynamicData
Java class for ScsiLunDurableName complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScsiLunDurableName">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="namespace" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="namespaceId" type="{http://www.w3.org/2001/XMLSchema}byte"/>
<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 List<Byte> |
data |
protected String |
namespace |
protected byte |
namespaceId |
| Constructor and Description |
|---|
ScsiLunDurableName() |
| Modifier and Type | Method and Description |
|---|---|
List<Byte> |
getData()
Gets the value of the data property.
|
String |
getNamespace()
Gets the value of the namespace property.
|
byte |
getNamespaceId()
Gets the value of the namespaceId property.
|
void |
setNamespace(String value)
Sets the value of the namespace property.
|
void |
setNamespaceId(byte value)
Sets the value of the namespaceId property.
|
protected String namespace
protected byte namespaceId
public String getNamespace()
Stringpublic void setNamespace(String value)
value - allowed object is
Stringpublic byte getNamespaceId()
public void setNamespaceId(byte value)
public 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.