|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectietf.params.xml.ns.xmpp_sasl.Failure
public class Failure
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="aborted" type="{urn:ietf:params:xml:ns:xmpp-sasl}empty"/>
<element name="incorrect-encoding" type="{urn:ietf:params:xml:ns:xmpp-sasl}empty"/>
<element name="invalid-authzid" type="{urn:ietf:params:xml:ns:xmpp-sasl}empty"/>
<element name="invalid-mechanism" type="{urn:ietf:params:xml:ns:xmpp-sasl}empty"/>
<element name="mechanism-too-weak" type="{urn:ietf:params:xml:ns:xmpp-sasl}empty"/>
<element name="not-authorized" type="{urn:ietf:params:xml:ns:xmpp-sasl}empty"/>
<element name="temporary-auth-failure" type="{urn:ietf:params:xml:ns:xmpp-sasl}empty"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
aborted
|
protected java.lang.String |
incorrectEncoding
|
protected java.lang.String |
invalidAuthzid
|
protected java.lang.String |
invalidMechanism
|
protected java.lang.String |
mechanismTooWeak
|
protected java.lang.String |
notAuthorized
|
protected java.lang.String |
temporaryAuthFailure
|
| Constructor Summary | |
|---|---|
Failure()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAborted()
Gets the value of the aborted property. |
java.lang.String |
getIncorrectEncoding()
Gets the value of the incorrectEncoding property. |
java.lang.String |
getInvalidAuthzid()
Gets the value of the invalidAuthzid property. |
java.lang.String |
getInvalidMechanism()
Gets the value of the invalidMechanism property. |
java.lang.String |
getMechanismTooWeak()
Gets the value of the mechanismTooWeak property. |
java.lang.String |
getNotAuthorized()
Gets the value of the notAuthorized property. |
java.lang.String |
getTemporaryAuthFailure()
Gets the value of the temporaryAuthFailure property. |
void |
setAborted(java.lang.String value)
Sets the value of the aborted property. |
void |
setIncorrectEncoding(java.lang.String value)
Sets the value of the incorrectEncoding property. |
void |
setInvalidAuthzid(java.lang.String value)
Sets the value of the invalidAuthzid property. |
void |
setInvalidMechanism(java.lang.String value)
Sets the value of the invalidMechanism property. |
void |
setMechanismTooWeak(java.lang.String value)
Sets the value of the mechanismTooWeak property. |
void |
setNotAuthorized(java.lang.String value)
Sets the value of the notAuthorized property. |
void |
setTemporaryAuthFailure(java.lang.String value)
Sets the value of the temporaryAuthFailure 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 aborted
protected java.lang.String incorrectEncoding
protected java.lang.String invalidAuthzid
protected java.lang.String invalidMechanism
protected java.lang.String mechanismTooWeak
protected java.lang.String notAuthorized
protected java.lang.String temporaryAuthFailure
| Constructor Detail |
|---|
public Failure()
| Method Detail |
|---|
public java.lang.String getAborted()
Stringpublic void setAborted(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIncorrectEncoding()
Stringpublic void setIncorrectEncoding(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInvalidAuthzid()
Stringpublic void setInvalidAuthzid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInvalidMechanism()
Stringpublic void setInvalidMechanism(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMechanismTooWeak()
Stringpublic void setMechanismTooWeak(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNotAuthorized()
Stringpublic void setNotAuthorized(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTemporaryAuthFailure()
Stringpublic void setTemporaryAuthFailure(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 | |||||||||