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

de.zib.gndms.c3resource.jaxb.Modules.Module Class Reference

List of all members.

Public Member Functions

String getName ()
 Gets the value of the name property.
void setName (String value)
 Sets the value of the name property.
String getVersion ()
 Gets the value of the version property.
void setVersion (String value)
 Sets the value of the version property.
String toString ()
 Generates a String representation of the contents of this type.

Protected Attributes

String name
String version

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>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Member Function Documentation

String de.zib.gndms.c3resource.jaxb.Modules.Module.getName ( )

Gets the value of the name property.

Returns:
possible object is String
                                {
            return name;
        }
String de.zib.gndms.c3resource.jaxb.Modules.Module.getVersion ( )

Gets the value of the version property.

Returns:
possible object is String
                                   {
            return version;
        }
void de.zib.gndms.c3resource.jaxb.Modules.Module.setName ( String  value)

Sets the value of the name property.

Parameters:
valueallowed object is String
                                          {
            this.name = value;
        }
void de.zib.gndms.c3resource.jaxb.Modules.Module.setVersion ( String  value)

Sets the value of the version property.

Parameters:
valueallowed object is String
                                             {
            this.version = value;
        }
String de.zib.gndms.c3resource.jaxb.Modules.Module.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