|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectietf.params.xml.ns.xmpp_bind.Bind
public class Bind
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"> <choice minOccurs="0"> <element name="resource" type="{urn:ietf:params:xml:ns:xmpp-bind}resourceType"/> <element name="jid" type="{urn:ietf:params:xml:ns:xmpp-bind}fullJIDType"/> </choice> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
jid
|
protected String |
resource
|
Constructor Summary | |
---|---|
Bind()
|
Method Summary | |
---|---|
String |
getJid()
Gets the value of the jid property. |
String |
getResource()
Gets the value of the resource property. |
void |
setJid(String value)
Sets the value of the jid property. |
void |
setResource(String value)
Sets the value of the resource property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String resource
protected String jid
Constructor Detail |
---|
public Bind()
Method Detail |
---|
public String getResource()
String
public void setResource(String value)
value
- allowed object is
String
public String getJid()
String
public void setJid(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |