Access TextField that is a member of a class

I have created a class, that is simply a group of text fields. In the main app, I create instances of this class, and add them to the main app.

How can i access the textFields that are in the class, to say, change the text, etc…