|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.slee.sippresence.pojo.xcaperror.UniquenessFailure
public class UniquenessFailure
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 name="exists" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<element name="alt-value" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
<attribute name="field" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="phrase" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
UniquenessFailure.Exists
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected java.util.List<UniquenessFailure.Exists> |
exists
|
protected java.lang.String |
phrase
|
| Constructor Summary | |
|---|---|
UniquenessFailure()
|
|
| Method Summary | |
|---|---|
java.util.List<UniquenessFailure.Exists> |
getExists()
Gets the value of the exists property. |
java.lang.String |
getPhrase()
Gets the value of the phrase property. |
void |
setPhrase(java.lang.String value)
Sets the value of the phrase property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<UniquenessFailure.Exists> exists
protected java.lang.String phrase
| Constructor Detail |
|---|
public UniquenessFailure()
| Method Detail |
|---|
public java.util.List<UniquenessFailure.Exists> getExists()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the exists property.
For example, to add a new item, do as follows:
getExists().add(newItem);
Objects of the following type(s) are allowed in the list
UniquenessFailure.Exists
public java.lang.String getPhrase()
Stringpublic void setPhrase(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||