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

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

List of all members.

Public Member Functions

String getBaseUrl ()
 Gets the value of the baseUrl property.
void setBaseUrl (String value)
 Sets the value of the baseUrl property.
List< String > getOidPrefix ()
 Gets the value of the oidPrefix property.
String getBaseWorkflow ()
 Gets the value of the baseWorkflow property.
void setBaseWorkflow (String value)
 Sets the value of the baseWorkflow property.
String toString ()
 Generates a String representation of the contents of this type.

Protected Attributes

String baseUrl
List< String > oidPrefix
String baseWorkflow

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="baseUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="oidPrefix" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="baseWorkflow" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Member Function Documentation

String de.zib.gndms.c3resource.jaxb.Workspace.Archive.getBaseUrl ( )

Gets the value of the baseUrl property.

Returns:
possible object is String
                                   {
            return baseUrl;
        }
String de.zib.gndms.c3resource.jaxb.Workspace.Archive.getBaseWorkflow ( )

Gets the value of the baseWorkflow property.

Returns:
possible object is String
                                        {
            return baseWorkflow;
        }
List<String> de.zib.gndms.c3resource.jaxb.Workspace.Archive.getOidPrefix ( )

Gets the value of the oidPrefix 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 oidPrefix property.

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

    getOidPrefix().add(newItem);
 

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

                                           {
            if (oidPrefix == null) {
                oidPrefix = new ArrayList<String>();
            }
            return this.oidPrefix;
        }
void de.zib.gndms.c3resource.jaxb.Workspace.Archive.setBaseUrl ( String  value)

Sets the value of the baseUrl property.

Parameters:
valueallowed object is String
                                             {
            this.baseUrl = value;
        }
void de.zib.gndms.c3resource.jaxb.Workspace.Archive.setBaseWorkflow ( String  value)

Sets the value of the baseWorkflow property.

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