|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jabber.protocol.address.Address
public class Address
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 |
|---|
protected java.lang.String value
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
| Constructor Detail |
|---|
public Address()
| Method Detail |
|---|
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDelivered()
Stringpublic void setDelivered(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDesc()
Stringpublic void setDesc(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJid()
Stringpublic void setJid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNode()
Stringpublic void setNode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUri()
Stringpublic void setUri(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 | |||||||||