|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.scape_project.xa.tw.toolspec.Deployment
public class Deployment
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 |
---|
protected String identifier
protected String host
protected Ports ports
protected Manager manager
protected String toolsbasedir
protected Dataexchange dataexchange
protected String ref
protected String id
Constructor Detail |
---|
public Deployment()
Method Detail |
---|
public String getIdentifier()
String
public void setIdentifier(String value)
value
- allowed object is
String
public String getHost()
String
public void setHost(String value)
value
- allowed object is
String
public Ports getPorts()
Ports
public void setPorts(Ports value)
value
- allowed object is
Ports
public Manager getManager()
Manager
public void setManager(Manager value)
value
- allowed object is
Manager
public String getToolsbasedir()
String
public void setToolsbasedir(String value)
value
- allowed object is
String
public Dataexchange getDataexchange()
Dataexchange
public void setDataexchange(Dataexchange value)
value
- allowed object is
Dataexchange
public String getRef()
String
public void setRef(String value)
value
- allowed object is
String
public String getId()
String
public void setId(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |