GNDMS 0.6.0
RESTful verison of GNDMS
Public Member Functions | Protected Attributes

de.zib.gndms.c3resource.jaxb.WsGramUrlType Class Reference

Web service endpoint of the WS-Gram installation. More...

List of all members.

Public Member Functions

String getValue ()
 Gets the value of the value property.
void setValue (String value)
 Sets the value of the value property.
String getJobManager ()
 Gets the value of the jobManager property.
void setJobManager (String value)
 Sets the value of the jobManager property.
String toString ()
 Generates a String representation of the contents of this type.

Protected Attributes

String value
String jobManager

Detailed Description

Web service endpoint of the WS-Gram installation.

Optionally the attribute jobManager specifies the job manager to be used. This corresponds to the "-Ft <factory-type>" option of of the globusrun-ws command.

Java class for wsGramUrlType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="wsGramUrlType">
   <simpleContent>
     <extension base="&lt;http://www.w3.org/2001/XMLSchema>anyURI">
       <attribute name="jobManager" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     </extension>
   </simpleContent>
 </complexType>
 

Member Function Documentation

String de.zib.gndms.c3resource.jaxb.WsGramUrlType.getJobManager ( )

Gets the value of the jobManager property.

Returns:
possible object is String
                                  {
        return jobManager;
    }
String de.zib.gndms.c3resource.jaxb.WsGramUrlType.getValue ( )

Gets the value of the value property.

Returns:
possible object is String
                             {
        return value;
    }
void de.zib.gndms.c3resource.jaxb.WsGramUrlType.setJobManager ( String  value)

Sets the value of the jobManager property.

Parameters:
valueallowed object is String
                                            {
        this.jobManager = value;
    }
void de.zib.gndms.c3resource.jaxb.WsGramUrlType.setValue ( String  value)

Sets the value of the value property.

Parameters:
valueallowed object is String
                                       {
        this.value = value;
    }
String de.zib.gndms.c3resource.jaxb.WsGramUrlType.toString ( )

Generates a String representation of the contents of this type.

This is an extension method, produced by the 'ts' xjc plugin

                             {
        return JAXBToStringBuilder.valueOf(this, JAXBToStringStyle.MULTI_LINE_STYLE);
    }

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables