src/main/java/com/vmware/vim25/HostWwnChangedEvent.java [39:73]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public long[] oldNodeWwns;
    public long[] oldPortWwns;
    public long[] newNodeWwns;
    public long[] newPortWwns;

    public long[] getOldNodeWwns() {
        return this.oldNodeWwns;
    }

    public long[] getOldPortWwns() {
        return this.oldPortWwns;
    }

    public long[] getNewNodeWwns() {
        return this.newNodeWwns;
    }

    public long[] getNewPortWwns() {
        return this.newPortWwns;
    }

    public void setOldNodeWwns(long[] oldNodeWwns) {
        this.oldNodeWwns = oldNodeWwns;
    }

    public void setOldPortWwns(long[] oldPortWwns) {
        this.oldPortWwns = oldPortWwns;
    }

    public void setNewNodeWwns(long[] newNodeWwns) {
        this.newNodeWwns = newNodeWwns;
    }

    public void setNewPortWwns(long[] newPortWwns) {
        this.newPortWwns = newPortWwns;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/vmware/vim25/VmWwnChangedEvent.java [39:73]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public long[] oldNodeWwns;
    public long[] oldPortWwns;
    public long[] newNodeWwns;
    public long[] newPortWwns;

    public long[] getOldNodeWwns() {
        return this.oldNodeWwns;
    }

    public long[] getOldPortWwns() {
        return this.oldPortWwns;
    }

    public long[] getNewNodeWwns() {
        return this.newNodeWwns;
    }

    public long[] getNewPortWwns() {
        return this.newPortWwns;
    }

    public void setOldNodeWwns(long[] oldNodeWwns) {
        this.oldNodeWwns = oldNodeWwns;
    }

    public void setOldPortWwns(long[] oldPortWwns) {
        this.oldPortWwns = oldPortWwns;
    }

    public void setNewNodeWwns(long[] newNodeWwns) {
        this.newNodeWwns = newNodeWwns;
    }

    public void setNewPortWwns(long[] newPortWwns) {
        this.newPortWwns = newPortWwns;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



