Update:
, , IsInstanceOf() -, - , CF Proxy "" -. , - . ( ). , , , IsInstanceOf().
<cfif compare(yourObject.getClass().name, "org.tempuri.ValidationResultField") eq 0>
Found ValidationResultField. do something
</cfif>
, /: ArrayOfValidationResult, ValidationResultField, etecetera. , , , , , -. , , IsInstanceOf() , . . . , X Y, , , .
<cfif IsInstanceOf(yourObject, "org.tempuri.ValidationResultField")>
do something
</cfif>