All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.manywho.sdk.entities.describe.DescribeServiceInstall Maven / Gradle / Ivy

There is a newer version: 1.25.0
Show newest version
package com.manywho.sdk.entities.describe;

import com.manywho.sdk.entities.draw.elements.type.TypeElementCollection;

// @todo Rename this class
public class DescribeServiceInstall {
    private TypeElementCollection typeElements;

    public DescribeServiceInstall() {
    }

    public DescribeServiceInstall(TypeElementCollection typeElements) {
        this.typeElements = typeElements;
    }

    public TypeElementCollection getTypeElements() {
        return typeElements;
    }

    public void setTypeElements(TypeElementCollection typeElements) {
        this.typeElements = typeElements;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy