|
||||||||||
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()
UserType
public void setUser(UserType value)
value
- allowed object is
UserType
public java.lang.String getTitle()
String
public void setTitle(java.lang.String value)
value
- allowed object is
String
public TextType getText()
TextType
public void setText(TextType value)
value
- allowed object is
TextType
public int getRating()
public void setRating(int value)
public java.math.BigInteger getParent()
BigInteger
public void setParent(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getId()
BigInteger
public void setId(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getHref()
String
public 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 |