Michael Pasternak has uploaded a new change for review.

Change subject: sdk: regenerate against the latest api
......................................................................

sdk: regenerate against the latest api

- VCpuPin renamed to VCpuPin

Change-Id: I579d11ab1fde39d44cf17f30596ba0090546e3a7
Signed-off-by: Michael pasternak <mpast...@redhat.com>
---
M ovirt-engine-sdk-java/src/main/java/org/ovirt/engine/sdk/entities/CpuTune.java
1 file changed, 14 insertions(+), 14 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk-java 
refs/changes/17/19117/1

diff --git 
a/ovirt-engine-sdk-java/src/main/java/org/ovirt/engine/sdk/entities/CpuTune.java
 
b/ovirt-engine-sdk-java/src/main/java/org/ovirt/engine/sdk/entities/CpuTune.java
index 28c0b20..bfc35ea 100644
--- 
a/ovirt-engine-sdk-java/src/main/java/org/ovirt/engine/sdk/entities/CpuTune.java
+++ 
b/ovirt-engine-sdk-java/src/main/java/org/ovirt/engine/sdk/entities/CpuTune.java
@@ -39,7 +39,7 @@
  *   &lt;complexContent>
  *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType";>
  *       &lt;sequence>
- *         &lt;element name="vcpu_pin" type="{}VCpuPin" maxOccurs="unbounded" 
minOccurs="0"/>
+ *         &lt;element ref="{}vcpu_pin" maxOccurs="unbounded" minOccurs="0"/>
  *       &lt;/sequence>
  *     &lt;/restriction>
  *   &lt;/complexContent>
@@ -50,26 +50,26 @@
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "CpuTune", propOrder = {
-    "vcpuPin"
+    "vCpuPin"
 })
 public class CpuTune {
 
     @XmlElement(name = "vcpu_pin")
-    protected List<VCpuPin> vcpuPin;
+    protected List<VCpuPin> vCpuPin;
 
     /**
-     * Gets the value of the vcpuPin property.
+     * Gets the value of the vCpuPin property.
      *
      * <p>
      * 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 <CODE>set</CODE> method for the vcpuPin 
property.
+     * This is why there is not a <CODE>set</CODE> method for the vCpuPin 
property.
      *
      * <p>
      * For example, to add a new item, do as follows:
      * <pre>
-     *    getVcpuPin().add(newItem);
+     *    getVCpuPin().add(newItem);
      * </pre>
      *
      *
@@ -79,19 +79,19 @@
      *
      *
      */
-    public List<VCpuPin> getVcpuPin() {
-        if (vcpuPin == null) {
-            vcpuPin = new ArrayList<VCpuPin>();
+    public List<VCpuPin> getVCpuPin() {
+        if (vCpuPin == null) {
+            vCpuPin = new ArrayList<VCpuPin>();
         }
-        return this.vcpuPin;
+        return this.vCpuPin;
     }
 
-    public boolean isSetVcpuPin() {
-        return ((this.vcpuPin!= null)&&(!this.vcpuPin.isEmpty()));
+    public boolean isSetVCpuPin() {
+        return ((this.vCpuPin!= null)&&(!this.vCpuPin.isEmpty()));
     }
 
-    public void unsetVcpuPin() {
-        this.vcpuPin = null;
+    public void unsetVCpuPin() {
+        this.vCpuPin = null;
     }
 
 }


-- 
To view, visit http://gerrit.ovirt.org/19117
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I579d11ab1fde39d44cf17f30596ba0090546e3a7
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk-java
Gerrit-Branch: master
Gerrit-Owner: Michael Pasternak <mpast...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to