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

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

List of all members.

Public Member Functions

String getHttpUrl ()
 Gets the value of the httpUrl property.
void setHttpUrl (String value)
 Sets the value of the httpUrl property.
String getGsiftpUrl ()
 Gets the value of the gsiftpUrl property.
void setGsiftpUrl (String value)
 Sets the value of the gsiftpUrl property.
String toString ()
 Generates a String representation of the contents of this type.

Protected Attributes

String httpUrl
String gsiftpUrl

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

Member Function Documentation

String de.zib.gndms.c3resource.jaxb.Workspace.HttpExport.getGsiftpUrl ( )

Gets the value of the gsiftpUrl property.

Returns:
possible object is String
                                     {
            return gsiftpUrl;
        }
String de.zib.gndms.c3resource.jaxb.Workspace.HttpExport.getHttpUrl ( )

Gets the value of the httpUrl property.

Returns:
possible object is String
                                   {
            return httpUrl;
        }
void de.zib.gndms.c3resource.jaxb.Workspace.HttpExport.setGsiftpUrl ( String  value)

Sets the value of the gsiftpUrl property.

Parameters:
valueallowed object is String
                                               {
            this.gsiftpUrl = value;
        }
void de.zib.gndms.c3resource.jaxb.Workspace.HttpExport.setHttpUrl ( String  value)

Sets the value of the httpUrl property.

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