com.sapportals.portal.prt.service.soap.types
Class Entity
java.lang.Object
|
+--com.sapportals.portal.prt.service.soap.types.Entity
- public class Entity
- extends java.lang.Object
Description : Class that represents entity datatype by parsing qnd interpreting a string.
Entity representation matches the production of NCName.
The ENTITY statement is used to define entities in the DTD,
for use in both the XML document associated with the DTD and the DTD itself.
Project : soap
FileName : Entity.java
Copyright : SAP Copyright (c)
Company : SAP GBU IP
- Version:
- 4 juil. 03
|
Constructor Summary |
Entity(java.lang.String s)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Entity
public Entity(java.lang.String s)
getRepresentation
public java.lang.String getRepresentation()
getContent
public java.lang.String getContent()
- Returns:
-
getEntity
public java.lang.String getEntity()
- Returns:
-
setContent
public void setContent(java.lang.String string)
- Parameters:
string -
setEntity
public void setEntity(java.lang.String string)
- Parameters:
string -