com.sapportals.portal.prt.service.soap.types
Class IDRef
java.lang.Object
|
+--com.sapportals.portal.prt.service.soap.types.IDRef
- public class IDRef
- extends java.lang.Object
Description : Class that represents a IDRef by parsing and interpreting a string,
IDRef representation matches the production of NCName
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/#IDREF
Project : soap
FileName : IDRef.java
Copyright : SAP Copyright (c)
Company : SAP GBU IP
- Version:
- 4 juil. 03
|
Constructor Summary |
IDRef(java.lang.String s)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IDRef
public IDRef(java.lang.String s)
getRepresentation
public java.lang.String getRepresentation()
getContent
public java.lang.String getContent()
- Returns:
-
getIdRef
public java.lang.String getIdRef()
- Returns:
-
setContent
public void setContent(java.lang.String string)
- Parameters:
string -
setIdRef
public void setIdRef(java.lang.String string)
- Parameters:
string -