|
||||||||||
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 String |
aborted
|
protected String |
incorrectEncoding
|
protected String |
invalidAuthzid
|
protected String |
invalidMechanism
|
protected String |
mechanismTooWeak
|
protected String |
notAuthorized
|
protected String |
temporaryAuthFailure
|
Constructor Summary | |
---|---|
Failure()
|
Method Summary | |
---|---|
String |
getAborted()
Gets the value of the aborted property. |
String |
getIncorrectEncoding()
Gets the value of the incorrectEncoding property. |
String |
getInvalidAuthzid()
Gets the value of the invalidAuthzid property. |
String |
getInvalidMechanism()
Gets the value of the invalidMechanism property. |
String |
getMechanismTooWeak()
Gets the value of the mechanismTooWeak property. |
String |
getNotAuthorized()
Gets the value of the notAuthorized property. |
String |
getTemporaryAuthFailure()
Gets the value of the temporaryAuthFailure property. |
void |
setAborted(String value)
Sets the value of the aborted property. |
void |
setIncorrectEncoding(String value)
Sets the value of the incorrectEncoding property. |
void |
setInvalidAuthzid(String value)
Sets the value of the invalidAuthzid property. |
void |
setInvalidMechanism(String value)
Sets the value of the invalidMechanism property. |
void |
setMechanismTooWeak(String value)
Sets the value of the mechanismTooWeak property. |
void |
setNotAuthorized(String value)
Sets the value of the notAuthorized property. |
void |
setTemporaryAuthFailure(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 String aborted
protected String incorrectEncoding
protected String invalidAuthzid
protected String invalidMechanism
protected String mechanismTooWeak
protected String notAuthorized
protected String temporaryAuthFailure
Constructor Detail |
---|
public Failure()
Method Detail |
---|
public String getAborted()
String
public void setAborted(String value)
value
- allowed object is
String
public String getIncorrectEncoding()
String
public void setIncorrectEncoding(String value)
value
- allowed object is
String
public String getInvalidAuthzid()
String
public void setInvalidAuthzid(String value)
value
- allowed object is
String
public String getInvalidMechanism()
String
public void setInvalidMechanism(String value)
value
- allowed object is
String
public String getMechanismTooWeak()
String
public void setMechanismTooWeak(String value)
value
- allowed object is
String
public String getNotAuthorized()
String
public void setNotAuthorized(String value)
value
- allowed object is
String
public String getTemporaryAuthFailure()
String
public void setTemporaryAuthFailure(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |