|
||||||||||
| 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 java.lang.String |
badRequest
|
protected java.lang.Integer |
code
|
protected java.lang.String |
conflict
|
protected java.lang.String |
featureNotImplemented
|
protected java.lang.String |
forbidden
|
protected java.lang.String |
gone
|
protected java.lang.String |
internalServerError
|
protected java.lang.String |
itemNotFound
|
protected java.lang.String |
jidMalformed
|
protected java.lang.String |
notAcceptable
|
protected java.lang.String |
notAllowed
|
protected java.lang.String |
paymentRequired
|
protected java.lang.String |
recipientUnavailable
|
protected java.lang.String |
redirect
|
protected java.lang.String |
registrationRequired
|
protected java.lang.String |
remoteServerNotFound
|
protected java.lang.String |
remoteServerTimeout
|
protected java.lang.String |
resourceConstraint
|
protected java.lang.String |
serviceUnavailable
|
protected java.lang.String |
subscriptionRequired
|
protected Text |
text
|
protected java.lang.String |
type
|
protected java.lang.String |
undefinedCondition
|
protected java.lang.String |
unexpectedRequest
|
| Constructor Summary | |
|---|---|
Error()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBadRequest()
Gets the value of the badRequest property. |
java.lang.Integer |
getCode()
Gets the value of the code property. |
java.lang.String |
getConflict()
Gets the value of the conflict property. |
java.lang.String |
getFeatureNotImplemented()
Gets the value of the featureNotImplemented property. |
java.lang.String |
getForbidden()
Gets the value of the forbidden property. |
java.lang.String |
getGone()
Gets the value of the gone property. |
java.lang.String |
getInternalServerError()
Gets the value of the internalServerError property. |
java.lang.String |
getItemNotFound()
Gets the value of the itemNotFound property. |
java.lang.String |
getJidMalformed()
Gets the value of the jidMalformed property. |
java.lang.String |
getNotAcceptable()
Gets the value of the notAcceptable property. |
java.lang.String |
getNotAllowed()
Gets the value of the notAllowed property. |
java.lang.String |
getPaymentRequired()
Gets the value of the paymentRequired property. |
java.lang.String |
getRecipientUnavailable()
Gets the value of the recipientUnavailable property. |
java.lang.String |
getRedirect()
Gets the value of the redirect property. |
java.lang.String |
getRegistrationRequired()
Gets the value of the registrationRequired property. |
java.lang.String |
getRemoteServerNotFound()
Gets the value of the remoteServerNotFound property. |
java.lang.String |
getRemoteServerTimeout()
Gets the value of the remoteServerTimeout property. |
java.lang.String |
getResourceConstraint()
Gets the value of the resourceConstraint property. |
java.lang.String |
getServiceUnavailable()
Gets the value of the serviceUnavailable property. |
java.lang.String |
getSubscriptionRequired()
Gets the value of the subscriptionRequired property. |
Text |
getText()
Gets the value of the text property. |
java.lang.String |
getType()
Gets the value of the type property. |
java.lang.String |
getUndefinedCondition()
Gets the value of the undefinedCondition property. |
java.lang.String |
getUnexpectedRequest()
Gets the value of the unexpectedRequest property. |
void |
setBadRequest(java.lang.String value)
Sets the value of the badRequest property. |
void |
setCode(java.lang.Integer value)
Sets the value of the code property. |
void |
setConflict(java.lang.String value)
Sets the value of the conflict property. |
void |
setFeatureNotImplemented(java.lang.String value)
Sets the value of the featureNotImplemented property. |
void |
setForbidden(java.lang.String value)
Sets the value of the forbidden property. |
void |
setGone(java.lang.String value)
Sets the value of the gone property. |
void |
setInternalServerError(java.lang.String value)
Sets the value of the internalServerError property. |
void |
setItemNotFound(java.lang.String value)
Sets the value of the itemNotFound property. |
void |
setJidMalformed(java.lang.String value)
Sets the value of the jidMalformed property. |
void |
setNotAcceptable(java.lang.String value)
Sets the value of the notAcceptable property. |
void |
setNotAllowed(java.lang.String value)
Sets the value of the notAllowed property. |
void |
setPaymentRequired(java.lang.String value)
Sets the value of the paymentRequired property. |
void |
setRecipientUnavailable(java.lang.String value)
Sets the value of the recipientUnavailable property. |
void |
setRedirect(java.lang.String value)
Sets the value of the redirect property. |
void |
setRegistrationRequired(java.lang.String value)
Sets the value of the registrationRequired property. |
void |
setRemoteServerNotFound(java.lang.String value)
Sets the value of the remoteServerNotFound property. |
void |
setRemoteServerTimeout(java.lang.String value)
Sets the value of the remoteServerTimeout property. |
void |
setResourceConstraint(java.lang.String value)
Sets the value of the resourceConstraint property. |
void |
setServiceUnavailable(java.lang.String value)
Sets the value of the serviceUnavailable property. |
void |
setSubscriptionRequired(java.lang.String value)
Sets the value of the subscriptionRequired property. |
void |
setText(Text value)
Sets the value of the text property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
void |
setUndefinedCondition(java.lang.String value)
Sets the value of the undefinedCondition property. |
void |
setUnexpectedRequest(java.lang.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 java.lang.String badRequest
protected java.lang.String conflict
protected java.lang.String featureNotImplemented
protected java.lang.String forbidden
protected java.lang.String gone
protected java.lang.String internalServerError
protected java.lang.String itemNotFound
protected java.lang.String jidMalformed
protected java.lang.String notAcceptable
protected java.lang.String notAllowed
protected java.lang.String paymentRequired
protected java.lang.String recipientUnavailable
protected java.lang.String redirect
protected java.lang.String registrationRequired
protected java.lang.String remoteServerNotFound
protected java.lang.String remoteServerTimeout
protected java.lang.String resourceConstraint
protected java.lang.String serviceUnavailable
protected java.lang.String subscriptionRequired
protected java.lang.String undefinedCondition
protected java.lang.String unexpectedRequest
protected Text text
protected java.lang.Integer code
protected java.lang.String type
| Constructor Detail |
|---|
public Error()
| Method Detail |
|---|
public java.lang.String getBadRequest()
Stringpublic void setBadRequest(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getConflict()
Stringpublic void setConflict(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFeatureNotImplemented()
Stringpublic void setFeatureNotImplemented(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getForbidden()
Stringpublic void setForbidden(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getGone()
Stringpublic void setGone(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInternalServerError()
Stringpublic void setInternalServerError(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getItemNotFound()
Stringpublic void setItemNotFound(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJidMalformed()
Stringpublic void setJidMalformed(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNotAcceptable()
Stringpublic void setNotAcceptable(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNotAllowed()
Stringpublic void setNotAllowed(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPaymentRequired()
Stringpublic void setPaymentRequired(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRecipientUnavailable()
Stringpublic void setRecipientUnavailable(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRedirect()
Stringpublic void setRedirect(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRegistrationRequired()
Stringpublic void setRegistrationRequired(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRemoteServerNotFound()
Stringpublic void setRemoteServerNotFound(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRemoteServerTimeout()
Stringpublic void setRemoteServerTimeout(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getResourceConstraint()
Stringpublic void setResourceConstraint(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getServiceUnavailable()
Stringpublic void setServiceUnavailable(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSubscriptionRequired()
Stringpublic void setSubscriptionRequired(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUndefinedCondition()
Stringpublic void setUndefinedCondition(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUnexpectedRequest()
Stringpublic void setUnexpectedRequest(java.lang.String value)
value - allowed object is
Stringpublic Text getText()
Textpublic void setText(Text value)
value - allowed object is
Textpublic java.lang.Integer getCode()
Integerpublic void setCode(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getType()
Stringpublic void setType(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 | |||||||||