Open SiteSearch 4.1.1
Final

ORG.oclc.z39
Class AttributeSetInfo

java.lang.Object
  |
  +--ORG.oclc.z39.Explain
        |
        +--ORG.oclc.z39.AttributeSetInfo

public class AttributeSetInfo
extends Explain

AttributeSetInfo is an Explain record.


Field Summary
 String attributeSet
          AttributeSetId
 AttributeType[] attributeType
          Array of Attributes in this set
 String description
          Text description of attribute set
 String name
          Name
 
Constructor Summary
AttributeSetInfo()
           
AttributeSetInfo(DataDir t)
          Decodes the DataDir representation of an AttributeSetInfo Explain record into an AttributeSetInfo object.
 
Method Summary
 BerString toBerString()
          Builds a BerString from this AttributeSetInfo object.
 DataDir toDataDir()
          Builds a DataDir from this AttributeSetInfo object.
 String toString()
           
 
Methods inherited from class ORG.oclc.z39.Explain
getRecord
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

attributeSet

public String attributeSet
AttributeSetId

name

public String name
Name

attributeType

public AttributeType[] attributeType
Array of Attributes in this set

description

public String description
Text description of attribute set
Constructor Detail

AttributeSetInfo

public AttributeSetInfo()

AttributeSetInfo

public AttributeSetInfo(DataDir t)
                 throws InstantiationException
Decodes the DataDir representation of an AttributeSetInfo Explain record into an AttributeSetInfo object.
Parameters:
t - an AttributeSetInfo Explain record
Throws:
InstantiationException - when the DataDir is not constructed as expected
Method Detail

toDataDir

public DataDir toDataDir()
Builds a DataDir from this AttributeSetInfo object.

toBerString

public BerString toBerString()
Builds a BerString from this AttributeSetInfo object.

toString

public String toString()
Overrides:
toString in class Object

Open SiteSearch 4.1.1
Final