mirror of https://github.com/apache/jclouds.git
VCloud Director 1.5: Adjusting misleading comments refering to JAXBElements
This commit is contained in:
parent
3ce6051e51
commit
200fc85965
|
@ -25,7 +25,6 @@ import static com.google.common.base.Preconditions.checkNotNull;
|
||||||
import java.util.Collections;
|
import java.util.Collections;
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
|
|
||||||
import javax.xml.bind.JAXBElement;
|
|
||||||
import javax.xml.bind.annotation.XmlElement;
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
import javax.xml.bind.annotation.XmlElementRef;
|
import javax.xml.bind.annotation.XmlElementRef;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
@ -154,24 +153,24 @@ public class CaptureVAppParams
|
||||||
* Gets the value of the section property.
|
* Gets the value of the section property.
|
||||||
*
|
*
|
||||||
* Objects of the following type(s) are allowed in the list
|
* Objects of the following type(s) are allowed in the list
|
||||||
* {@link JAXBElement }{@code <}{@link Section> }{@code >}
|
* {@code <}{@link Section> }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link VirtualHardwareSection > }{@code >}
|
* {@code <}{@link VirtualHardwareSection > }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link LeaseSettingsSection> }{@code >}
|
* {@code <}{@link LeaseSettingsSection> }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link EulaSection> }{@code >}
|
* {@code <}{@link EulaSection> }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link RuntimeInfoSection> }{@code >}
|
* {@code <}{@link RuntimeInfoSection> }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link AnnotationSection> }{@code >}
|
* {@code <}{@link AnnotationSection> }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link DeploymentOptionSection > }{@code >}
|
* {@code <}{@link DeploymentOptionSection > }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link StartupSection> }{@code >}
|
* {@code <}{@link StartupSection> }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link ResourceAllocationSection> }{@code >}
|
* {@code <}{@link ResourceAllocationSection> }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link NetworkConnectionSection> }{@code >}
|
* {@code <}{@link NetworkConnectionSection> }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link CustomizationSection> }{@code >}
|
* {@code <}{@link CustomizationSection> }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link ProductSection > }{@code >}
|
* {@code <}{@link ProductSection > }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link GuestCustomizationSection> }{@code >}
|
* {@code <}{@link GuestCustomizationSection> }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link OperatingSystemSection > }{@code >}
|
* {@code <}{@link OperatingSystemSection > }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link NetworkConfigSection> }{@code >}
|
* {@code <}{@link NetworkConfigSection> }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link NetworkSection > }{@code >}
|
* {@code <}{@link NetworkSection > }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link DiskSection > }{@code >}
|
* {@code <}{@link DiskSection > }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link InstallSection> }{@code >}
|
* {@code <}{@link InstallSection> }{@code >}
|
||||||
*/
|
*/
|
||||||
public Set<? extends Section<?>> getSections() {
|
public Set<? extends Section<?>> getSections() {
|
||||||
return Collections.unmodifiableSet(this.sections);
|
return Collections.unmodifiableSet(this.sections);
|
||||||
|
|
|
@ -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.Objects.equal;
|
||||||
import static com.google.common.base.Preconditions.checkNotNull;
|
import static com.google.common.base.Preconditions.checkNotNull;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.Collections;
|
import java.util.Collections;
|
||||||
import java.util.List;
|
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
import javax.xml.bind.JAXBElement;
|
|
||||||
import javax.xml.bind.annotation.XmlElementRef;
|
import javax.xml.bind.annotation.XmlElementRef;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
|
||||||
|
@ -115,24 +113,24 @@ public class InstantiationParams {
|
||||||
* Gets the value of the section property.
|
* Gets the value of the section property.
|
||||||
* <p/>
|
* <p/>
|
||||||
* Objects of the following type(s) are allowed in the list
|
* Objects of the following type(s) are allowed in the list
|
||||||
* {@link JAXBElement }{@code <}{@link SectionType }{@code >}
|
* {@code <}{@link SectionType }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link VirtualHardwareSection }{@code >}
|
* {@code <}{@link VirtualHardwareSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link LeaseSettingsSection }{@code >}
|
* {@code <}{@link LeaseSettingsSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link EulaSection }{@code >}
|
* {@code <}{@link EulaSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link RuntimeInfoSection }{@code >}
|
* {@code <}{@link RuntimeInfoSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link AnnotationSection }{@code >}
|
* {@code <}{@link AnnotationSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link DeploymentOptionSection }{@code >}
|
* {@code <}{@link DeploymentOptionSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link StartupSection }{@code >}
|
* {@code <}{@link StartupSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link ResourceAllocationSection }{@code >}
|
* {@code <}{@link ResourceAllocationSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link NetworkConnectionSection }{@code >}
|
* {@code <}{@link NetworkConnectionSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link CustomizationSection }{@code >}
|
* {@code <}{@link CustomizationSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link ProductSection }{@code >}
|
* {@code <}{@link ProductSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link GuestCustomizationSection }{@code >}
|
* {@code <}{@link GuestCustomizationSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link org.jclouds.ovf.OperatingSystemSection }{@code >}
|
* {@code <}{@link org.jclouds.ovf.OperatingSystemSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link NetworkConfigSection }{@code >}
|
* {@code <}{@link NetworkConfigSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link NetworkSection }{@code >}
|
* {@code <}{@link NetworkSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link DiskSection }{@code >}
|
* {@code <}{@link DiskSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link InstallSection }{@code >}
|
* {@code <}{@link InstallSection }{@code >}
|
||||||
*/
|
*/
|
||||||
public Set<? extends SectionType<?>> getSections() {
|
public Set<? extends SectionType<?>> getSections() {
|
||||||
return Collections.unmodifiableSet(this.sections);
|
return Collections.unmodifiableSet(this.sections);
|
||||||
|
|
|
@ -308,24 +308,24 @@ public class VAppTemplate extends ResourceEntityType<VAppTemplate> {
|
||||||
* Gets the value of the section property.
|
* Gets the value of the section property.
|
||||||
* <p/>
|
* <p/>
|
||||||
* Objects of the following type(s) are allowed in the list
|
* Objects of the following type(s) are allowed in the list
|
||||||
* {@link JAXBElement }{@code <}{@link SectionType }{@code >}
|
* {@code <}{@link SectionType }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link VirtualHardwareSection }{@code >}
|
* {@code <}{@link VirtualHardwareSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link LeaseSettingsSection }{@code >}
|
* {@code <}{@link LeaseSettingsSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link EulaSection }{@code >}
|
* {@code <}{@link EulaSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link RuntimeInfoSection }{@code >}
|
* {@code <}{@link RuntimeInfoSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link AnnotationSection }{@code >}
|
* {@code <}{@link AnnotationSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link DeploymentOptionSection }{@code >}
|
* {@code <}{@link DeploymentOptionSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link StartupSection }{@code >}
|
* {@code <}{@link StartupSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link ResourceAllocationSection }{@code >}
|
* {@code <}{@link ResourceAllocationSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link NetworkConnectionSection }{@code >}
|
* {@code <}{@link NetworkConnectionSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link CustomizationSection }{@code >}
|
* {@code <}{@link CustomizationSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link ProductSection }{@code >}
|
* {@code <}{@link ProductSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link GuestCustomizationSection }{@code >}
|
* {@code <}{@link GuestCustomizationSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link OperatingSystemSection }{@code >}
|
* {@code <}{@link OperatingSystemSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link NetworkConfigSection }{@code >}
|
* {@code <}{@link NetworkConfigSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link NetworkSection }{@code >}
|
* {@code <}{@link NetworkSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link DiskSection }{@code >}
|
* {@code <}{@link DiskSection }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link InstallSection }{@code >}
|
* {@code <}{@link InstallSection }{@code >}
|
||||||
*/
|
*/
|
||||||
public Set<? extends SectionType<?>> getSections() {
|
public Set<? extends SectionType<?>> getSections() {
|
||||||
return Collections.unmodifiableSet(this.sections);
|
return Collections.unmodifiableSet(this.sections);
|
||||||
|
|
Loading…
Reference in New Issue