|
||||||||||
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 String |
delivered
|
protected String |
desc
|
protected String |
jid
|
protected String |
node
|
protected String |
type
|
protected String |
uri
|
protected String |
value
|
Constructor Summary | |
---|---|
Address()
|
Method Summary | |
---|---|
String |
getDelivered()
Gets the value of the delivered property. |
String |
getDesc()
Gets the value of the desc property. |
String |
getJid()
Gets the value of the jid property. |
String |
getNode()
Gets the value of the node property. |
String |
getType()
Gets the value of the type property. |
String |
getUri()
Gets the value of the uri property. |
String |
getValue()
Gets the value of the value property. |
void |
setDelivered(String value)
Sets the value of the delivered property. |
void |
setDesc(String value)
Sets the value of the desc property. |
void |
setJid(String value)
Sets the value of the jid property. |
void |
setNode(String value)
Sets the value of the node property. |
void |
setType(String value)
Sets the value of the type property. |
void |
setUri(String value)
Sets the value of the uri property. |
void |
setValue(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 String value
protected String delivered
protected String desc
protected String jid
protected String node
protected String type
protected String uri
Constructor Detail |
---|
public Address()
Method Detail |
---|
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public String getDelivered()
String
public void setDelivered(String value)
value
- allowed object is
String
public String getDesc()
String
public void setDesc(String value)
value
- allowed object is
String
public String getJid()
String
public void setJid(String value)
value
- allowed object is
String
public String getNode()
String
public void setNode(String value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public String getUri()
String
public void setUri(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |