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

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

public class NotXmlFrag
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
NotXmlFrag()
           
 
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

NotXmlFrag

public NotXmlFrag()
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 © 2009. All Rights Reserved.