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

org.hpccsystems.ws.client.wrappers.wsworkunits.WUCreateRequestWrapper Maven / Gradle / Ivy

Go to download

This project allows a user to interact with ESP services in a controlled manner. The API calls available under org.hpccsystems.ws.client.platform allow for a user to target ESP's across multiple environments running a range of hpccsystems-platform versions. There is no guarantee that if a user utilizes org.hpccsystems.ws.client.gen generated stub code from wsdl, that the calls will be backwards compatible with older hpccsystems-platform versions.

There is a newer version: 9.6.12-1
Show newest version
package org.hpccsystems.ws.client.wrappers.wsworkunits;

public class WUCreateRequestWrapper
{
    
    /**
     * Gets the raw.
     *
     * @return the raw
     */
    public org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_75.WUCreate getRaw()
    {
        return getRawVersion1_75();
    }

    /**
     * Gets the raw version 1 75.
     *
     * @return the raw version 1 75
     */
    public org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_75.WUCreate getRawVersion1_75()
    {
        return new org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_75.WUCreate();
    }
    
    /**
     * Gets the raw version 1 69.
     *
     * @return the raw version 1 69
     */
    public org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.WUCreate getRawVersion1_69()
    {
        return new org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.WUCreate();
    }

    /**
     * Gets the raw version 1 62.
     *
     * @return the raw version 1 62
     */
    public org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.WUCreate getRawVersion1_62()
    {
        return new org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.WUCreate();
    }

    /**
     * Gets the raw version 1 58.
     *
     * @return the raw version 1 58
     */
    public org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.WUCreate getRawVersion1_58()
    {
        return new org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.WUCreate();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy