|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjabber.server.dialback.Verify
public class Verify
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>token">
<attribute name="from" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="to" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NCName">
<enumeration value="invalid"/>
<enumeration value="valid"/>
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
from
|
protected String |
id
|
protected String |
to
|
protected String |
type
|
protected String |
value
|
| Constructor Summary | |
|---|---|
Verify()
|
|
| Method Summary | |
|---|---|
String |
getFrom()
Gets the value of the from property. |
String |
getId()
Gets the value of the id property. |
String |
getTo()
Gets the value of the to property. |
String |
getType()
Gets the value of the type property. |
String |
getValue()
Gets the value of the value property. |
void |
setFrom(String value)
Sets the value of the from property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setTo(String value)
Sets the value of the to property. |
void |
setType(String value)
Sets the value of the type 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 from
protected String id
protected String to
protected String type
| Constructor Detail |
|---|
public Verify()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getFrom()
Stringpublic void setFrom(String value)
value - allowed object is
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getTo()
Stringpublic void setTo(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||