org.eclipse.higgins.cardstore.schemas._2005._02.trust.impl
Class TokenType

java.lang.Object
  extended byorg.eclipse.higgins.cardstore.schemas._2005._02.trust.impl.TokenType
All Implemented Interfaces:
ITokenType, XMLSerializer

public class TokenType
extends Object
implements ITokenType


Field Summary
static String copyright
           
 
Constructor Summary
TokenType()
           
 
Method Summary
 void fromXml(Object obj)
           
 Object getParent()
           
 String getUri()
           
 void setParent(Object parentNode)
           
 void setUri(String tokenTypeUri)
           
 Object toXml()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static String copyright
Constructor Detail

TokenType

public TokenType()
Method Detail

getParent

public Object getParent()
Specified by:
getParent in interface XMLSerializer

setParent

public void setParent(Object parentNode)
Specified by:
setParent in interface XMLSerializer

getUri

public String getUri()
Specified by:
getUri in interface ITokenType

setUri

public void setUri(String tokenTypeUri)
Specified by:
setUri in interface ITokenType

fromXml

public void fromXml(Object obj)
             throws UnsupportedObjectModel,
                    ExpectedObjectNotPresent
Specified by:
fromXml in interface XMLSerializer
Throws:
UnsupportedObjectModel
ExpectedObjectNotPresent

toXml

public Object toXml()
Specified by:
toXml in interface XMLSerializer