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

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

List of all members.

Public Member Functions

List< SitegetSite ()
 Gets the value of the site property.
List< Object > getAny ()
 Gets the value of the any property.
String toString ()
 Generates a String representation of the contents of this type.

Protected Attributes

List< Sitesite
List< Object > any

Detailed Description

Java class for C3GridResource complex type.

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

 <complexType name="C3GridResource">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="site" type="{http://c3grid.de/language/resouces/2007-05-16-resources.xsd}site" maxOccurs="unbounded" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Member Function Documentation

List<Object> de.zib.gndms.c3resource.jaxb.C3GridResource.getAny ( )

Gets the value of the any property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the any property.

For example, to add a new item, do as follows:

    getAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Object

                                 {
        if (any == null) {
            any = new ArrayList<Object>();
        }
        return this.any;
    }
List<Site> de.zib.gndms.c3resource.jaxb.C3GridResource.getSite ( )

Gets the value of the site property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the site property.

For example, to add a new item, do as follows:

    getSite().add(newItem);
 

Objects of the following type(s) are allowed in the list Site

                                {
        if (site == null) {
            site = new ArrayList<Site>();
        }
        return this.site;
    }
String de.zib.gndms.c3resource.jaxb.C3GridResource.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