VCloud Director 1.5: Adjusting misleading comments refering to JAXBElements

This commit is contained in:
Adam Lowe 2012-03-06 09:24:39 +00:00
parent 3ce6051e51
commit 200fc85965
3 changed files with 55 additions and 58 deletions

View File

@ -25,7 +25,6 @@ import static com.google.common.base.Preconditions.checkNotNull;
import java.util.Collections;
import java.util.Set;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlType;
@ -154,24 +153,24 @@ public class CaptureVAppParams
* Gets the value of the section property.
*
* Objects of the following type(s) are allowed in the list
* {@link JAXBElement }{@code <}{@link Section> }{@code >}
* {@link JAXBElement }{@code <}{@link VirtualHardwareSection > }{@code >}
* {@link JAXBElement }{@code <}{@link LeaseSettingsSection> }{@code >}
* {@link JAXBElement }{@code <}{@link EulaSection> }{@code >}
* {@link JAXBElement }{@code <}{@link RuntimeInfoSection> }{@code >}
* {@link JAXBElement }{@code <}{@link AnnotationSection> }{@code >}
* {@link JAXBElement }{@code <}{@link DeploymentOptionSection > }{@code >}
* {@link JAXBElement }{@code <}{@link StartupSection> }{@code >}
* {@link JAXBElement }{@code <}{@link ResourceAllocationSection> }{@code >}
* {@link JAXBElement }{@code <}{@link NetworkConnectionSection> }{@code >}
* {@link JAXBElement }{@code <}{@link CustomizationSection> }{@code >}
* {@link JAXBElement }{@code <}{@link ProductSection > }{@code >}
* {@link JAXBElement }{@code <}{@link GuestCustomizationSection> }{@code >}
* {@link JAXBElement }{@code <}{@link OperatingSystemSection > }{@code >}
* {@link JAXBElement }{@code <}{@link NetworkConfigSection> }{@code >}
* {@link JAXBElement }{@code <}{@link NetworkSection > }{@code >}
* {@link JAXBElement }{@code <}{@link DiskSection > }{@code >}
* {@link JAXBElement }{@code <}{@link InstallSection> }{@code >}
* {@code <}{@link Section> }{@code >}
* {@code <}{@link VirtualHardwareSection > }{@code >}
* {@code <}{@link LeaseSettingsSection> }{@code >}
* {@code <}{@link EulaSection> }{@code >}
* {@code <}{@link RuntimeInfoSection> }{@code >}
* {@code <}{@link AnnotationSection> }{@code >}
* {@code <}{@link DeploymentOptionSection > }{@code >}
* {@code <}{@link StartupSection> }{@code >}
* {@code <}{@link ResourceAllocationSection> }{@code >}
* {@code <}{@link NetworkConnectionSection> }{@code >}
* {@code <}{@link CustomizationSection> }{@code >}
* {@code <}{@link ProductSection > }{@code >}
* {@code <}{@link GuestCustomizationSection> }{@code >}
* {@code <}{@link OperatingSystemSection > }{@code >}
* {@code <}{@link NetworkConfigSection> }{@code >}
* {@code <}{@link NetworkSection > }{@code >}
* {@code <}{@link DiskSection > }{@code >}
* {@code <}{@link InstallSection> }{@code >}
*/
public Set<? extends Section<?>> getSections() {
return Collections.unmodifiableSet(this.sections);

View File

@ -22,11 +22,9 @@ package org.jclouds.vcloud.director.v1_5.domain;
import static com.google.common.base.Objects.equal;
import static com.google.common.base.Preconditions.checkNotNull;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Set;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlType;
@ -115,24 +113,24 @@ public class InstantiationParams {
* Gets the value of the section property.
* <p/>
* Objects of the following type(s) are allowed in the list
* {@link JAXBElement }{@code <}{@link SectionType }{@code >}
* {@link JAXBElement }{@code <}{@link VirtualHardwareSection }{@code >}
* {@link JAXBElement }{@code <}{@link LeaseSettingsSection }{@code >}
* {@link JAXBElement }{@code <}{@link EulaSection }{@code >}
* {@link JAXBElement }{@code <}{@link RuntimeInfoSection }{@code >}
* {@link JAXBElement }{@code <}{@link AnnotationSection }{@code >}
* {@link JAXBElement }{@code <}{@link DeploymentOptionSection }{@code >}
* {@link JAXBElement }{@code <}{@link StartupSection }{@code >}
* {@link JAXBElement }{@code <}{@link ResourceAllocationSection }{@code >}
* {@link JAXBElement }{@code <}{@link NetworkConnectionSection }{@code >}
* {@link JAXBElement }{@code <}{@link CustomizationSection }{@code >}
* {@link JAXBElement }{@code <}{@link ProductSection }{@code >}
* {@link JAXBElement }{@code <}{@link GuestCustomizationSection }{@code >}
* {@link JAXBElement }{@code <}{@link org.jclouds.ovf.OperatingSystemSection }{@code >}
* {@link JAXBElement }{@code <}{@link NetworkConfigSection }{@code >}
* {@link JAXBElement }{@code <}{@link NetworkSection }{@code >}
* {@link JAXBElement }{@code <}{@link DiskSection }{@code >}
* {@link JAXBElement }{@code <}{@link InstallSection }{@code >}
* {@code <}{@link SectionType }{@code >}
* {@code <}{@link VirtualHardwareSection }{@code >}
* {@code <}{@link LeaseSettingsSection }{@code >}
* {@code <}{@link EulaSection }{@code >}
* {@code <}{@link RuntimeInfoSection }{@code >}
* {@code <}{@link AnnotationSection }{@code >}
* {@code <}{@link DeploymentOptionSection }{@code >}
* {@code <}{@link StartupSection }{@code >}
* {@code <}{@link ResourceAllocationSection }{@code >}
* {@code <}{@link NetworkConnectionSection }{@code >}
* {@code <}{@link CustomizationSection }{@code >}
* {@code <}{@link ProductSection }{@code >}
* {@code <}{@link GuestCustomizationSection }{@code >}
* {@code <}{@link org.jclouds.ovf.OperatingSystemSection }{@code >}
* {@code <}{@link NetworkConfigSection }{@code >}
* {@code <}{@link NetworkSection }{@code >}
* {@code <}{@link DiskSection }{@code >}
* {@code <}{@link InstallSection }{@code >}
*/
public Set<? extends SectionType<?>> getSections() {
return Collections.unmodifiableSet(this.sections);

View File

@ -308,24 +308,24 @@ public class VAppTemplate extends ResourceEntityType<VAppTemplate> {
* Gets the value of the section property.
* <p/>
* Objects of the following type(s) are allowed in the list
* {@link JAXBElement }{@code <}{@link SectionType }{@code >}
* {@link JAXBElement }{@code <}{@link VirtualHardwareSection }{@code >}
* {@link JAXBElement }{@code <}{@link LeaseSettingsSection }{@code >}
* {@link JAXBElement }{@code <}{@link EulaSection }{@code >}
* {@link JAXBElement }{@code <}{@link RuntimeInfoSection }{@code >}
* {@link JAXBElement }{@code <}{@link AnnotationSection }{@code >}
* {@link JAXBElement }{@code <}{@link DeploymentOptionSection }{@code >}
* {@link JAXBElement }{@code <}{@link StartupSection }{@code >}
* {@link JAXBElement }{@code <}{@link ResourceAllocationSection }{@code >}
* {@link JAXBElement }{@code <}{@link NetworkConnectionSection }{@code >}
* {@link JAXBElement }{@code <}{@link CustomizationSection }{@code >}
* {@link JAXBElement }{@code <}{@link ProductSection }{@code >}
* {@link JAXBElement }{@code <}{@link GuestCustomizationSection }{@code >}
* {@link JAXBElement }{@code <}{@link OperatingSystemSection }{@code >}
* {@link JAXBElement }{@code <}{@link NetworkConfigSection }{@code >}
* {@link JAXBElement }{@code <}{@link NetworkSection }{@code >}
* {@link JAXBElement }{@code <}{@link DiskSection }{@code >}
* {@link JAXBElement }{@code <}{@link InstallSection }{@code >}
* {@code <}{@link SectionType }{@code >}
* {@code <}{@link VirtualHardwareSection }{@code >}
* {@code <}{@link LeaseSettingsSection }{@code >}
* {@code <}{@link EulaSection }{@code >}
* {@code <}{@link RuntimeInfoSection }{@code >}
* {@code <}{@link AnnotationSection }{@code >}
* {@code <}{@link DeploymentOptionSection }{@code >}
* {@code <}{@link StartupSection }{@code >}
* {@code <}{@link ResourceAllocationSection }{@code >}
* {@code <}{@link NetworkConnectionSection }{@code >}
* {@code <}{@link CustomizationSection }{@code >}
* {@code <}{@link ProductSection }{@code >}
* {@code <}{@link GuestCustomizationSection }{@code >}
* {@code <}{@link OperatingSystemSection }{@code >}
* {@code <}{@link NetworkConfigSection }{@code >}
* {@code <}{@link NetworkSection }{@code >}
* {@code <}{@link DiskSection }{@code >}
* {@code <}{@link InstallSection }{@code >}
*/
public Set<? extends SectionType<?>> getSections() {
return Collections.unmodifiableSet(this.sections);