|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sciplore.rest.AnnotationType
public class AnnotationType
Java class for annotationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="annotationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="user" type="{http://dke113.cs.uni-magdeburg.de/rest/xml}userType" minOccurs="0"/>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="text" type="{http://dke113.cs.uni-magdeburg.de/rest/xml}textType" minOccurs="0"/>
</sequence>
<attribute name="rating" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="parent" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
<attribute name="href" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
AnnotationType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getHref()
Gets the value of the href property. |
java.math.BigInteger |
getId()
Gets the value of the id property. |
java.math.BigInteger |
getParent()
Gets the value of the parent property. |
int |
getRating()
Gets the value of the rating property. |
TextType |
getText()
Gets the value of the text property. |
java.lang.String |
getTitle()
Gets the value of the title property. |
java.lang.String |
getType()
Gets the value of the type property. |
UserType |
getUser()
Gets the value of the user property. |
void |
setHref(java.lang.String value)
Sets the value of the href property. |
void |
setId(java.math.BigInteger value)
Sets the value of the id property. |
void |
setParent(java.math.BigInteger value)
Sets the value of the parent property. |
void |
setRating(int value)
Sets the value of the rating property. |
void |
setText(TextType value)
Sets the value of the text property. |
void |
setTitle(java.lang.String value)
Sets the value of the title property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
void |
setUser(UserType value)
Sets the value of the user property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnnotationType()
| Method Detail |
|---|
public UserType getUser()
UserTypepublic void setUser(UserType value)
value - allowed object is
UserTypepublic java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - allowed object is
Stringpublic TextType getText()
TextTypepublic void setText(TextType value)
value - allowed object is
TextTypepublic int getRating()
public void setRating(int value)
public java.math.BigInteger getParent()
BigIntegerpublic void setParent(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getId()
BigIntegerpublic void setId(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getHref()
Stringpublic void setHref(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||