|
||||||||||
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()
String
public void setBadRequest(String value)
value
- allowed object is
String
public String getConflict()
String
public void setConflict(String value)
value
- allowed object is
String
public String getFeatureNotImplemented()
String
public void setFeatureNotImplemented(String value)
value
- allowed object is
String
public String getForbidden()
String
public void setForbidden(String value)
value
- allowed object is
String
public String getGone()
String
public void setGone(String value)
value
- allowed object is
String
public String getInternalServerError()
String
public void setInternalServerError(String value)
value
- allowed object is
String
public String getItemNotFound()
String
public void setItemNotFound(String value)
value
- allowed object is
String
public String getJidMalformed()
String
public void setJidMalformed(String value)
value
- allowed object is
String
public String getNotAcceptable()
String
public void setNotAcceptable(String value)
value
- allowed object is
String
public String getNotAllowed()
String
public void setNotAllowed(String value)
value
- allowed object is
String
public String getPaymentRequired()
String
public void setPaymentRequired(String value)
value
- allowed object is
String
public String getRecipientUnavailable()
String
public void setRecipientUnavailable(String value)
value
- allowed object is
String
public String getRedirect()
String
public void setRedirect(String value)
value
- allowed object is
String
public String getRegistrationRequired()
String
public void setRegistrationRequired(String value)
value
- allowed object is
String
public String getRemoteServerNotFound()
String
public void setRemoteServerNotFound(String value)
value
- allowed object is
String
public String getRemoteServerTimeout()
String
public void setRemoteServerTimeout(String value)
value
- allowed object is
String
public String getResourceConstraint()
String
public void setResourceConstraint(String value)
value
- allowed object is
String
public String getServiceUnavailable()
String
public void setServiceUnavailable(String value)
value
- allowed object is
String
public String getSubscriptionRequired()
String
public void setSubscriptionRequired(String value)
value
- allowed object is
String
public String getUndefinedCondition()
String
public void setUndefinedCondition(String value)
value
- allowed object is
String
public String getUnexpectedRequest()
String
public void setUnexpectedRequest(String value)
value
- allowed object is
String
public Text getText()
Text
public void setText(Text value)
value
- allowed object is
Text
public Integer getCode()
Integer
public void setCode(Integer value)
value
- allowed object is
Integer
public String getType()
String
public 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 |