org.mobicents.slee.sippresence.pojo.xcaperror
Class XcapError
java.lang.Object
org.mobicents.slee.sippresence.pojo.xcaperror.XcapError
public class XcapError
- extends java.lang.Object
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>
<element ref="{urn:ietf:params:xml:ns:xcap-error}error-element"/>
</sequence>
</restriction>
</complexContent>
</complexType>
|
Field Summary |
protected javax.xml.bind.JAXBElement<?> |
errorElement
|
|
Method Summary |
javax.xml.bind.JAXBElement<?> |
getErrorElement()
Gets the value of the errorElement property. |
void |
setErrorElement(javax.xml.bind.JAXBElement<?> value)
Sets the value of the errorElement property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
errorElement
protected javax.xml.bind.JAXBElement<?> errorElement
XcapError
public XcapError()
getErrorElement
public javax.xml.bind.JAXBElement<?> getErrorElement()
- Gets the value of the errorElement property.
- Returns:
- possible object is
JAXBElement<CannotInsert>
JAXBElement<Object>
JAXBElement<NotUtf8>
JAXBElement<NotWellFormed>
JAXBElement<UniquenessFailure>
JAXBElement<CannotDelete>
JAXBElement<NotXmlFrag>
JAXBElement<ConstraintFailure>
JAXBElement<NoParent>
JAXBElement<SchemaValidationError>
JAXBElement<NotXmlAttValue>
setErrorElement
public void setErrorElement(javax.xml.bind.JAXBElement<?> value)
- Sets the value of the errorElement property.
- Parameters:
value - allowed object is
JAXBElement<CannotInsert>
JAXBElement<Object>
JAXBElement<NotUtf8>
JAXBElement<NotWellFormed>
JAXBElement<UniquenessFailure>
JAXBElement<CannotDelete>
JAXBElement<NotXmlFrag>
JAXBElement<ConstraintFailure>
JAXBElement<NoParent>
JAXBElement<SchemaValidationError>
JAXBElement<NotXmlAttValue>
Copyright © 2008. All Rights Reserved.