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 getIndex():java.lang.String |
Sequential Notes: | Gets the index value for this SearchClauseType. @return index | |
public getRelation():gov.loc.www.zing.cql.xcql.RelationType |
Sequential Notes: | Gets the relation value for this SearchClauseType. @return relation | |
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 getTerm():java.lang.String |
Sequential Notes: | Gets the term value for this SearchClauseType. @return term | |
public static getTypeDesc():org.apache.axis.description.TypeDesc |
Sequential Notes: | Return type metadata object | |
public hashCode():int |
Sequential |
public SearchClauseType(): |
Sequential |
public SearchClauseType( java.lang.String index, gov.loc.www.zing.cql.xcql.RelationType relation, java.lang.String term): |
Sequential |
public setIndex( java.lang.String index):void |
Sequential Notes: | Sets the index value for this SearchClauseType. | |
public setRelation( gov.loc.www.zing.cql.xcql.RelationType relation):void |
Sequential Notes: | Sets the relation value for this SearchClauseType. | |
public setTerm( java.lang.String term):void |
Sequential Notes: | Sets the term value for this SearchClauseType. | |