In the database are three Oracle custom types (simplified) as follows:
create or replace TYPE T_ENCLOSURE AS OBJECT( ENCLOSURE_ID NUMBER(32,0), ENCLOSUR
You could probably cast to java.sql.Array as such:
java.sql.Array
Object array = ( (Array) resultOracleStruct.getAttributes()[2]) ).getArray();