com.sapportals.portal.prt.service.soap.types
Class Entities
java.lang.Object
|
+--com.sapportals.portal.prt.service.soap.types.Entities
- public class Entities
- extends java.lang.Object
Description : Class that represents the Entities datatype by parsing and interpreting a string .
ENTITIES is the set of white space separated lists of tokens, of which each token is ENTITY.
For further information, please see: http://www.w3.org/TR/xmlschema-2/#ENTITIES
Project : soap
FileName : Entities.java
Copyright : SAP Copyright (c)
Company : SAP GBU IP
- Version:
- 7 juil. 03
|
Constructor Summary |
Entities(java.lang.String s)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Entities
public Entities(java.lang.String s)
getRepresentation
public java.lang.String getRepresentation()
getContent
public java.lang.String getContent()
- Returns:
-
getEntityList
public java.util.ArrayList getEntityList()
- Returns:
-
setContent
public void setContent(java.lang.String string)
- Parameters:
string -
setEntityList
public void setEntityList(java.util.ArrayList list)
- Parameters:
list -