com.sapportals.portal.prt.service.soap.types
Class ID

java.lang.Object
  |
  +--com.sapportals.portal.prt.service.soap.types.ID

public class ID
extends java.lang.Object

Description : Class that represents a ID by parsing and interpreting a string, ID 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. (The value of ID must be unique within the XML document.) For further information, please see http://www.w3.org/TR/xmlschema-2/#ID Project : soap FileName : ID.java Copyright : SAP Copyright (c) Company : SAP GBU IP

Version:
4 juil. 03

Constructor Summary
ID(java.lang.String s)
           
 
Method Summary
 java.lang.String getContent()
           
 java.lang.String getId()
           
 java.lang.String getRepresentation()
           
 void setContent(java.lang.String string)
           
 void setId(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ID

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

getRepresentation

public java.lang.String getRepresentation()

getContent

public java.lang.String getContent()
Returns:
 

getId

public java.lang.String getId()
Returns:
 

setContent

public void setContent(java.lang.String string)
Parameters:
string -  

setId

public void setId(java.lang.String string)
Parameters:
string -