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

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

public class ConstraintFailure
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">
       <attribute name="phrase" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String phrase
           
 
Constructor Summary
ConstraintFailure()
           
 
Method Summary
 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

phrase

protected java.lang.String phrase
Constructor Detail

ConstraintFailure

public ConstraintFailure()
Method Detail

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 © 2011. All Rights Reserved.