|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jabber.protocol.activity.Activity
public class Activity
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> <choice> <element name="doing_chores" type="{http://jabber.org/protocol/activity}general"/> <element name="drinking" type="{http://jabber.org/protocol/activity}general"/> <element name="eating" type="{http://jabber.org/protocol/activity}general"/> <element name="exercising" type="{http://jabber.org/protocol/activity}general"/> <element name="grooming" type="{http://jabber.org/protocol/activity}general"/> <element name="having_appointment" type="{http://jabber.org/protocol/activity}general"/> <element name="inactive" type="{http://jabber.org/protocol/activity}general"/> <element name="relaxing" type="{http://jabber.org/protocol/activity}general"/> <element name="talking" type="{http://jabber.org/protocol/activity}general"/> <element name="traveling" type="{http://jabber.org/protocol/activity}general"/> <element name="working" type="{http://jabber.org/protocol/activity}general"/> </choice> <element name="text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected General |
doingChores
|
protected General |
drinking
|
protected General |
eating
|
protected General |
exercising
|
protected General |
grooming
|
protected General |
havingAppointment
|
protected General |
inactive
|
protected General |
relaxing
|
protected General |
talking
|
protected String |
text
|
protected General |
traveling
|
protected General |
working
|
Constructor Summary | |
---|---|
Activity()
|
Method Summary | |
---|---|
General |
getDoingChores()
Gets the value of the doingChores property. |
General |
getDrinking()
Gets the value of the drinking property. |
General |
getEating()
Gets the value of the eating property. |
General |
getExercising()
Gets the value of the exercising property. |
General |
getGrooming()
Gets the value of the grooming property. |
General |
getHavingAppointment()
Gets the value of the havingAppointment property. |
General |
getInactive()
Gets the value of the inactive property. |
General |
getRelaxing()
Gets the value of the relaxing property. |
General |
getTalking()
Gets the value of the talking property. |
String |
getText()
Gets the value of the text property. |
General |
getTraveling()
Gets the value of the traveling property. |
General |
getWorking()
Gets the value of the working property. |
void |
setDoingChores(General value)
Sets the value of the doingChores property. |
void |
setDrinking(General value)
Sets the value of the drinking property. |
void |
setEating(General value)
Sets the value of the eating property. |
void |
setExercising(General value)
Sets the value of the exercising property. |
void |
setGrooming(General value)
Sets the value of the grooming property. |
void |
setHavingAppointment(General value)
Sets the value of the havingAppointment property. |
void |
setInactive(General value)
Sets the value of the inactive property. |
void |
setRelaxing(General value)
Sets the value of the relaxing property. |
void |
setTalking(General value)
Sets the value of the talking property. |
void |
setText(String value)
Sets the value of the text property. |
void |
setTraveling(General value)
Sets the value of the traveling property. |
void |
setWorking(General value)
Sets the value of the working property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected General doingChores
protected General drinking
protected General eating
protected General exercising
protected General grooming
protected General havingAppointment
protected General inactive
protected General relaxing
protected General talking
protected General traveling
protected General working
protected String text
Constructor Detail |
---|
public Activity()
Method Detail |
---|
public General getDoingChores()
General
public void setDoingChores(General value)
value
- allowed object is
General
public General getDrinking()
General
public void setDrinking(General value)
value
- allowed object is
General
public General getEating()
General
public void setEating(General value)
value
- allowed object is
General
public General getExercising()
General
public void setExercising(General value)
value
- allowed object is
General
public General getGrooming()
General
public void setGrooming(General value)
value
- allowed object is
General
public General getHavingAppointment()
General
public void setHavingAppointment(General value)
value
- allowed object is
General
public General getInactive()
General
public void setInactive(General value)
value
- allowed object is
General
public General getRelaxing()
General
public void setRelaxing(General value)
value
- allowed object is
General
public General getTalking()
General
public void setTalking(General value)
value
- allowed object is
General
public General getTraveling()
General
public void setTraveling(General value)
value
- allowed object is
General
public General getWorking()
General
public void setWorking(General value)
value
- allowed object is
General
public String getText()
String
public void setText(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |