|
||||||||||
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()
User
void setOwner(User value)
value
- allowed object is
User
java.lang.String getBasePath()
String
void setBasePath(java.lang.String value)
value
- allowed object is
String
java.lang.String getDescription()
String
void setDescription(java.lang.String value)
value
- allowed object is
String
java.lang.Long getThemeId()
Long
void setThemeId(java.lang.Long value)
value
- allowed object is
Long
java.lang.String getAuthor()
String
void setAuthor(java.lang.String value)
value
- allowed object is
String
java.lang.String getName()
String
void setName(java.lang.String value)
value
- allowed object is
String
java.util.Calendar getModifyDate()
Calendar
void setModifyDate(java.util.Calendar value)
value
- allowed object is
Calendar
java.lang.String getAuthorEmail()
String
void setAuthorEmail(java.lang.String value)
value
- allowed object is
String
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 |