public class References extends ContainerType
<complexType name="References">
<complexContent>
<extension base="{http://www.vmware.com/vcloud/v1.5}ContainerType">
<sequence>
<element ref="{http://www.vmware.com/vcloud/v1.5}Reference" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
References.Builder<T extends References.Builder<T>> |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Reference> |
references |
| Modifier and Type | Method and Description |
|---|---|
static References.Builder<?> |
builder() |
boolean |
equals(Object o) |
Set<Reference> |
getReferences()
Gets the value of the reference property.
|
int |
hashCode() |
com.google.common.base.Objects.ToStringHelper |
string() |
References.Builder<?> |
toBuilder() |
getName, getPage, getPageSize, getTotalpublic static References.Builder<?> builder()
public References.Builder<?> toBuilder()
toBuilder in class ContainerTypepublic Set<Reference> getReferences()
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 reference property.
For example, to add a new item, do as follows:
getReference().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<ReferenceType>
public boolean equals(Object o)
equals in class ContainerTypepublic int hashCode()
hashCode in class ContainerTypepublic com.google.common.base.Objects.ToStringHelper string()
string in class ContainerTypeCopyright © 2009-2013 jclouds. All Rights Reserved.