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)
           
 
Method Summary
 java.lang.String getContent()
           
 java.util.ArrayList getEntityList()
           
 java.lang.String getRepresentation()
           
 void setContent(java.lang.String string)
           
 void setEntityList(java.util.ArrayList list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Entities

public Entities(java.lang.String s)
Method Detail

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 -