Operation |
Details |
public equals( java.lang.Object obj):boolean |
Sequential |
public getAscending():java.lang.Boolean |
Sequential Notes: | Gets the ascending value for this SortKeyType. @return ascending | |
public getCaseSensitive():java.lang.Boolean |
Sequential Notes: | Gets the caseSensitive value for this SortKeyType. @return caseSensitive | |
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 getMissingValue():java.lang.String |
Sequential Notes: | Gets the missingValue value for this SortKeyType. @return missingValue | |
public getPath():java.lang.String |
Sequential Notes: | Gets the path value for this SortKeyType. @return path | |
public getSchema():java.lang.String |
Sequential Notes: | Gets the schema value for this SortKeyType. @return schema | |
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 setAscending( java.lang.Boolean ascending):void |
Sequential Notes: | Sets the ascending value for this SortKeyType. | |
public setCaseSensitive( java.lang.Boolean caseSensitive):void |
Sequential Notes: | Sets the caseSensitive value for this SortKeyType. | |
public setMissingValue( java.lang.String missingValue):void |
Sequential Notes: | Sets the missingValue value for this SortKeyType. | |
public setPath( java.lang.String path):void |
Sequential Notes: | Sets the path value for this SortKeyType. | |
public setSchema( java.lang.String schema):void |
Sequential Notes: | Sets the schema value for this SortKeyType. | |
public SortKeyType(): |
Sequential |
public SortKeyType( java.lang.String path, java.lang.String schema, java.lang.Boolean ascending, java.lang.Boolean caseSensitive, java.lang.String missingValue): |
Sequential |