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

java.lang.Object
  extended by org.mobicents.slee.sippresence.pojo.xcaperror.UniquenessFailure.Exists
Enclosing class:
UniquenessFailure

public static class UniquenessFailure.Exists
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 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>
 


Field Summary
protected  java.util.List<java.lang.String> altValue
           
protected  java.lang.String field
           
 
Constructor Summary
UniquenessFailure.Exists()
           
 
Method Summary
 java.util.List<java.lang.String> getAltValue()
          Gets the value of the altValue property.
 java.lang.String getField()
          Gets the value of the field property.
 void setField(java.lang.String value)
          Sets the value of the field property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

altValue

protected java.util.List<java.lang.String> altValue

field

protected java.lang.String field
Constructor Detail

UniquenessFailure.Exists

public UniquenessFailure.Exists()
Method Detail

getAltValue

public java.util.List<java.lang.String> getAltValue()
Gets the value of the altValue 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 altValue property.

For example, to add a new item, do as follows:

    getAltValue().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getField

public java.lang.String getField()
Gets the value of the field property.

Returns:
possible object is String

setField

public void setField(java.lang.String value)
Sets the value of the field property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.