|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jabber.protocol.muc.X
public class X
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="{http://jabber.org/protocol/muc}history" minOccurs="0"/> <element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected History |
history
|
protected String |
password
|
Constructor Summary | |
---|---|
X()
|
Method Summary | |
---|---|
History |
getHistory()
Gets the value of the history property. |
String |
getPassword()
Gets the value of the password property. |
void |
setHistory(History value)
Sets the value of the history property. |
void |
setPassword(String value)
Sets the value of the password property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected History history
protected String password
Constructor Detail |
---|
public X()
Method Detail |
---|
public History getHistory()
History
public void setHistory(History value)
value
- allowed object is
History
public String getPassword()
String
public void setPassword(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |