|
||||||||||
| 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 java.lang.String |
password
|
| Constructor Summary | |
|---|---|
X()
|
|
| Method Summary | |
|---|---|
History |
getHistory()
Gets the value of the history property. |
java.lang.String |
getPassword()
Gets the value of the password property. |
void |
setHistory(History value)
Sets the value of the history property. |
void |
setPassword(java.lang.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 java.lang.String password
| Constructor Detail |
|---|
public X()
| Method Detail |
|---|
public History getHistory()
Historypublic void setHistory(History value)
value - allowed object is
Historypublic java.lang.String getPassword()
Stringpublic void setPassword(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||