magoffin.matt.ma2.domain
Interface UserTag


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

getTag

java.lang.String getTag()
Gets the value of the tag property.

Returns:
possible object is String

setTag

void setTag(java.lang.String value)
Sets the value of the tag property.

Parameters:
value - allowed object is String

getTaggingUser

User getTaggingUser()
Gets the value of the taggingUser property.

Returns:
possible object is User

setTaggingUser

void setTaggingUser(User value)
Sets the value of the taggingUser property.

Parameters:
value - allowed object is User

getTagId

java.lang.Long getTagId()
Gets the value of the tagId property.

Returns:
possible object is Long

setTagId

void setTagId(java.lang.Long value)
Sets the value of the tagId property.

Parameters:
value - allowed object is Long

getCreationDate

java.util.Calendar getCreationDate()
Gets the value of the creationDate property.

Returns:
possible object is Calendar

setCreationDate

void setCreationDate(java.util.Calendar value)
Sets the value of the creationDate property.

Parameters:
value - allowed object is Calendar