com.sapportals.portal.prt.service.soap.types
Class Notation
java.lang.Object
|
+--com.sapportals.portal.prt.service.soap.types.Notation
- public class Notation
- extends java.lang.Object
Description : Class that represents a Notation datatype by parsing and interpreting a string.
NOTATION represents the NOTATION attribute type from [XML 1.0 (Second Edition)].
any XML name that's declared as a notation name in the DTD
Project : soap
FileName : Notation.java
Copyright : SAP Copyright (c)
Company : SAP GBU IP
- Version:
- 9 juil. 03
|
Constructor Summary |
Notation(java.lang.String s)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Notation
public Notation(java.lang.String s)
getRepresentation
public java.lang.String getRepresentation()
getContent
public java.lang.String getContent()
- Returns:
-
getNotation
public java.lang.String getNotation()
- Returns:
-
setContent
public void setContent(java.lang.String string)
- Parameters:
string -
setNotation
public void setNotation(java.lang.String string)
- Parameters:
string -