|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.scape_project.xa.tw.toolspec.Service
public class Service
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="{}description"/> <element ref="{}operations"/> <element ref="{}deployto"/> </sequence> <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="servicepackage" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="sid" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="contextpathprefix" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
contextpathprefix
|
protected Deployto |
deployto
|
protected String |
description
|
protected String |
name
|
protected Operations |
operations
|
protected String |
servicepackage
|
protected String |
sid
|
protected String |
type
|
Constructor Summary | |
---|---|
Service()
|
Method Summary | |
---|---|
String |
getContextpathprefix()
Gets the value of the contextpathprefix property. |
Deployto |
getDeployto()
Gets the value of the deployto property. |
String |
getDescription()
Gets the value of the description property. |
String |
getName()
Gets the value of the name property. |
Operations |
getOperations()
Gets the value of the operations property. |
String |
getServicepackage()
Gets the value of the servicepackage property. |
String |
getSid()
Gets the value of the sid property. |
String |
getType()
Gets the value of the type property. |
void |
setContextpathprefix(String value)
Sets the value of the contextpathprefix property. |
void |
setDeployto(Deployto value)
Sets the value of the deployto property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setOperations(Operations value)
Sets the value of the operations property. |
void |
setServicepackage(String value)
Sets the value of the servicepackage property. |
void |
setSid(String value)
Sets the value of the sid property. |
void |
setType(String value)
Sets the value of the type property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String description
protected Operations operations
protected Deployto deployto
protected String type
protected String servicepackage
protected String name
protected String sid
protected String contextpathprefix
Constructor Detail |
---|
public Service()
Method Detail |
---|
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public Operations getOperations()
Operations
public void setOperations(Operations value)
value
- allowed object is
Operations
public Deployto getDeployto()
Deployto
public void setDeployto(Deployto value)
value
- allowed object is
Deployto
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public String getServicepackage()
String
public void setServicepackage(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getSid()
String
public void setSid(String value)
value
- allowed object is
String
public String getContextpathprefix()
String
public void setContextpathprefix(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |