com.sapportals.portal.prt.service.soap.types
Class IDRefs
java.lang.Object
|
+--com.sapportals.portal.prt.service.soap.types.IDRefs
- public class IDRefs
- extends java.lang.Object
Description : Class that represents a IDRefS by parsing and interpreting a string,
IDREFS is the set of white space separated lists of IDREF
The semantics defined by [W3C XML Schema Datatypes] for the ID datatype is purely lexical
and do not include the cross-reference semantics of the corresponding [XML 1.0] datatypes.
(For every IDREF and IDREFS, the referenced ID values must be in the XML document.)
For further information, please see http://www.w3.org/TR/xmlschema-2/#IDREFS
Project : soap
FileName : IDRefs.java
Copyright : SAP Copyright (c)
Company : SAP GBU IP
- Version:
- 4 juil. 03
|
Constructor Summary |
IDRefs(java.lang.String s)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IDRefs
public IDRefs(java.lang.String s)
getRepresentation
public java.lang.String getRepresentation()
getContent
public java.lang.String getContent()
- Returns:
-
getIdRefList
public java.util.ArrayList getIdRefList()
- Returns:
-
setContent
public void setContent(java.lang.String string)
- Parameters:
string -
setIdRefList
public void setIdRefList(java.util.ArrayList list)
- Parameters:
list -