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.
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
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
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