org.sciplore.rest
Class AnnotationType

java.lang.Object
  extended by org.sciplore.rest.AnnotationType

public class AnnotationType
extends java.lang.Object

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

AnnotationType

public AnnotationType()
Method Detail

getUser

public UserType getUser()
Gets the value of the user property.

Returns:
possible object is UserType

setUser

public void setUser(UserType value)
Sets the value of the user property.

Parameters:
value - allowed object is UserType

getTitle

public java.lang.String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(java.lang.String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getText

public TextType getText()
Gets the value of the text property.

Returns:
possible object is TextType

setText

public void setText(TextType value)
Sets the value of the text property.

Parameters:
value - allowed object is TextType

getRating

public int getRating()
Gets the value of the rating property.


setRating

public void setRating(int value)
Sets the value of the rating property.


getParent

public java.math.BigInteger getParent()
Gets the value of the parent property.

Returns:
possible object is BigInteger

setParent

public void setParent(java.math.BigInteger value)
Sets the value of the parent property.

Parameters:
value - allowed object is BigInteger

getType

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

Returns:
possible object is String

setType

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

Parameters:
value - allowed object is String

getId

public java.math.BigInteger getId()
Gets the value of the id property.

Returns:
possible object is BigInteger

setId

public void setId(java.math.BigInteger value)
Sets the value of the id property.

Parameters:
value - allowed object is BigInteger

getHref

public java.lang.String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

public void setHref(java.lang.String value)
Sets the value of the href property.

Parameters:
value - allowed object is String