org.ow2.dragon.service.deployment
Class TechnicalServiceTO

java.lang.Object
  extended by org.ow2.dragon.service.deployment.TechnicalServiceTO

public class TechnicalServiceTO
extends java.lang.Object

Java class for technicalServiceTO complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="technicalServiceTO">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="categories" type="{http://deployment.service.dragon.ow2.org/}keyedRefTO" maxOccurs="unbounded" minOccurs="0"/>
         <element name="comments" type="{http://deployment.service.dragon.ow2.org/}commentTO" maxOccurs="unbounded" minOccurs="0"/>
         <element name="globalRating" type="{http://www.w3.org/2001/XMLSchema}float"/>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="purpose" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ratingTO" type="{http://deployment.service.dragon.ow2.org/}ratingTO" minOccurs="0"/>
         <element name="tags" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<KeyedRefTO> categories
           
protected  java.util.List<CommentTO> comments
           
protected  float globalRating
           
protected  java.lang.String id
           
protected  java.lang.String name
           
protected  java.lang.String purpose
           
protected  RatingTO ratingTO
           
protected  java.util.List<java.lang.String> tags
           
 
Constructor Summary
TechnicalServiceTO()
           
 
Method Summary
 java.util.List<KeyedRefTO> getCategories()
          Gets the value of the categories property.
 java.util.List<CommentTO> getComments()
          Gets the value of the comments property.
 float getGlobalRating()
          Gets the value of the globalRating property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getPurpose()
          Gets the value of the purpose property.
 RatingTO getRatingTO()
          Gets the value of the ratingTO property.
 java.util.List<java.lang.String> getTags()
          Gets the value of the tags property.
 void setGlobalRating(float value)
          Sets the value of the globalRating property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setPurpose(java.lang.String value)
          Sets the value of the purpose property.
 void setRatingTO(RatingTO value)
          Sets the value of the ratingTO property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

categories

protected java.util.List<KeyedRefTO> categories

comments

protected java.util.List<CommentTO> comments

globalRating

protected float globalRating

id

protected java.lang.String id

name

protected java.lang.String name

purpose

protected java.lang.String purpose

ratingTO

protected RatingTO ratingTO

tags

protected java.util.List<java.lang.String> tags
Constructor Detail

TechnicalServiceTO

public TechnicalServiceTO()
Method Detail

getCategories

public java.util.List<KeyedRefTO> getCategories()
Gets the value of the categories property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the categories property.

For example, to add a new item, do as follows:

    getCategories().add(newItem);
 

Objects of the following type(s) are allowed in the list KeyedRefTO


getComments

public java.util.List<CommentTO> getComments()
Gets the value of the comments property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the comments property.

For example, to add a new item, do as follows:

    getComments().add(newItem);
 

Objects of the following type(s) are allowed in the list CommentTO


getGlobalRating

public float getGlobalRating()
Gets the value of the globalRating property.


setGlobalRating

public void setGlobalRating(float value)
Sets the value of the globalRating property.


getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

getPurpose

public java.lang.String getPurpose()
Gets the value of the purpose property.

Returns:
possible object is String

setPurpose

public void setPurpose(java.lang.String value)
Sets the value of the purpose property.

Parameters:
value - allowed object is String

getRatingTO

public RatingTO getRatingTO()
Gets the value of the ratingTO property.

Returns:
possible object is RatingTO

setRatingTO

public void setRatingTO(RatingTO value)
Sets the value of the ratingTO property.

Parameters:
value - allowed object is RatingTO

getTags

public java.util.List<java.lang.String> getTags()
Gets the value of the tags property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the tags property.

For example, to add a new item, do as follows:

    getTags().add(newItem);
 

Objects of the following type(s) are allowed in the list String



Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.