org.jabber.protocol.muc_user
Class Decline

java.lang.Object
  extended by org.jabber.protocol.muc_user.Decline

public class Decline
extends java.lang.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">
       <sequence>
         <element ref="{http://jabber.org/protocol/muc#user}reason" minOccurs="0"/>
       </sequence>
       <attribute name="from" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="to" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String from
           
protected  java.lang.String reason
           
protected  java.lang.String to
           
 
Constructor Summary
Decline()
           
 
Method Summary
 java.lang.String getFrom()
          Gets the value of the from property.
 java.lang.String getReason()
          Gets the value of the reason property.
 java.lang.String getTo()
          Gets the value of the to property.
 void setFrom(java.lang.String value)
          Sets the value of the from property.
 void setReason(java.lang.String value)
          Sets the value of the reason property.
 void setTo(java.lang.String value)
          Sets the value of the to property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reason

protected java.lang.String reason

from

protected java.lang.String from

to

protected java.lang.String to
Constructor Detail

Decline

public Decline()
Method Detail

getReason

public java.lang.String getReason()
Gets the value of the reason property.

Returns:
possible object is String

setReason

public void setReason(java.lang.String value)
Sets the value of the reason property.

Parameters:
value - allowed object is String

getFrom

public java.lang.String getFrom()
Gets the value of the from property.

Returns:
possible object is String

setFrom

public void setFrom(java.lang.String value)
Sets the value of the from property.

Parameters:
value - allowed object is String

getTo

public java.lang.String getTo()
Gets the value of the to property.

Returns:
possible object is String

setTo

public void setTo(java.lang.String value)
Sets the value of the to property.

Parameters:
value - allowed object is String


Copyright © 2005-2011 FuseSource, Corp.. All Rights Reserved.