org.jclouds.vcloud.director.v1_5.domain.section
Class CustomizationSection

java.lang.Object
  extended by org.jclouds.dmtf.ovf.SectionType
      extended by org.jclouds.vcloud.director.v1_5.domain.section.CustomizationSection

public class CustomizationSection
extends org.jclouds.dmtf.ovf.SectionType

Represents a vApp template customization settings section.

 <complexType name="CustomizationSection">
   <complexContent>
     <extension base="{http://schemas.dmtf.org/ovf/envelope/1}Section_Type">
       <sequence>
         <element name="CustomizeOnInstantiate" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="Link" type="{http://www.vmware.com/vcloud/v1.5}LinkType" maxOccurs="unbounded" minOccurs="0"/>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="href" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
       <anyAttribute processContents='lax'/>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CustomizationSection.Builder<B extends CustomizationSection.Builder<B>>
           
 
Field Summary
protected  boolean customizeOnInstantiate
           
protected  URI href
           
protected  Set<Link> links
           
protected  String type
           
 
Method Summary
static CustomizationSection.Builder<?> builder()
           
 boolean equals(Object o)
           
 URI getHref()
          Gets the value of the href property.
 Set<Link> getLinks()
          Gets the value of the links property.
 String getType()
          Gets the value of the type property.
 int hashCode()
           
 boolean isCustomizeOnInstantiate()
          Gets the value of the customizeOnInstantiate property.
 com.google.common.base.Objects.ToStringHelper string()
           
 CustomizationSection.Builder<?> toBuilder()
           
 
Methods inherited from class org.jclouds.dmtf.ovf.SectionType
getInfo, isRequired, setInfo, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

customizeOnInstantiate

protected boolean customizeOnInstantiate

links

protected Set<Link> links

href

protected URI href

type

protected String type
Method Detail

builder

public static CustomizationSection.Builder<?> builder()

toBuilder

public CustomizationSection.Builder<?> toBuilder()

isCustomizeOnInstantiate

public boolean isCustomizeOnInstantiate()
Gets the value of the customizeOnInstantiate property.


getLinks

public Set<Link> getLinks()
Gets the value of the links property.


getHref

public URI getHref()
Gets the value of the href property.


getType

public String getType()
Gets the value of the type property.


equals

public boolean equals(Object o)
Overrides:
equals in class org.jclouds.dmtf.ovf.SectionType

hashCode

public int hashCode()
Overrides:
hashCode in class org.jclouds.dmtf.ovf.SectionType

string

public com.google.common.base.Objects.ToStringHelper string()
Overrides:
string in class org.jclouds.dmtf.ovf.SectionType


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.