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 |