src/main/java/com/vmware/vim25/DatastoreFileCopiedEvent.java [39:55]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public DatastoreEventArgument sourceDatastore;
    public String sourceFile;

    public DatastoreEventArgument getSourceDatastore() {
        return this.sourceDatastore;
    }

    public String getSourceFile() {
        return this.sourceFile;
    }

    public void setSourceDatastore(DatastoreEventArgument sourceDatastore) {
        this.sourceDatastore = sourceDatastore;
    }

    public void setSourceFile(String sourceFile) {
        this.sourceFile = sourceFile;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/vmware/vim25/DatastoreFileMovedEvent.java [39:55]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public DatastoreEventArgument sourceDatastore;
    public String sourceFile;

    public DatastoreEventArgument getSourceDatastore() {
        return this.sourceDatastore;
    }

    public String getSourceFile() {
        return this.sourceFile;
    }

    public void setSourceDatastore(DatastoreEventArgument sourceDatastore) {
        this.sourceDatastore = sourceDatastore;
    }

    public void setSourceFile(String sourceFile) {
        this.sourceFile = sourceFile;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



