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

de.zib.gndms.c3resource.jaxb.Metadata.Set Class Reference

List of all members.

Public Member Functions

Object getSetSpec ()
 Gets the value of the setSpec property.
void setSetSpec (Object value)
 Sets the value of the setSpec property.
String toString ()
 Generates a String representation of the contents of this type.

Protected Attributes

Object setSpec

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

Member Function Documentation

Object de.zib.gndms.c3resource.jaxb.Metadata.Set.getSetSpec ( )

Gets the value of the setSpec property.

Returns:
possible object is Object
                                   {
            return setSpec;
        }
void de.zib.gndms.c3resource.jaxb.Metadata.Set.setSetSpec ( Object  value)

Sets the value of the setSpec property.

Parameters:
valueallowed object is Object
                                             {
            this.setSpec = value;
        }
String de.zib.gndms.c3resource.jaxb.Metadata.Set.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