Inspect element in iOS mobile automation using appium

Hi, I have started writing ios mobile automation scripts using java, appium and IntelliJ
Using appium, I have launched the mobile application and noticed that in code mostly elements xpath is available instead of accessibility id
Also some other things are there like - Attribute type XCUIElementTableType, XCUIElementTypeTextField

Please suggest is there any way to use terms - XCUIElementTypeTextField, while inspecting the elements and help me to click on elements without the use of xpaths.