|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Theme
Java content class for theme 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 191)
<complexType name="theme">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="owner" type="{http://msqr.us/xsd/matte}user" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="author" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="author-email" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="base-path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="creation-date" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="modify-date" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="theme-id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
java.lang.String |
getAuthor()
Gets the value of the author property. |
java.lang.String |
getAuthorEmail()
Gets the value of the authorEmail property. |
java.lang.String |
getBasePath()
Gets the value of the basePath property. |
java.util.Calendar |
getCreationDate()
Gets the value of the creationDate property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.util.Calendar |
getModifyDate()
Gets the value of the modifyDate property. |
java.lang.String |
getName()
Gets the value of the name property. |
User |
getOwner()
Gets the value of the owner property. |
java.lang.Long |
getThemeId()
Gets the value of the themeId property. |
void |
setAuthor(java.lang.String value)
Sets the value of the author property. |
void |
setAuthorEmail(java.lang.String value)
Sets the value of the authorEmail property. |
void |
setBasePath(java.lang.String value)
Sets the value of the basePath property. |
void |
setCreationDate(java.util.Calendar value)
Sets the value of the creationDate property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setModifyDate(java.util.Calendar value)
Sets the value of the modifyDate property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setOwner(User value)
Sets the value of the owner property. |
void |
setThemeId(java.lang.Long value)
Sets the value of the themeId property. |
| Method Detail |
|---|
User getOwner()
Uservoid setOwner(User value)
value - allowed object is
Userjava.lang.String getBasePath()
Stringvoid setBasePath(java.lang.String value)
value - allowed object is
Stringjava.lang.String getDescription()
Stringvoid setDescription(java.lang.String value)
value - allowed object is
Stringjava.lang.Long getThemeId()
Longvoid setThemeId(java.lang.Long value)
value - allowed object is
Longjava.lang.String getAuthor()
Stringvoid setAuthor(java.lang.String value)
value - allowed object is
Stringjava.lang.String getName()
Stringvoid setName(java.lang.String value)
value - allowed object is
Stringjava.util.Calendar getModifyDate()
Calendarvoid setModifyDate(java.util.Calendar value)
value - allowed object is
Calendarjava.lang.String getAuthorEmail()
Stringvoid setAuthorEmail(java.lang.String value)
value - allowed object is
Stringjava.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 | |||||||||