eu.scape_project.xa.tw.toolspec
Class Dataexchange

java.lang.Object
  extended by eu.scape_project.xa.tw.toolspec.Dataexchange

public class Dataexchange
extends Object

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 ref="{}accessdir"/>
         <element ref="{}accessurl"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String accessdir
           
protected  String accessurl
           
 
Constructor Summary
Dataexchange()
           
 
Method Summary
 String getAccessdir()
          Gets the value of the accessdir property.
 String getAccessurl()
          Gets the value of the accessurl property.
 void setAccessdir(String value)
          Sets the value of the accessdir property.
 void setAccessurl(String value)
          Sets the value of the accessurl property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

accessdir

protected String accessdir

accessurl

protected String accessurl
Constructor Detail

Dataexchange

public Dataexchange()
Method Detail

getAccessdir

public String getAccessdir()
Gets the value of the accessdir property.

Returns:
possible object is String

setAccessdir

public void setAccessdir(String value)
Sets the value of the accessdir property.

Parameters:
value - allowed object is String

getAccessurl

public String getAccessurl()
Gets the value of the accessurl property.

Returns:
possible object is String

setAccessurl

public void setAccessurl(String value)
Sets the value of the accessurl property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.