eu.scape_project.xa.tw.toolspec
Class Service

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

public class Service
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="{}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

description

protected String description

operations

protected Operations operations

deployto

protected Deployto deployto

type

protected String type

servicepackage

protected String servicepackage

name

protected String name

sid

protected String sid

contextpathprefix

protected String contextpathprefix
Constructor Detail

Service

public Service()
Method Detail

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getOperations

public Operations getOperations()
Gets the value of the operations property.

Returns:
possible object is Operations

setOperations

public void setOperations(Operations value)
Sets the value of the operations property.

Parameters:
value - allowed object is Operations

getDeployto

public Deployto getDeployto()
Gets the value of the deployto property.

Returns:
possible object is Deployto

setDeployto

public void setDeployto(Deployto value)
Sets the value of the deployto property.

Parameters:
value - allowed object is Deployto

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getServicepackage

public String getServicepackage()
Gets the value of the servicepackage property.

Returns:
possible object is String

setServicepackage

public void setServicepackage(String value)
Sets the value of the servicepackage property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getSid

public String getSid()
Gets the value of the sid property.

Returns:
possible object is String

setSid

public void setSid(String value)
Sets the value of the sid property.

Parameters:
value - allowed object is String

getContextpathprefix

public String getContextpathprefix()
Gets the value of the contextpathprefix property.

Returns:
possible object is String

setContextpathprefix

public void setContextpathprefix(String value)
Sets the value of the contextpathprefix property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.