Operation |
Details |
public equals( java.lang.Object obj):boolean |
Sequential |
public get_boolean():gov.loc.www.zing.cql.xcql.BooleanType |
Sequential <<property get>> Tags: | attribute_name=_boolean
| Notes: | Gets the _boolean value for this TripleType. @return _boolean | |
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 getLeftOperand():gov.loc.www.zing.cql.xcql.OperandType |
Sequential Notes: | Gets the leftOperand value for this TripleType. @return leftOperand | |
public getRightOperand():gov.loc.www.zing.cql.xcql.OperandType |
Sequential Notes: | Gets the rightOperand value for this TripleType. @return rightOperand | |
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 hashCode():int |
Sequential |
public set_boolean( gov.loc.www.zing.cql.xcql.BooleanType _boolean):void |
Sequential <<property set>> Tags: | attribute_name=_boolean
| Notes: | Sets the _boolean value for this TripleType. | |
public setLeftOperand( gov.loc.www.zing.cql.xcql.OperandType leftOperand):void |
Sequential Notes: | Sets the leftOperand value for this TripleType. | |
public setRightOperand( gov.loc.www.zing.cql.xcql.OperandType rightOperand):void |
Sequential Notes: | Sets the rightOperand value for this TripleType. | |
public TripleType(): |
Sequential |
public TripleType( gov.loc.www.zing.cql.xcql.BooleanType _boolean, gov.loc.www.zing.cql.xcql.OperandType leftOperand, gov.loc.www.zing.cql.xcql.OperandType rightOperand): |
Sequential |