ORG.oclc.openurl.descriptors
Class Foreign

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

public class Foreign
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
Foreign(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

Foreign

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

toXml

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

toHybridOpenURL

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