public class ArrayOfCryptoKeyId extends Object
Java class for ArrayOfCryptoKeyId complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArrayOfCryptoKeyId">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CryptoKeyId" type="{urn:vim25}CryptoKeyId" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CryptoKeyId> |
cryptoKeyId |
| Constructor and Description |
|---|
ArrayOfCryptoKeyId() |
| Modifier and Type | Method and Description |
|---|---|
List<CryptoKeyId> |
getCryptoKeyId()
Gets the value of the cryptoKeyId property.
|
protected List<CryptoKeyId> cryptoKeyId
public List<CryptoKeyId> getCryptoKeyId()
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 cryptoKeyId property.
For example, to add a new item, do as follows:
getCryptoKeyId().add(newItem);
Objects of the following type(s) are allowed in the list
CryptoKeyId
Copyright © 2018. All rights reserved.