org.mobicents.slee.sippresence.pojo.xcaperror
Class UniquenessFailure

java.lang.Object
  extended by org.mobicents.slee.sippresence.pojo.xcaperror.UniquenessFailure

public class UniquenessFailure
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 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

exists

protected java.util.List<UniquenessFailure.Exists> exists

phrase

protected java.lang.String phrase
Constructor Detail

UniquenessFailure

public UniquenessFailure()
Method Detail

getExists

public java.util.List<UniquenessFailure.Exists> getExists()
Gets the value of the exists property.

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


getPhrase

public java.lang.String getPhrase()
Gets the value of the phrase property.

Returns:
possible object is String

setPhrase

public void setPhrase(java.lang.String value)
Sets the value of the phrase property.

Parameters:
value - allowed object is String


Copyright © 2008. All Rights Reserved.