|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjabber.server.Error
public class Error
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">
<sequence>
<group ref="{urn:ietf:params:xml:ns:xmpp-stanzas}stanzaErrorGroup"/>
<element ref="{urn:ietf:params:xml:ns:xmpp-stanzas}text" minOccurs="0"/>
</sequence>
<attribute name="code" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
<attribute name="type" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NCName">
<enumeration value="auth"/>
<enumeration value="cancel"/>
<enumeration value="continue"/>
<enumeration value="modify"/>
<enumeration value="wait"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
badRequest
|
protected Integer |
code
|
protected String |
conflict
|
protected String |
featureNotImplemented
|
protected String |
forbidden
|
protected String |
gone
|
protected String |
internalServerError
|
protected String |
itemNotFound
|
protected String |
jidMalformed
|
protected String |
notAcceptable
|
protected String |
notAllowed
|
protected String |
paymentRequired
|
protected String |
recipientUnavailable
|
protected String |
redirect
|
protected String |
registrationRequired
|
protected String |
remoteServerNotFound
|
protected String |
remoteServerTimeout
|
protected String |
resourceConstraint
|
protected String |
serviceUnavailable
|
protected String |
subscriptionRequired
|
protected Text |
text
|
protected String |
type
|
protected String |
undefinedCondition
|
protected String |
unexpectedRequest
|
| Constructor Summary | |
|---|---|
Error()
|
|
| Method Summary | |
|---|---|
String |
getBadRequest()
Gets the value of the badRequest property. |
Integer |
getCode()
Gets the value of the code property. |
String |
getConflict()
Gets the value of the conflict property. |
String |
getFeatureNotImplemented()
Gets the value of the featureNotImplemented property. |
String |
getForbidden()
Gets the value of the forbidden property. |
String |
getGone()
Gets the value of the gone property. |
String |
getInternalServerError()
Gets the value of the internalServerError property. |
String |
getItemNotFound()
Gets the value of the itemNotFound property. |
String |
getJidMalformed()
Gets the value of the jidMalformed property. |
String |
getNotAcceptable()
Gets the value of the notAcceptable property. |
String |
getNotAllowed()
Gets the value of the notAllowed property. |
String |
getPaymentRequired()
Gets the value of the paymentRequired property. |
String |
getRecipientUnavailable()
Gets the value of the recipientUnavailable property. |
String |
getRedirect()
Gets the value of the redirect property. |
String |
getRegistrationRequired()
Gets the value of the registrationRequired property. |
String |
getRemoteServerNotFound()
Gets the value of the remoteServerNotFound property. |
String |
getRemoteServerTimeout()
Gets the value of the remoteServerTimeout property. |
String |
getResourceConstraint()
Gets the value of the resourceConstraint property. |
String |
getServiceUnavailable()
Gets the value of the serviceUnavailable property. |
String |
getSubscriptionRequired()
Gets the value of the subscriptionRequired property. |
Text |
getText()
Gets the value of the text property. |
String |
getType()
Gets the value of the type property. |
String |
getUndefinedCondition()
Gets the value of the undefinedCondition property. |
String |
getUnexpectedRequest()
Gets the value of the unexpectedRequest property. |
void |
setBadRequest(String value)
Sets the value of the badRequest property. |
void |
setCode(Integer value)
Sets the value of the code property. |
void |
setConflict(String value)
Sets the value of the conflict property. |
void |
setFeatureNotImplemented(String value)
Sets the value of the featureNotImplemented property. |
void |
setForbidden(String value)
Sets the value of the forbidden property. |
void |
setGone(String value)
Sets the value of the gone property. |
void |
setInternalServerError(String value)
Sets the value of the internalServerError property. |
void |
setItemNotFound(String value)
Sets the value of the itemNotFound property. |
void |
setJidMalformed(String value)
Sets the value of the jidMalformed property. |
void |
setNotAcceptable(String value)
Sets the value of the notAcceptable property. |
void |
setNotAllowed(String value)
Sets the value of the notAllowed property. |
void |
setPaymentRequired(String value)
Sets the value of the paymentRequired property. |
void |
setRecipientUnavailable(String value)
Sets the value of the recipientUnavailable property. |
void |
setRedirect(String value)
Sets the value of the redirect property. |
void |
setRegistrationRequired(String value)
Sets the value of the registrationRequired property. |
void |
setRemoteServerNotFound(String value)
Sets the value of the remoteServerNotFound property. |
void |
setRemoteServerTimeout(String value)
Sets the value of the remoteServerTimeout property. |
void |
setResourceConstraint(String value)
Sets the value of the resourceConstraint property. |
void |
setServiceUnavailable(String value)
Sets the value of the serviceUnavailable property. |
void |
setSubscriptionRequired(String value)
Sets the value of the subscriptionRequired property. |
void |
setText(Text value)
Sets the value of the text property. |
void |
setType(String value)
Sets the value of the type property. |
void |
setUndefinedCondition(String value)
Sets the value of the undefinedCondition property. |
void |
setUnexpectedRequest(String value)
Sets the value of the unexpectedRequest property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String badRequest
protected String conflict
protected String featureNotImplemented
protected String forbidden
protected String gone
protected String internalServerError
protected String itemNotFound
protected String jidMalformed
protected String notAcceptable
protected String notAllowed
protected String paymentRequired
protected String recipientUnavailable
protected String redirect
protected String registrationRequired
protected String remoteServerNotFound
protected String remoteServerTimeout
protected String resourceConstraint
protected String serviceUnavailable
protected String subscriptionRequired
protected String undefinedCondition
protected String unexpectedRequest
protected Text text
protected Integer code
protected String type
| Constructor Detail |
|---|
public Error()
| Method Detail |
|---|
public String getBadRequest()
Stringpublic void setBadRequest(String value)
value - allowed object is
Stringpublic String getConflict()
Stringpublic void setConflict(String value)
value - allowed object is
Stringpublic String getFeatureNotImplemented()
Stringpublic void setFeatureNotImplemented(String value)
value - allowed object is
Stringpublic String getForbidden()
Stringpublic void setForbidden(String value)
value - allowed object is
Stringpublic String getGone()
Stringpublic void setGone(String value)
value - allowed object is
Stringpublic String getInternalServerError()
Stringpublic void setInternalServerError(String value)
value - allowed object is
Stringpublic String getItemNotFound()
Stringpublic void setItemNotFound(String value)
value - allowed object is
Stringpublic String getJidMalformed()
Stringpublic void setJidMalformed(String value)
value - allowed object is
Stringpublic String getNotAcceptable()
Stringpublic void setNotAcceptable(String value)
value - allowed object is
Stringpublic String getNotAllowed()
Stringpublic void setNotAllowed(String value)
value - allowed object is
Stringpublic String getPaymentRequired()
Stringpublic void setPaymentRequired(String value)
value - allowed object is
Stringpublic String getRecipientUnavailable()
Stringpublic void setRecipientUnavailable(String value)
value - allowed object is
Stringpublic String getRedirect()
Stringpublic void setRedirect(String value)
value - allowed object is
Stringpublic String getRegistrationRequired()
Stringpublic void setRegistrationRequired(String value)
value - allowed object is
Stringpublic String getRemoteServerNotFound()
Stringpublic void setRemoteServerNotFound(String value)
value - allowed object is
Stringpublic String getRemoteServerTimeout()
Stringpublic void setRemoteServerTimeout(String value)
value - allowed object is
Stringpublic String getResourceConstraint()
Stringpublic void setResourceConstraint(String value)
value - allowed object is
Stringpublic String getServiceUnavailable()
Stringpublic void setServiceUnavailable(String value)
value - allowed object is
Stringpublic String getSubscriptionRequired()
Stringpublic void setSubscriptionRequired(String value)
value - allowed object is
Stringpublic String getUndefinedCondition()
Stringpublic void setUndefinedCondition(String value)
value - allowed object is
Stringpublic String getUnexpectedRequest()
Stringpublic void setUnexpectedRequest(String value)
value - allowed object is
Stringpublic Text getText()
Textpublic void setText(Text value)
value - allowed object is
Textpublic Integer getCode()
Integerpublic void setCode(Integer value)
value - allowed object is
Integerpublic 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 | |||||||||