public class ProductSectionList extends Resource implements Set<org.jclouds.dmtf.ovf.ProductSection>
<complexType name="ProductSectionList">
<complexContent>
<extension base="{http://www.vmware.com/vcloud/v1.5}ResourceType">
<sequence>
<element ref="{http://schemas.dmtf.org/ovf/envelope/1}ProductSection" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ProductSectionList.Builder<B extends ProductSectionList.Builder<B>> |
| Modifier | Constructor and Description |
|---|---|
protected |
ProductSectionList() |
protected |
ProductSectionList(ProductSectionList.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(org.jclouds.dmtf.ovf.ProductSection arg0) |
boolean |
addAll(Collection<? extends org.jclouds.dmtf.ovf.ProductSection> arg0) |
static ProductSectionList.Builder<?> |
builder() |
void |
clear() |
boolean |
contains(Object arg0) |
boolean |
containsAll(Collection<?> arg0) |
boolean |
equals(Object o) |
Set<org.jclouds.dmtf.ovf.ProductSection> |
getProductSections()
Gets the value of the productSection property.
|
int |
hashCode() |
boolean |
isEmpty() |
Iterator<org.jclouds.dmtf.ovf.ProductSection> |
iterator() |
boolean |
remove(Object arg0) |
boolean |
removeAll(Collection<?> arg0) |
boolean |
retainAll(Collection<?> arg0) |
int |
size() |
com.google.common.base.Objects.ToStringHelper |
string() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] arg0) |
ProductSectionList.Builder<?> |
toBuilder() |
protected ProductSectionList()
protected ProductSectionList(ProductSectionList.Builder<?> builder)
public static ProductSectionList.Builder<?> builder()
public ProductSectionList.Builder<?> toBuilder()
public Set<org.jclouds.dmtf.ovf.ProductSection> getProductSections()
public boolean equals(Object o)
public int hashCode()
public com.google.common.base.Objects.ToStringHelper string()
public boolean add(org.jclouds.dmtf.ovf.ProductSection arg0)
add in interface Collection<org.jclouds.dmtf.ovf.ProductSection>add in interface Set<org.jclouds.dmtf.ovf.ProductSection>public boolean addAll(Collection<? extends org.jclouds.dmtf.ovf.ProductSection> arg0)
addAll in interface Collection<org.jclouds.dmtf.ovf.ProductSection>addAll in interface Set<org.jclouds.dmtf.ovf.ProductSection>public void clear()
clear in interface Collection<org.jclouds.dmtf.ovf.ProductSection>clear in interface Set<org.jclouds.dmtf.ovf.ProductSection>public boolean contains(Object arg0)
contains in interface Collection<org.jclouds.dmtf.ovf.ProductSection>contains in interface Set<org.jclouds.dmtf.ovf.ProductSection>public boolean containsAll(Collection<?> arg0)
containsAll in interface Collection<org.jclouds.dmtf.ovf.ProductSection>containsAll in interface Set<org.jclouds.dmtf.ovf.ProductSection>public boolean isEmpty()
isEmpty in interface Collection<org.jclouds.dmtf.ovf.ProductSection>isEmpty in interface Set<org.jclouds.dmtf.ovf.ProductSection>public Iterator<org.jclouds.dmtf.ovf.ProductSection> iterator()
public boolean remove(Object arg0)
remove in interface Collection<org.jclouds.dmtf.ovf.ProductSection>remove in interface Set<org.jclouds.dmtf.ovf.ProductSection>public boolean removeAll(Collection<?> arg0)
removeAll in interface Collection<org.jclouds.dmtf.ovf.ProductSection>removeAll in interface Set<org.jclouds.dmtf.ovf.ProductSection>public boolean retainAll(Collection<?> arg0)
retainAll in interface Collection<org.jclouds.dmtf.ovf.ProductSection>retainAll in interface Set<org.jclouds.dmtf.ovf.ProductSection>public int size()
size in interface Collection<org.jclouds.dmtf.ovf.ProductSection>size in interface Set<org.jclouds.dmtf.ovf.ProductSection>public Object[] toArray()
toArray in interface Collection<org.jclouds.dmtf.ovf.ProductSection>toArray in interface Set<org.jclouds.dmtf.ovf.ProductSection>public <T> T[] toArray(T[] arg0)
toArray in interface Collection<org.jclouds.dmtf.ovf.ProductSection>toArray in interface Set<org.jclouds.dmtf.ovf.ProductSection>Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.