|
||||||||||
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()
String
public void setBadFormat(String value)
value
- allowed object is
String
public String getBadNamespacePrefix()
String
public void setBadNamespacePrefix(String value)
value
- allowed object is
String
public String getConflict()
String
public void setConflict(String value)
value
- allowed object is
String
public String getConnectionTimeout()
String
public void setConnectionTimeout(String value)
value
- allowed object is
String
public String getHostGone()
String
public void setHostGone(String value)
value
- allowed object is
String
public String getHostUnknown()
String
public void setHostUnknown(String value)
value
- allowed object is
String
public String getImproperAddressing()
String
public void setImproperAddressing(String value)
value
- allowed object is
String
public String getInternalServerError()
String
public void setInternalServerError(String value)
value
- allowed object is
String
public String getInvalidFrom()
String
public void setInvalidFrom(String value)
value
- allowed object is
String
public String getInvalidId()
String
public void setInvalidId(String value)
value
- allowed object is
String
public String getInvalidNamespace()
String
public void setInvalidNamespace(String value)
value
- allowed object is
String
public String getInvalidXml()
String
public void setInvalidXml(String value)
value
- allowed object is
String
public String getNotAuthorized()
String
public void setNotAuthorized(String value)
value
- allowed object is
String
public String getPolicyViolation()
String
public void setPolicyViolation(String value)
value
- allowed object is
String
public String getRemoteConnectionFailed()
String
public void setRemoteConnectionFailed(String value)
value
- allowed object is
String
public String getResourceConstraint()
String
public void setResourceConstraint(String value)
value
- allowed object is
String
public String getRestrictedXml()
String
public void setRestrictedXml(String value)
value
- allowed object is
String
public String getSeeOtherHost()
String
public void setSeeOtherHost(String value)
value
- allowed object is
String
public String getSystemShutdown()
String
public void setSystemShutdown(String value)
value
- allowed object is
String
public String getUndefinedCondition()
String
public void setUndefinedCondition(String value)
value
- allowed object is
String
public String getUnsupportedEncoding()
String
public void setUnsupportedEncoding(String value)
value
- allowed object is
String
public String getUnsupportedStanzaType()
String
public void setUnsupportedStanzaType(String value)
value
- allowed object is
String
public String getUnsupportedVersion()
String
public void setUnsupportedVersion(String value)
value
- allowed object is
String
public String getXmlNotWellFormed()
String
public void setXmlNotWellFormed(String value)
value
- allowed object is
String
public Text getText()
Text
public 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 |