|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensorbase.resource.projects.jaxb.Project
public class Project
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}Description"/> <element ref="{}StartTime" minOccurs="0"/> <element ref="{}EndTime" minOccurs="0"/> <element ref="{}Owner" minOccurs="0"/> <element ref="{}Members"/> <element ref="{}Invitations" minOccurs="0"/> <element ref="{}Spectators" minOccurs="0"/> <element ref="{}UriPatterns"/> <element ref="{}Properties"/> </sequence> <attribute ref="{}Name"/> <attribute ref="{}LastMod"/> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
description
|
protected javax.xml.datatype.XMLGregorianCalendar |
endTime
|
protected Invitations |
invitations
|
protected javax.xml.datatype.XMLGregorianCalendar |
lastMod
|
protected Members |
members
|
protected java.lang.String |
name
|
protected java.lang.String |
owner
|
protected Properties |
properties
|
protected Spectators |
spectators
|
protected javax.xml.datatype.XMLGregorianCalendar |
startTime
|
protected UriPatterns |
uriPatterns
|
Constructor Summary | |
---|---|
Project()
|
Method Summary | |
---|---|
void |
addInvitation(java.lang.String email)
Adds the specified email to this list of invited users to this project. |
void |
addProperty(java.lang.String key,
java.lang.String value)
Adds a new property to this instance with the specified key and value. |
void |
addUriPattern(java.lang.String pattern)
Adds the specified UriPattern to the UriPatterns instance, creating it if necesssary. |
Property |
findProperty(java.lang.String key)
Returns the first Property instance with the specified key, or null if not found. |
java.lang.String |
getDescription()
Gets the value of the description property. |
javax.xml.datatype.XMLGregorianCalendar |
getEndTime()
Gets the value of the endTime property. |
Invitations |
getInvitations()
Gets the value of the invitations property. |
javax.xml.datatype.XMLGregorianCalendar |
getLastMod()
Gets the value of the lastMod property. |
Members |
getMembers()
Gets the value of the members property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getOwner()
Gets the value of the owner property. |
Properties |
getProperties()
Gets the value of the properties property. |
Spectators |
getSpectators()
Gets the value of the spectators property. |
javax.xml.datatype.XMLGregorianCalendar |
getStartTime()
Gets the value of the startTime property. |
UriPatterns |
getUriPatterns()
Gets the value of the uriPatterns property. |
boolean |
isMemberOrOwner(java.lang.String email)
Returns true if the passed email is the owner or one of the members of this project. |
boolean |
isSetDescription()
|
boolean |
isSetEndTime()
|
boolean |
isSetInvitations()
|
boolean |
isSetLastMod()
|
boolean |
isSetMembers()
|
boolean |
isSetName()
|
boolean |
isSetOwner()
|
boolean |
isSetProperties()
|
boolean |
isSetSpectators()
|
boolean |
isSetStartTime()
|
boolean |
isSetUriPatterns()
|
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setEndTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the endTime property. |
void |
setInvitations(Invitations value)
Sets the value of the invitations property. |
void |
setLastMod(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastMod property. |
void |
setMembers(Members value)
Sets the value of the members property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setOwner(java.lang.String value)
Sets the value of the owner property. |
void |
setProperties(Properties value)
Sets the value of the properties property. |
void |
setSpectators(Spectators value)
Sets the value of the spectators property. |
void |
setStartTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startTime property. |
void |
setUriPatterns(UriPatterns value)
Sets the value of the uriPatterns property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String description
protected javax.xml.datatype.XMLGregorianCalendar startTime
protected javax.xml.datatype.XMLGregorianCalendar endTime
protected java.lang.String owner
protected Members members
protected Invitations invitations
protected Spectators spectators
protected UriPatterns uriPatterns
protected Properties properties
protected java.lang.String name
protected javax.xml.datatype.XMLGregorianCalendar lastMod
Constructor Detail |
---|
public Project()
Method Detail |
---|
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public boolean isSetDescription()
public javax.xml.datatype.XMLGregorianCalendar getStartTime()
XMLGregorianCalendar
public void setStartTime(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetStartTime()
public javax.xml.datatype.XMLGregorianCalendar getEndTime()
XMLGregorianCalendar
public void setEndTime(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetEndTime()
public java.lang.String getOwner()
String
public void setOwner(java.lang.String value)
value
- allowed object is
String
public boolean isSetOwner()
public Members getMembers()
Members
public void setMembers(Members value)
value
- allowed object is
Members
public boolean isSetMembers()
public Invitations getInvitations()
Invitations
public void setInvitations(Invitations value)
value
- allowed object is
Invitations
public boolean isSetInvitations()
public Spectators getSpectators()
Spectators
public void setSpectators(Spectators value)
value
- allowed object is
Spectators
public boolean isSetSpectators()
public UriPatterns getUriPatterns()
UriPatterns
public void setUriPatterns(UriPatterns value)
value
- allowed object is
UriPatterns
public boolean isSetUriPatterns()
public Properties getProperties()
Properties
public void setProperties(Properties value)
value
- allowed object is
Properties
public boolean isSetProperties()
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public boolean isSetName()
public javax.xml.datatype.XMLGregorianCalendar getLastMod()
XMLGregorianCalendar
public void setLastMod(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetLastMod()
public Property findProperty(java.lang.String key)
key
- The key for the property of interest.
public void addProperty(java.lang.String key, java.lang.String value)
key
- The key for the new property.value
- The value for the new property.public boolean isMemberOrOwner(java.lang.String email)
email
- The email of interest.
public void addUriPattern(java.lang.String pattern)
pattern
- The pattern to be added.public void addInvitation(java.lang.String email)
email
- The email to be added to the list of invited users.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |