com.sun.xml.ws.util.xml
Class CDATA

java.lang.Object
  extended by com.sun.xml.ws.util.xml.CDATA

public final class CDATA
extends Object


Constructor Summary
CDATA(String text)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getText()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDATA

public CDATA(String text)
Method Detail

getText

public String getText()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object