eu.scape_project.xa.tw.toolspec
Class Deployment

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

public class Deployment
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 minOccurs="0">
         <element ref="{}identifier"/>
         <element ref="{}host"/>
         <element ref="{}ports"/>
         <element ref="{}manager"/>
         <element name="toolsbasedir" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element ref="{}dataexchange"/>
       </sequence>
       <attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Dataexchange dataexchange
           
protected  String host
           
protected  String id
           
protected  String identifier
           
protected  Manager manager
           
protected  Ports ports
           
protected  String ref
           
protected  String toolsbasedir
           
 
Constructor Summary
Deployment()
           
 
Method Summary
 Dataexchange getDataexchange()
          Gets the value of the dataexchange property.
 String getHost()
          Gets the value of the host property.
 String getId()
          Gets the value of the id property.
 String getIdentifier()
          Gets the value of the identifier property.
 Manager getManager()
          Gets the value of the manager property.
 Ports getPorts()
          Gets the value of the ports property.
 String getRef()
          Gets the value of the ref property.
 String getToolsbasedir()
          Gets the value of the toolsbasedir property.
 void setDataexchange(Dataexchange value)
          Sets the value of the dataexchange property.
 void setHost(String value)
          Sets the value of the host property.
 void setId(String value)
          Sets the value of the id property.
 void setIdentifier(String value)
          Sets the value of the identifier property.
 void setManager(Manager value)
          Sets the value of the manager property.
 void setPorts(Ports value)
          Sets the value of the ports property.
 void setRef(String value)
          Sets the value of the ref property.
 void setToolsbasedir(String value)
          Sets the value of the toolsbasedir property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identifier

protected String identifier

host

protected String host

ports

protected Ports ports

manager

protected Manager manager

toolsbasedir

protected String toolsbasedir

dataexchange

protected Dataexchange dataexchange

ref

protected String ref

id

protected String id
Constructor Detail

Deployment

public Deployment()
Method Detail

getIdentifier

public String getIdentifier()
Gets the value of the identifier property.

Returns:
possible object is String

setIdentifier

public void setIdentifier(String value)
Sets the value of the identifier property.

Parameters:
value - allowed object is String

getHost

public String getHost()
Gets the value of the host property.

Returns:
possible object is String

setHost

public void setHost(String value)
Sets the value of the host property.

Parameters:
value - allowed object is String

getPorts

public Ports getPorts()
Gets the value of the ports property.

Returns:
possible object is Ports

setPorts

public void setPorts(Ports value)
Sets the value of the ports property.

Parameters:
value - allowed object is Ports

getManager

public Manager getManager()
Gets the value of the manager property.

Returns:
possible object is Manager

setManager

public void setManager(Manager value)
Sets the value of the manager property.

Parameters:
value - allowed object is Manager

getToolsbasedir

public String getToolsbasedir()
Gets the value of the toolsbasedir property.

Returns:
possible object is String

setToolsbasedir

public void setToolsbasedir(String value)
Sets the value of the toolsbasedir property.

Parameters:
value - allowed object is String

getDataexchange

public Dataexchange getDataexchange()
Gets the value of the dataexchange property.

Returns:
possible object is Dataexchange

setDataexchange

public void setDataexchange(Dataexchange value)
Sets the value of the dataexchange property.

Parameters:
value - allowed object is Dataexchange

getRef

public String getRef()
Gets the value of the ref property.

Returns:
possible object is String

setRef

public void setRef(String value)
Sets the value of the ref property.

Parameters:
value - allowed object is String

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.