src/main/java/com/vmware/vim25/HostFeatureCapability.java [39:64]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public String key;
    public String featureName;
    public String value;

    public String getKey() {
        return this.key;
    }

    public String getFeatureName() {
        return this.featureName;
    }

    public String getValue() {
        return this.value;
    }

    public void setKey(String key) {
        this.key = key;
    }

    public void setFeatureName(String featureName) {
        this.featureName = featureName;
    }

    public void setValue(String value) {
        this.value = value;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/vmware/vim25/HostFeatureMask.java [39:64]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public String key;
    public String featureName;
    public String value;

    public String getKey() {
        return this.key;
    }

    public String getFeatureName() {
        return this.featureName;
    }

    public String getValue() {
        return this.value;
    }

    public void setKey(String key) {
        this.key = key;
    }

    public void setFeatureName(String featureName) {
        this.featureName = featureName;
    }

    public void setValue(String value) {
        this.value = value;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



