|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jabber.etherx.streams.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-streams}streamErrorGroup"/>
<element ref="{urn:ietf:params:xml:ns:xmpp-streams}text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
badFormat
|
protected String |
badNamespacePrefix
|
protected String |
conflict
|
protected String |
connectionTimeout
|
protected String |
hostGone
|
protected String |
hostUnknown
|
protected String |
improperAddressing
|
protected String |
internalServerError
|
protected String |
invalidFrom
|
protected String |
invalidId
|
protected String |
invalidNamespace
|
protected String |
invalidXml
|
protected String |
notAuthorized
|
protected String |
policyViolation
|
protected String |
remoteConnectionFailed
|
protected String |
resourceConstraint
|
protected String |
restrictedXml
|
protected String |
seeOtherHost
|
protected String |
systemShutdown
|
protected Text |
text
|
protected String |
undefinedCondition
|
protected String |
unsupportedEncoding
|
protected String |
unsupportedStanzaType
|
protected String |
unsupportedVersion
|
protected String |
xmlNotWellFormed
|
| Constructor Summary | |
|---|---|
Error()
|
|
| Method Summary | |
|---|---|
String |
getBadFormat()
Gets the value of the badFormat property. |
String |
getBadNamespacePrefix()
Gets the value of the badNamespacePrefix property. |
String |
getConflict()
Gets the value of the conflict property. |
String |
getConnectionTimeout()
Gets the value of the connectionTimeout property. |
String |
getHostGone()
Gets the value of the hostGone property. |
String |
getHostUnknown()
Gets the value of the hostUnknown property. |
String |
getImproperAddressing()
Gets the value of the improperAddressing property. |
String |
getInternalServerError()
Gets the value of the internalServerError property. |
String |
getInvalidFrom()
Gets the value of the invalidFrom property. |
String |
getInvalidId()
Gets the value of the invalidId property. |
String |
getInvalidNamespace()
Gets the value of the invalidNamespace property. |
String |
getInvalidXml()
Gets the value of the invalidXml property. |
String |
getNotAuthorized()
Gets the value of the notAuthorized property. |
String |
getPolicyViolation()
Gets the value of the policyViolation property. |
String |
getRemoteConnectionFailed()
Gets the value of the remoteConnectionFailed property. |
String |
getResourceConstraint()
Gets the value of the resourceConstraint property. |
String |
getRestrictedXml()
Gets the value of the restrictedXml property. |
String |
getSeeOtherHost()
Gets the value of the seeOtherHost property. |
String |
getSystemShutdown()
Gets the value of the systemShutdown property. |
Text |
getText()
Gets the value of the text property. |
String |
getUndefinedCondition()
Gets the value of the undefinedCondition property. |
String |
getUnsupportedEncoding()
Gets the value of the unsupportedEncoding property. |
String |
getUnsupportedStanzaType()
Gets the value of the unsupportedStanzaType property. |
String |
getUnsupportedVersion()
Gets the value of the unsupportedVersion property. |
String |
getXmlNotWellFormed()
Gets the value of the xmlNotWellFormed property. |
void |
setBadFormat(String value)
Sets the value of the badFormat property. |
void |
setBadNamespacePrefix(String value)
Sets the value of the badNamespacePrefix property. |
void |
setConflict(String value)
Sets the value of the conflict property. |
void |
setConnectionTimeout(String value)
Sets the value of the connectionTimeout property. |
void |
setHostGone(String value)
Sets the value of the hostGone property. |
void |
setHostUnknown(String value)
Sets the value of the hostUnknown property. |
void |
setImproperAddressing(String value)
Sets the value of the improperAddressing property. |
void |
setInternalServerError(String value)
Sets the value of the internalServerError property. |
void |
setInvalidFrom(String value)
Sets the value of the invalidFrom property. |
void |
setInvalidId(String value)
Sets the value of the invalidId property. |
void |
setInvalidNamespace(String value)
Sets the value of the invalidNamespace property. |
void |
setInvalidXml(String value)
Sets the value of the invalidXml property. |
void |
setNotAuthorized(String value)
Sets the value of the notAuthorized property. |
void |
setPolicyViolation(String value)
Sets the value of the policyViolation property. |
void |
setRemoteConnectionFailed(String value)
Sets the value of the remoteConnectionFailed property. |
void |
setResourceConstraint(String value)
Sets the value of the resourceConstraint property. |
void |
setRestrictedXml(String value)
Sets the value of the restrictedXml property. |
void |
setSeeOtherHost(String value)
Sets the value of the seeOtherHost property. |
void |
setSystemShutdown(String value)
Sets the value of the systemShutdown property. |
void |
setText(Text value)
Sets the value of the text property. |
void |
setUndefinedCondition(String value)
Sets the value of the undefinedCondition property. |
void |
setUnsupportedEncoding(String value)
Sets the value of the unsupportedEncoding property. |
void |
setUnsupportedStanzaType(String value)
Sets the value of the unsupportedStanzaType property. |
void |
setUnsupportedVersion(String value)
Sets the value of the unsupportedVersion property. |
void |
setXmlNotWellFormed(String value)
Sets the value of the xmlNotWellFormed property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String badFormat
protected String badNamespacePrefix
protected String conflict
protected String connectionTimeout
protected String hostGone
protected String hostUnknown
protected String improperAddressing
protected String internalServerError
protected String invalidFrom
protected String invalidId
protected String invalidNamespace
protected String invalidXml
protected String notAuthorized
protected String policyViolation
protected String remoteConnectionFailed
protected String resourceConstraint
protected String restrictedXml
protected String seeOtherHost
protected String systemShutdown
protected String undefinedCondition
protected String unsupportedEncoding
protected String unsupportedStanzaType
protected String unsupportedVersion
protected String xmlNotWellFormed
protected Text text
| Constructor Detail |
|---|
public Error()
| Method Detail |
|---|
public String getBadFormat()
Stringpublic void setBadFormat(String value)
value - allowed object is
Stringpublic String getBadNamespacePrefix()
Stringpublic void setBadNamespacePrefix(String value)
value - allowed object is
Stringpublic String getConflict()
Stringpublic void setConflict(String value)
value - allowed object is
Stringpublic String getConnectionTimeout()
Stringpublic void setConnectionTimeout(String value)
value - allowed object is
Stringpublic String getHostGone()
Stringpublic void setHostGone(String value)
value - allowed object is
Stringpublic String getHostUnknown()
Stringpublic void setHostUnknown(String value)
value - allowed object is
Stringpublic String getImproperAddressing()
Stringpublic void setImproperAddressing(String value)
value - allowed object is
Stringpublic String getInternalServerError()
Stringpublic void setInternalServerError(String value)
value - allowed object is
Stringpublic String getInvalidFrom()
Stringpublic void setInvalidFrom(String value)
value - allowed object is
Stringpublic String getInvalidId()
Stringpublic void setInvalidId(String value)
value - allowed object is
Stringpublic String getInvalidNamespace()
Stringpublic void setInvalidNamespace(String value)
value - allowed object is
Stringpublic String getInvalidXml()
Stringpublic void setInvalidXml(String value)
value - allowed object is
Stringpublic String getNotAuthorized()
Stringpublic void setNotAuthorized(String value)
value - allowed object is
Stringpublic String getPolicyViolation()
Stringpublic void setPolicyViolation(String value)
value - allowed object is
Stringpublic String getRemoteConnectionFailed()
Stringpublic void setRemoteConnectionFailed(String value)
value - allowed object is
Stringpublic String getResourceConstraint()
Stringpublic void setResourceConstraint(String value)
value - allowed object is
Stringpublic String getRestrictedXml()
Stringpublic void setRestrictedXml(String value)
value - allowed object is
Stringpublic String getSeeOtherHost()
Stringpublic void setSeeOtherHost(String value)
value - allowed object is
Stringpublic String getSystemShutdown()
Stringpublic void setSystemShutdown(String value)
value - allowed object is
Stringpublic String getUndefinedCondition()
Stringpublic void setUndefinedCondition(String value)
value - allowed object is
Stringpublic String getUnsupportedEncoding()
Stringpublic void setUnsupportedEncoding(String value)
value - allowed object is
Stringpublic String getUnsupportedStanzaType()
Stringpublic void setUnsupportedStanzaType(String value)
value - allowed object is
Stringpublic String getUnsupportedVersion()
Stringpublic void setUnsupportedVersion(String value)
value - allowed object is
Stringpublic String getXmlNotWellFormed()
Stringpublic void setXmlNotWellFormed(String value)
value - allowed object is
Stringpublic Text getText()
Textpublic void setText(Text value)
value - allowed object is
Text
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||