src/com/vmware/vim25/HostWwnConflictEvent.java [39:64]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public VmEventArgument[] conflictedVms;
  public HostEventArgument[] conflictedHosts;
  public long wwn;

  public VmEventArgument[] getConflictedVms() {
    return this.conflictedVms;
  }

  public HostEventArgument[] getConflictedHosts() {
    return this.conflictedHosts;
  }

  public long getWwn() {
    return this.wwn;
  }

  public void setConflictedVms(VmEventArgument[] conflictedVms) {
    this.conflictedVms=conflictedVms;
  }

  public void setConflictedHosts(HostEventArgument[] conflictedHosts) {
    this.conflictedHosts=conflictedHosts;
  }

  public void setWwn(long wwn) {
    this.wwn=wwn;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/com/vmware/vim25/VmWwnConflictEvent.java [39:64]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public VmEventArgument[] conflictedVms;
  public HostEventArgument[] conflictedHosts;
  public long wwn;

  public VmEventArgument[] getConflictedVms() {
    return this.conflictedVms;
  }

  public HostEventArgument[] getConflictedHosts() {
    return this.conflictedHosts;
  }

  public long getWwn() {
    return this.wwn;
  }

  public void setConflictedVms(VmEventArgument[] conflictedVms) {
    this.conflictedVms=conflictedVms;
  }

  public void setConflictedHosts(HostEventArgument[] conflictedHosts) {
    this.conflictedHosts=conflictedHosts;
  }

  public void setWwn(long wwn) {
    this.wwn=wwn;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



