|
||||||||||
| 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 java.lang.String |
badFormat
|
protected java.lang.String |
badNamespacePrefix
|
protected java.lang.String |
conflict
|
protected java.lang.String |
connectionTimeout
|
protected java.lang.String |
hostGone
|
protected java.lang.String |
hostUnknown
|
protected java.lang.String |
improperAddressing
|
protected java.lang.String |
internalServerError
|
protected java.lang.String |
invalidFrom
|
protected java.lang.String |
invalidId
|
protected java.lang.String |
invalidNamespace
|
protected java.lang.String |
invalidXml
|
protected java.lang.String |
notAuthorized
|
protected java.lang.String |
policyViolation
|
protected java.lang.String |
remoteConnectionFailed
|
protected java.lang.String |
resourceConstraint
|
protected java.lang.String |
restrictedXml
|
protected java.lang.String |
seeOtherHost
|
protected java.lang.String |
systemShutdown
|
protected Text |
text
|
protected java.lang.String |
undefinedCondition
|
protected java.lang.String |
unsupportedEncoding
|
protected java.lang.String |
unsupportedStanzaType
|
protected java.lang.String |
unsupportedVersion
|
protected java.lang.String |
xmlNotWellFormed
|
| Constructor Summary | |
|---|---|
Error()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBadFormat()
Gets the value of the badFormat property. |
java.lang.String |
getBadNamespacePrefix()
Gets the value of the badNamespacePrefix property. |
java.lang.String |
getConflict()
Gets the value of the conflict property. |
java.lang.String |
getConnectionTimeout()
Gets the value of the connectionTimeout property. |
java.lang.String |
getHostGone()
Gets the value of the hostGone property. |
java.lang.String |
getHostUnknown()
Gets the value of the hostUnknown property. |
java.lang.String |
getImproperAddressing()
Gets the value of the improperAddressing property. |
java.lang.String |
getInternalServerError()
Gets the value of the internalServerError property. |
java.lang.String |
getInvalidFrom()
Gets the value of the invalidFrom property. |
java.lang.String |
getInvalidId()
Gets the value of the invalidId property. |
java.lang.String |
getInvalidNamespace()
Gets the value of the invalidNamespace property. |
java.lang.String |
getInvalidXml()
Gets the value of the invalidXml property. |
java.lang.String |
getNotAuthorized()
Gets the value of the notAuthorized property. |
java.lang.String |
getPolicyViolation()
Gets the value of the policyViolation property. |
java.lang.String |
getRemoteConnectionFailed()
Gets the value of the remoteConnectionFailed property. |
java.lang.String |
getResourceConstraint()
Gets the value of the resourceConstraint property. |
java.lang.String |
getRestrictedXml()
Gets the value of the restrictedXml property. |
java.lang.String |
getSeeOtherHost()
Gets the value of the seeOtherHost property. |
java.lang.String |
getSystemShutdown()
Gets the value of the systemShutdown property. |
Text |
getText()
Gets the value of the text property. |
java.lang.String |
getUndefinedCondition()
Gets the value of the undefinedCondition property. |
java.lang.String |
getUnsupportedEncoding()
Gets the value of the unsupportedEncoding property. |
java.lang.String |
getUnsupportedStanzaType()
Gets the value of the unsupportedStanzaType property. |
java.lang.String |
getUnsupportedVersion()
Gets the value of the unsupportedVersion property. |
java.lang.String |
getXmlNotWellFormed()
Gets the value of the xmlNotWellFormed property. |
void |
setBadFormat(java.lang.String value)
Sets the value of the badFormat property. |
void |
setBadNamespacePrefix(java.lang.String value)
Sets the value of the badNamespacePrefix property. |
void |
setConflict(java.lang.String value)
Sets the value of the conflict property. |
void |
setConnectionTimeout(java.lang.String value)
Sets the value of the connectionTimeout property. |
void |
setHostGone(java.lang.String value)
Sets the value of the hostGone property. |
void |
setHostUnknown(java.lang.String value)
Sets the value of the hostUnknown property. |
void |
setImproperAddressing(java.lang.String value)
Sets the value of the improperAddressing property. |
void |
setInternalServerError(java.lang.String value)
Sets the value of the internalServerError property. |
void |
setInvalidFrom(java.lang.String value)
Sets the value of the invalidFrom property. |
void |
setInvalidId(java.lang.String value)
Sets the value of the invalidId property. |
void |
setInvalidNamespace(java.lang.String value)
Sets the value of the invalidNamespace property. |
void |
setInvalidXml(java.lang.String value)
Sets the value of the invalidXml property. |
void |
setNotAuthorized(java.lang.String value)
Sets the value of the notAuthorized property. |
void |
setPolicyViolation(java.lang.String value)
Sets the value of the policyViolation property. |
void |
setRemoteConnectionFailed(java.lang.String value)
Sets the value of the remoteConnectionFailed property. |
void |
setResourceConstraint(java.lang.String value)
Sets the value of the resourceConstraint property. |
void |
setRestrictedXml(java.lang.String value)
Sets the value of the restrictedXml property. |
void |
setSeeOtherHost(java.lang.String value)
Sets the value of the seeOtherHost property. |
void |
setSystemShutdown(java.lang.String value)
Sets the value of the systemShutdown property. |
void |
setText(Text value)
Sets the value of the text property. |
void |
setUndefinedCondition(java.lang.String value)
Sets the value of the undefinedCondition property. |
void |
setUnsupportedEncoding(java.lang.String value)
Sets the value of the unsupportedEncoding property. |
void |
setUnsupportedStanzaType(java.lang.String value)
Sets the value of the unsupportedStanzaType property. |
void |
setUnsupportedVersion(java.lang.String value)
Sets the value of the unsupportedVersion property. |
void |
setXmlNotWellFormed(java.lang.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 java.lang.String badFormat
protected java.lang.String badNamespacePrefix
protected java.lang.String conflict
protected java.lang.String connectionTimeout
protected java.lang.String hostGone
protected java.lang.String hostUnknown
protected java.lang.String improperAddressing
protected java.lang.String internalServerError
protected java.lang.String invalidFrom
protected java.lang.String invalidId
protected java.lang.String invalidNamespace
protected java.lang.String invalidXml
protected java.lang.String notAuthorized
protected java.lang.String policyViolation
protected java.lang.String remoteConnectionFailed
protected java.lang.String resourceConstraint
protected java.lang.String restrictedXml
protected java.lang.String seeOtherHost
protected java.lang.String systemShutdown
protected java.lang.String undefinedCondition
protected java.lang.String unsupportedEncoding
protected java.lang.String unsupportedStanzaType
protected java.lang.String unsupportedVersion
protected java.lang.String xmlNotWellFormed
protected Text text
| Constructor Detail |
|---|
public Error()
| Method Detail |
|---|
public java.lang.String getBadFormat()
Stringpublic void setBadFormat(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBadNamespacePrefix()
Stringpublic void setBadNamespacePrefix(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 getConnectionTimeout()
Stringpublic void setConnectionTimeout(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHostGone()
Stringpublic void setHostGone(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHostUnknown()
Stringpublic void setHostUnknown(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getImproperAddressing()
Stringpublic void setImproperAddressing(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 getInvalidFrom()
Stringpublic void setInvalidFrom(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInvalidId()
Stringpublic void setInvalidId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInvalidNamespace()
Stringpublic void setInvalidNamespace(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInvalidXml()
Stringpublic void setInvalidXml(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNotAuthorized()
Stringpublic void setNotAuthorized(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPolicyViolation()
Stringpublic void setPolicyViolation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRemoteConnectionFailed()
Stringpublic void setRemoteConnectionFailed(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 getRestrictedXml()
Stringpublic void setRestrictedXml(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSeeOtherHost()
Stringpublic void setSeeOtherHost(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSystemShutdown()
Stringpublic void setSystemShutdown(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 getUnsupportedEncoding()
Stringpublic void setUnsupportedEncoding(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUnsupportedStanzaType()
Stringpublic void setUnsupportedStanzaType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUnsupportedVersion()
Stringpublic void setUnsupportedVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getXmlNotWellFormed()
Stringpublic void setXmlNotWellFormed(java.lang.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 | |||||||||