|
||||||||||
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()
String
void setTag(java.lang.String value)
value
- allowed object is
String
User getTaggingUser()
User
void setTaggingUser(User value)
value
- allowed object is
User
java.lang.Long getTagId()
Long
void setTagId(java.lang.Long value)
value
- allowed object is
Long
java.util.Calendar getCreationDate()
Calendar
void 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 |