ORG.oclc.openurl.entities
Class Administrative

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

public class Administrative
extends AbstractEntity

Strictly speaking, administrative 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
Administrative(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

Administrative

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

toXml

public java.lang.String toXml()
                       throws OpenURLException
Specified by:
toXml in class AbstractEntity
Returns:
an XML representation of the Administrative entity
Throws:
OpenURLException