org.jabber.protocol.address
Class Address

java.lang.Object
  extended by org.jabber.protocol.address.Address

public class Address
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <simpleContent>
     <extension base="<http://jabber.org/protocol/address>empty">
       <attribute name="delivered" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="true" />
       <attribute name="desc" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="jid" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="node" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}NCName">
             <enumeration value="bcc"/>
             <enumeration value="cc"/>
             <enumeration value="noreply"/>
             <enumeration value="replyroom"/>
             <enumeration value="replyto"/>
             <enumeration value="to"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  java.lang.String delivered
           
protected  java.lang.String desc
           
protected  java.lang.String jid
           
protected  java.lang.String node
           
protected  java.lang.String type
           
protected  java.lang.String uri
           
protected  java.lang.String value
           
 
Constructor Summary
Address()
           
 
Method Summary
 java.lang.String getDelivered()
          Gets the value of the delivered property.
 java.lang.String getDesc()
          Gets the value of the desc property.
 java.lang.String getJid()
          Gets the value of the jid property.
 java.lang.String getNode()
          Gets the value of the node property.
 java.lang.String getType()
          Gets the value of the type property.
 java.lang.String getUri()
          Gets the value of the uri property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setDelivered(java.lang.String value)
          Sets the value of the delivered property.
 void setDesc(java.lang.String value)
          Sets the value of the desc property.
 void setJid(java.lang.String value)
          Sets the value of the jid property.
 void setNode(java.lang.String value)
          Sets the value of the node property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 void setUri(java.lang.String value)
          Sets the value of the uri property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected java.lang.String value

delivered

protected java.lang.String delivered

desc

protected java.lang.String desc

jid

protected java.lang.String jid

node

protected java.lang.String node

type

protected java.lang.String type

uri

protected java.lang.String uri
Constructor Detail

Address

public Address()
Method Detail

getValue

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

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

getDelivered

public java.lang.String getDelivered()
Gets the value of the delivered property.

Returns:
possible object is String

setDelivered

public void setDelivered(java.lang.String value)
Sets the value of the delivered property.

Parameters:
value - allowed object is String

getDesc

public java.lang.String getDesc()
Gets the value of the desc property.

Returns:
possible object is String

setDesc

public void setDesc(java.lang.String value)
Sets the value of the desc property.

Parameters:
value - allowed object is String

getJid

public java.lang.String getJid()
Gets the value of the jid property.

Returns:
possible object is String

setJid

public void setJid(java.lang.String value)
Sets the value of the jid property.

Parameters:
value - allowed object is String

getNode

public java.lang.String getNode()
Gets the value of the node property.

Returns:
possible object is String

setNode

public void setNode(java.lang.String value)
Sets the value of the node property.

Parameters:
value - allowed object is String

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getUri

public java.lang.String getUri()
Gets the value of the uri property.

Returns:
possible object is String

setUri

public void setUri(java.lang.String value)
Sets the value of the uri property.

Parameters:
value - allowed object is String


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