ORG.oclc.openurl.entities
Class ForeignKey

java.lang.Object
  |
  +--ORG.oclc.openurl.entities.AbstractEntity
        |
        +--ORG.oclc.openurl.entities.ForeignKey

public class ForeignKey
extends AbstractEntity

Strictly speaking, foreign keys are not "Entities", but they do share the common trait of being collections of descriptors

Author:
Jeffrey A. Young

Field Summary
 
Fields inherited from class ORG.oclc.openurl.entities.AbstractEntity
descriptors
 
Constructor Summary
ForeignKey(Descriptor[] descriptors)
           
 
Method Summary
 java.lang.String toXml()
           
 
Methods inherited from class ORG.oclc.openurl.entities.AbstractEntity
getDescriptors, init, referentFactory, referrerFactory, referringEntityFactory, requesterFactory, resolverFactory, serviceTypeFactory, toHybridOpenURL, toHybridOpenURL, toHybridOpenURL, toString, toXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ForeignKey

public ForeignKey(Descriptor[] descriptors)
Parameters:
descriptors -
Method Detail

toXml

public java.lang.String toXml()
Specified by:
toXml in class AbstractEntity