org.jabber.protocol.muc_user
Class Status
java.lang.Object
org.jabber.protocol.muc_user.Status
public class Status
- extends Object
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">
<attribute name="code" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<length value="3"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
Field Summary |
protected int |
code
|
Method Summary |
int |
getCode()
Gets the value of the code property. |
void |
setCode(int value)
Sets the value of the code property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
code
protected int code
Status
public Status()
getCode
public int getCode()
- Gets the value of the code property.
setCode
public void setCode(int value)
- Sets the value of the code property.
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.