|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.dragon.service.deployment.TechnicalServiceTO
public class TechnicalServiceTO
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 |
|---|
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 Detail |
|---|
public TechnicalServiceTO()
| Method Detail |
|---|
public java.util.List<KeyedRefTO> getCategories()
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
public java.util.List<CommentTO> getComments()
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
public float getGlobalRating()
public void setGlobalRating(float value)
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPurpose()
Stringpublic void setPurpose(java.lang.String value)
value - allowed object is
Stringpublic RatingTO getRatingTO()
RatingTOpublic void setRatingTO(RatingTO value)
value - allowed object is
RatingTOpublic java.util.List<java.lang.String> getTags()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||