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

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

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


Field Summary
protected  java.lang.String ancestor
           
protected  java.lang.String phrase
           
 
Constructor Summary
NoParent()
           
 
Method Summary
 java.lang.String getAncestor()
          Gets the value of the ancestor property.
 java.lang.String getPhrase()
          Gets the value of the phrase property.
 void setAncestor(java.lang.String value)
          Sets the value of the ancestor 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

ancestor

protected java.lang.String ancestor

phrase

protected java.lang.String phrase
Constructor Detail

NoParent

public NoParent()
Method Detail

getAncestor

public java.lang.String getAncestor()
Gets the value of the ancestor property.

Returns:
possible object is String

setAncestor

public void setAncestor(java.lang.String value)
Sets the value of the ancestor property.

Parameters:
value - allowed object is String

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.