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

de.zib.gndms.c3resource.jaxb.Workspace.Execution Class Reference

List of all members.

Public Member Functions

WsGramUrlType getWsGramUrl ()
 Gets the value of the wsGramUrl property.
void setWsGramUrl (WsGramUrlType value)
 Sets the value of the wsGramUrl property.
Modules getModules ()
 Gets the value of the modules property.
void setModules (Modules value)
 Sets the value of the modules property.
String toString ()
 Generates a String representation of the contents of this type.

Protected Attributes

WsGramUrlType wsGramUrl
Modules modules

Detailed Description

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="wsGramUrl" type="{http://c3grid.de/language/resouces/2007-05-16-resources.xsd}wsGramUrlType"/>
         </choice>
         <element name="modules" type="{http://c3grid.de/language/resouces/2007-05-16-resources.xsd}modules"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Member Function Documentation

Modules de.zib.gndms.c3resource.jaxb.Workspace.Execution.getModules ( )

Gets the value of the modules property.

Returns:
possible object is Modules
                                    {
            return modules;
        }
WsGramUrlType de.zib.gndms.c3resource.jaxb.Workspace.Execution.getWsGramUrl ( )

Gets the value of the wsGramUrl property.

Returns:
possible object is WsGramUrlType
                                            {
            return wsGramUrl;
        }
void de.zib.gndms.c3resource.jaxb.Workspace.Execution.setModules ( Modules  value)

Sets the value of the modules property.

Parameters:
valueallowed object is Modules
                                              {
            this.modules = value;
        }
void de.zib.gndms.c3resource.jaxb.Workspace.Execution.setWsGramUrl ( WsGramUrlType  value)

Sets the value of the wsGramUrl property.

Parameters:
valueallowed object is WsGramUrlType
                                                      {
            this.wsGramUrl = value;
        }
String de.zib.gndms.c3resource.jaxb.Workspace.Execution.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