| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserTag
Java content class for user-tag complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Volumes/Renton/Users/matt/ws/ws-home/matte/hyperjaxb2-build/src/main/resources/domain.xsd line 262)
 <complexType name="user-tag">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tagging-user" type="{http://msqr.us/xsd/matte}user" minOccurs="0"/>
         <element name="tag" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="creation-date" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="tag-id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 
| Method Summary | |
|---|---|
|  java.util.Calendar | getCreationDate()Gets the value of the creationDate property. | 
|  java.lang.String | getTag()Gets the value of the tag property. | 
|  User | getTaggingUser()Gets the value of the taggingUser property. | 
|  java.lang.Long | getTagId()Gets the value of the tagId property. | 
|  void | setCreationDate(java.util.Calendar value)Sets the value of the creationDate property. | 
|  void | setTag(java.lang.String value)Sets the value of the tag property. | 
|  void | setTaggingUser(User value)Sets the value of the taggingUser property. | 
|  void | setTagId(java.lang.Long value)Sets the value of the tagId property. | 
| Method Detail | 
|---|
java.lang.String getTag()
Stringvoid setTag(java.lang.String value)
value - allowed object is
     StringUser getTaggingUser()
Uservoid setTaggingUser(User value)
value - allowed object is
     Userjava.lang.Long getTagId()
Longvoid setTagId(java.lang.Long value)
value - allowed object is
     Longjava.util.Calendar getCreationDate()
Calendarvoid setCreationDate(java.util.Calendar value)
value - allowed object is
     Calendar| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||