ORG.oclc.openurl.descriptors
Class PrivateData

java.lang.Object
  |
  +--ORG.oclc.openurl.descriptors.Descriptor
        |
        +--ORG.oclc.openurl.descriptors.PrivateData

public class PrivateData
extends Descriptor

Author:
Jeffrey A. Young TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
PrivateData(java.lang.String key, AbstractDataType dataType)
           
 
Method Summary
 java.lang.String toHybridOpenURL(Referrer[] referrers)
           
 java.lang.String toXml()
           
 
Methods inherited from class ORG.oclc.openurl.descriptors.Descriptor
getDataType, getKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrivateData

public PrivateData(java.lang.String key,
                   AbstractDataType dataType)
Parameters:
dataType -
Method Detail

toXml

public java.lang.String toXml()
Specified by:
toXml in class Descriptor
Returns:
XML form of the descriptor

toHybridOpenURL

public java.lang.String toHybridOpenURL(Referrer[] referrers)
Specified by:
toHybridOpenURL in class Descriptor