FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Complex Type: customAttributeQueryType

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
attributeName  string  1..1  The name of the custom attribute.
    1..1   
booleanValue  boolean  0..1  Optional. Depending on the attribute type, set either stringValue or numberValue or booleanValue. Set to true or false if the custom attribute is of type boolean.
dateValue  DateQueryType  0..1 

Optional. A dateValue element contains:

  • value—a date value to compare to the version date value.

  • searchType—one of the following datedSearchType values:

    • BEFORE

    • AFTER

    • ON

numberValue  NumberQueryType  0..1 

Optional. Depending on the attribute type, set either stringValue or numberValue or booleanValue.

A numberValue element contains:

  • value—an integer number to match part or all of the custom attribute value.

  • searchType—one of the following simpleSearchType values:

    • GREATER_THAN

    • GREATER_THAN_EQUALS

    • LESS_THAN

    • LESS_THAN_EQUALS

    • EQUALS

    • NOT_EQUALS

stringValue  SimpleQueryType  0..1 

Optional. Depending on the attribute type, set either stringValue or numberValue or booleanValue.

A stringValue element contains:

  • value—a string to match part or all of the custom attribute value.

  • searchType—one of the following simpleSearchType values:

    • STARTS_WITH

    • CONTAINS

    • ENDS_WITH

    • EQUALS

Referenced By
Name  Type 
attribute [type customAttributesQueryListType]  Element