class: TermType

public class: TermType
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:19:38; Modified: 16.07.2009 15:19:38;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {9234520E-3EB6-4928-93AB-7F49837440BB}
 

Goto: Custom Properties, Fields, Methods

See also: TermsType, ExtraDataType, TermTypeWhereInList

Appears in: srw

Connections
 
Custom Properties
 
TermType Attributes
Attribute Details
private java.lang.Object
  __equalsCalc
Initial: null
private boolean
  __hashCodeCalc
Initial: false
private java.lang.String
  displayTerm
package org.apache.axis.description.ElementDesc
  elemField
Initial: new org.apache.axis.description.ElementDesc()
private gov.loc.www.zing.srw.ExtraDataType
  extraTermData
private org.apache.axis.types.NonNegativeInteger
  numberOfRecords
private static org.apache.axis.description.TypeDesc
  typeDesc
Initial: new org.apache.axis.description.TypeDesc(TermType.class, true)
Notes: Type metadata
private java.lang.String
  value
private gov.loc.www.zing.srw.TermTypeWhereInList
  whereInList
 
TermType Methods
Operation Details
public
equals(
   java.lang.Object obj):boolean
Sequential
public static
getDeserializer(
   java.lang.String mechType,
   java.lang.Class _javaType,
   javax.xml.namespace.QName _xmlType):org.apache.axis.encoding.Deserializer
Sequential
Notes: Get Custom Deserializer
public
getDisplayTerm():java.lang.String
Sequential
Notes: Gets the displayTerm value for this TermType.
@return displayTerm
public
getExtraTermData():gov.loc.www.zing.srw.ExtraDataType
Sequential
Notes: Gets the extraTermData value for this TermType.
@return extraTermData
public
getNumberOfRecords():org.apache.axis.types.NonNegativeInteger
Sequential
Notes: Gets the numberOfRecords value for this TermType.
@return numberOfRecords
public static
getSerializer(
   java.lang.String mechType,
   java.lang.Class _javaType,
   javax.xml.namespace.QName _xmlType):org.apache.axis.encoding.Serializer
Sequential
Notes: Get Custom Serializer
public static
getTypeDesc():org.apache.axis.description.TypeDesc
Sequential
Notes: Return type metadata object
public
getValue():java.lang.String
Sequential
Notes: Gets the value value for this TermType.
@return value
public
getWhereInList():gov.loc.www.zing.srw.TermTypeWhereInList
Sequential
Notes: Gets the whereInList value for this TermType.
@return whereInList
public
hashCode():int
Sequential
public
setDisplayTerm(
   java.lang.String displayTerm):void
Sequential
Notes: Sets the displayTerm value for this TermType.
public
setExtraTermData(
   gov.loc.www.zing.srw.ExtraDataType extraTermData):void
Sequential
Notes: Sets the extraTermData value for this TermType.
public
setNumberOfRecords(
   org.apache.axis.types.NonNegativeInteger numberOfRecords):void
Sequential
Notes: Sets the numberOfRecords value for this TermType.
public
setValue(
   java.lang.String value):void
Sequential
Notes: Sets the value value for this TermType.
public
setWhereInList(
   gov.loc.www.zing.srw.TermTypeWhereInList whereInList):void
Sequential
Notes: Sets the whereInList value for this TermType.
public
TermType():
Sequential
public
TermType(
   java.lang.String value,
   org.apache.axis.types.NonNegativeInteger numberOfRecords,
   java.lang.String displayTerm,
   gov.loc.www.zing.srw.TermTypeWhereInList whereInList,
   gov.loc.www.zing.srw.ExtraDataType extraTermData):
Sequential